You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove support for Google Ads API v9.
- Added "pb" user agent key/value pair.
- Change validate_text_ad example to use an RSA instead of ETA.
- Rename get_artifact_metadata example to search_for_google_ads_fields.
- Fix various issues in create_experiment example.
Changes for release of Ads API v10_1. (googleads#629)
* Changes for release of Ads API v10_1.
* Corrected typos in ChangeLog
* Changes for release of Ads API v10_1.
Co-authored-by: Bob Hancock <rwh@google.com>
Changes for March release:
* Fix issue preventing streaming responses from being logged.
* Expose logging utilities for external interceptor logic.
* Various example updates and improvements.
- Google Ads API v9_0 release
- Update gRPC transport logic to replace "gapic" user-agent with "gccl"
- Update examples to support v9 changes
- Add new Performance Max examples
advanced_operations/add_performance_max_campaign.py and
shopping_ads/add_performance_max_retail_campaign.py
- Pin protobuf to < 3.18.0
- Add examples add_bidding_data_exclusion, add_bidding_seasonality_adjustment
- Style updates for examples that use search_stream
- Fix hardcoded URLs for media in various examples
- Bump the minimum Python version requirement to 3.7+
- Fix package name in base transport files
- Update examples to new "client.enums" syntax
- Move CSV reporting example to migration directory
- Various minor updates to examples and documentation