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
BREAKING CHANGE: The googleads.common.LoadFromStorage function has been updated to accommodate the current proxy support. This will break users with a proxy configured. Check out the changes in our sample googleads.yaml file to see the new format.
The library now applies a temporary patch to the suds-jurko dependency that resolves multiple issues. This patch will be removed when the suds-jurko library publicly exposes its 0.7 release. Thanks to GitHub user adiharush for suggesting the patch!
The LoadFromStorage function can now load credentials for either the installed application or service account (.p12 files only) OAuth 2.0 flows.
The googleads.yaml configuration file has been updated to reflect the changes to the LoadFromStorage function.
Removed DoubleClick Ad Exchange content. This API has been sunset.
Added support for AdWords v201601.
Updated the AdWords account_management get_account_hierarchy.py example to properly handle the case where ManagedCustomerService.get returns multiple pages of results.
Refactored AdWords upload_offline_conversions.py example, moved to remarketing.
Refactored AdWords add_complete_campaigns_using_batch_job.py example, moved to campaign_management.
The AdWords BatchJobHelper and IncrementalUploadHelper utilities now initialize URLs for v201601 and up.
The AdWords IncrementalUploadHelper is now serializable.