Update (Sep 9, 2019): This post has been updated to include information about error responses that will be returned by the API and scripts.
Starting October 14, 2019,
accelerated budget delivery will no longer be available for use with search campaigns, shopping campaigns, or shared budgets. This will affect budgets in all versions of the AdWords API, Google Ads API, and Google Ads scripts.
All three developer surfaces will stop accepting
ACCELERATED delivery method setting on budgets for search campaigns, shopping campaigns, or shared budgets. Campaigns using accelerated delivery with these campaign and budget types will be automatically migrated over to
STANDARD delivery, starting October 7, 2019.
Note: When a new budget is created using the API or scripts,
it is shared by default. Thus, a newly created budget will behave as
STANDARD. To explicitly create a budget with
ACCELERATED delivery, all of the following conditions will need to be met:
- The budget’s
isExplicitlyShared field is set to false
- The budget’s delivery method is set to
ACCELERATED
- It is not associated with a search or shopping campaign post creation
Affected API and scripts operations
After this change goes into effect, API clients and scripts will no longer be able to use the
ACCELERATED delivery method setting on search campaigns, shopping campaigns, or shared budgets. Any programmatic operations that create or modify such budgets, or that would result in the following states, may result in errors according to the following criteria.
| Operation type
|
isExplicitlyShared
|
deliveryMethod
|
Campaign Type
|
Error
|
| Creating new budget |
true |
ACCELERATED |
(N/A) |
BudgetError.CANNOT_SET_ACCELERATED_DELIVERY |
| Modifying existing budget |
true |
ACCELERATED |
All |
BudgetError.CANNOT_SET_ACCELERATED_DELIVERY |
| Modifying existing budget |
false |
ACCELERATED |
Search, Shopping |
BudgetError.CANNOT_SET_ACCELERATED_DELIVERY |
| Attaching existing budget to campaign |
false |
ACCELERATED |
Search, Shopping |
BudgetError.CANNOT_SET_ACCELERATED_DELIVERY |
If you have any questions about this change, please don’t hesitate to contact us via the
AdWords API and Google Ads API Forum or the
Google Ads scripts forum.
Adam Ohren, Google Ads API Team