You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
hey!!
After API change of v201603 BulkMutateJobPolicy is not been use.. Because of this I'am getting some exceptions.. Can anyone tell me what is the substitution for this policy...
Vishal Vinayak (Adwords API Team)
unread,
Aug 16, 2016, 5:18:13 PM8/16/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Eshwar,
BulkMutateJobPolicy is a policy definition for MutateJobService, a service which is now deprecated and was removed in v201603. Please switch to BatchJobService as soon as possible. BatchJobService supports temporary IDs to allow you to have dependencies between multiple operations in a batch job. Please refer to this example in Java for more details. Same example is available in other client libraries as well. Also, you can refer to our Batch Processing Guide for more information.
Regards,
Vishal, AdWords API Team
eshwar chettri
unread,
Aug 17, 2016, 9:19:25 AM8/17/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
hi vishal,
Thank You for the response! I have a question Do we have any policy definition for BatchJobService???
Vishal Vinayak (Adwords API Team)
unread,
Aug 17, 2016, 3:37:03 PM8/17/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Eshwar,
The purpose of BulkMutateJobPolicy in MutateJobService was to enable users to pass up to 3 job IDs that must successfully complete before the current job is processed. The same can be achieved in the BatchJobService using temporary IDs. For more details and code snippets, please refer to our Batch Processing Guide, the link to which I shared in my previous response.