Sunset of MutateJobService in the AdWords API
tisdag 17 maj 2016
If you've been following the AdWords API sunset and release announcements, you know that there have been some changes to batch processing:
What do I need to do?
If you are still using
How do I migrate?
The migration from MutateJobService to BatchJobService is relatively straightforward and covered in the migration section of the batch processing guide. The guide also contains code examples for each client library to help you get started.
If you have any questions or need help with migration, please post on the forum or the Ads Developers Plus Page.
- Version v201509 deprecated MutateJobService and introduced BatchJobService.
- Version v201601 supports both MutateJobService and BatchJobService concurrently.
- Version v201603 doesn't include MutateJobService.
MutateJobService
will no longer be available.What do I need to do?
If you are still using
MutateJobService
, please migrate to BatchJobService
ahead of August, 2016.How do I migrate?
The migration from MutateJobService to BatchJobService is relatively straightforward and covered in the migration section of the batch processing guide. The guide also contains code examples for each client library to help you get started.
If you have any questions or need help with migration, please post on the forum or the Ads Developers Plus Page.