On 25 March 2013, API version v201206 will sunset and you will need to have updated to API version v201209 by that time. v201209 introduces some updates that will require you to make some specific changes or additions to your application code. The required changes are detailed in the following table:
| Service Name | Component | Replacement Service / Changes |
|---|---|---|
| CampaignService | Budget | If a Campaign has a Shared Budget, use the BudgetService to manage the Campaign's Budget. |
| BudgetService | New | A service for creating Campaign Budgets for use with the CampaignService. |
| BulkMutateJobService | All | BulkMutateJobService has been sunset, please use the MutateJobService. |
| AdHoc Reports | Error Reporting | New XML format replaces old format used for reporting errors (see Note 1). |
| AdHoc Reports | Downloads | Version string now required in Download URL. |
| AdGroupCriterionService | Targeting | Demographic targeting criteria AgeRange and Gender are now available. |
| Many | Selector | Any fields sunset in previous releases now cause INVALID_FIELD_NAME errors. |
Notes:
- This XML format for error reporting is available in v201206, send the HTTP Header apiMode: true. See this Blog Post for details and for additional help on migrating.