- Fix #525 shadow jar replaces main jar.
- Correctly classify api/implementation dependencies to expose the correct developer surface (#536).
- Upgraded to log4j 2.16.0 in examples.
- Fix #507 compatibility issue with buck.build.
- Remove maven build files. The library is now built with gradle.
- Added support and examples for Google Ads API v9.0.
- Various improvements to Gradle build config.
- Added and updated examples for Google Ads API v8.1.
- Removed support for Google Ads API v6.0.
- Fixed bugs and added tests for the FieldMasks utility.
- Fixed issues with third_party directory generation.
- Added and updated examples for Google Ads API v8.0.
- Removed support for Google Ads API v5.0.
- Moved generateThirdPartyDirectory execution out of configure phase (#444).
- Added sonatype publish for shadow jar (#445).
- Add required artifacts for central repo (#446).
- Added support and examples for Google Ads API v8.0.
- Added functionality to generate shadow jar and third party license tracking in gradle build.
- Added support and examples for Google Ads API v7.0.
- Added support for building with Gradle. This improves build times substantially, particularly for incremental builds. Also makes it easier to run examples: ./gradlew google-ads-examples:runExample --example="basicoperations.GetCampaigns"
- Removed support for Google Ads API v4.0.
- Added support and examples for Google Ads API v6.1.
- Removed support for Google Ads API v3.0.
- Fixed FieldMasks.getFieldValue() to support repeated fields (breaking change).
- Updated personal information log masking to support new fields.
- Added support and examples for Google Ads API v6.0.
- Updated logging to scrub personal information (email addresses) from logs.
- Ensure that GoogleAdsFailure is decoded for exceptions on server streaming calls (#332).
- Fix FieldMasks util to return correct result for optional fields (#344).
- Removed reflection based catalog in favour of generated code.
- Added support and examples for Google Ads API v5_0.
- Switched internal catalog implementation default to use annotation processor.
- Removed v1 from the library.
- Added example demonstrating how to add a geo target to an extension feed item.
- Generated library with a new build system. A side effect of that change is that certain overloaded method signatures containing boolean flags for making requests have been removed.
- Added support for Google Ads API v4_0.
- Moved documentation. Now hosted at: https://developers.google.com/google-ads/api/docs/client-libs/java.
- Added examples demonstrating:
- Drafts and experiments.
- Parallel report download.
- CPC bid simulations.
- Programmatic library configuration.
- Keyword policy violation handling.
- Updating expanded text ads.
- Removed vulnerable dependency on log4j 1.2.16.
- Added support for linked-customer-id header. This is needed for an extremely narrow authentication use-case. Any developer who requires this to be set will be advised. It is otherwise safe to ignore.
- Added support for Google Ads API v3_1.
- Fixed missing entity from ResourceNames for Ad.
- Added various examples.
- Added support for Google Ads API v3_0.
- Added example demonstrating how to add demographic targeting criteria.
- Added example demonstrating how to upload an image asset.
- Added example demonstrating how to add a price extension.
- Added several examples demontrating remarketing funcionality.
- Updated issues templates.
- Updated CONTRIBUTING.MD.
- Set a default value for
enableGeneratedCatalog
property, see #224.
- Switch to Gax 1.50.1 and gRPC 1.25.0.
- Various updates to code examples.
- Fix resource names utility for payment accounts.
- Added option to use generated API Catalog.
- Added example for AddSiteLinks.
- Changed default status of AdGroupAd to ENABLED in AddHotelAd example.
- Added example for AddHotelCalloutExtension.
- Added example for HandleRateExceededError.
- Added support for Google Ads API v2_2.
- Added support for Google Ads API v2_1.
- Exposed the TransportChanelProvider as package private.
- Added support for Google Ads API v2_0.
- Fixed resource name creation for ad group criteria, see #141.
- Increased max inbound message size to 64MB, see #136.
- Increased max inbound header (i.e. metadata) size to 16MB, see #132.
- Increased default deadline to 60 mins and added automatic retry support for GoogleAdsService.search(), see #130.
- Added support for GoogleAdsService.mutate() to ErrorUtils, see #126.
- Fixed bug in FieldMasks utility, see #116.
- Added support for Google Ads API v1_3.
- Refactored ErrorUtils to extract base class. Callers need update to use ErrorUtils.getInstance() rather than static methods.
- Added support for Google Ads API v1_2.
- Removed support for Google Ads API v0.
- Added support for Google Ads API v1_1.
- Added support for equals, hashCode and toString on proxy instances. Fixes issue #70.
Added support and examples for Google Ads API v0_1.
- Added support for multiple versions in the client library.
- Added example for HandlePartialFailure.
- Updated ResourceNames.java format to use '~' for v1.
Added support and examples for Google Ads API v0_7.
- Added support for request level logging.
- Added GetHotelAdsPerformance example.
- Updated GetKeywordStats example with segments prefix.
Added support and examples for Google Ads API v0_6.
- Added support for loginCustomerId header. This must be specified when authenticating as a manager account.
- Added example showing how to create a Smart Shopping Campaign.
- Updated example showing how to apply recommendations with partial failure.
- Updated example showing how to add proximity criteria to campaigns.
- Updated example showing how to retrieve geo target constants for a country code.
Added support and examples for Google Ads API v0_5.
- Added example showing how to get account budgets.
- Added example showing how to get location criteria IDs for an address.
- Updated campaign targeting criteria example to use location criteria IDs.
- Updated GetBillingSetup example to use PaymentAccountInfo object.
Added support and examples for Google Ads API v0_4.
- Added examples showing how to add and get account budget proposals.
- Added examples showing how to get and remove billing setups.
- Added an example showing how to retrieve all disapproved ads in a campaign.
- Added an example showing how to add a conversion action.
- Added an example showing how to create a standard shopping campaign, a shopping product ad group, and a shopping product ad.
- Added an example showing how to add a shopping listing group tree to a shopping ad group.
Added support and examples for Google Ads API v0_3.
- Updated the minimum JRE version to 1.8. This keeps the JRE version consistent with the AdWords API Java library, where the min JRE changed to 1.8 in version 3.16.0.
- Updated GetArtifactMetadata to quote the name param value.
- Added examples showing how to add and get ad group bid modifiers.
- Added an example showing how to create and attach shared keyword sets.
- Added an example showing how to remove shared set criteria.
- Updated hotel ad group bid modifier example with v0_3 criteria changes.
- Added AddCampaignBidModifier example.
- Updated FieldMasks utility to properly handle wrapper types.
Added support and examples for Google Ads API v0_2.
- Added PercentCpc bidding strategy.
- Updated Hotel Ads example to use PercentCpc.
Added support and examples for Google Ads API v0_1.
- Added support for Hotel Ads and Recommendations.
- Added AddHotelAd and AddHotelAdGroupBidModifiers examples.
- Added examples for the new
RecommendationService
.
Initial release for Google Ads API v0.