Re: BulkMutateJobPolicy

2016-08-17 Thread 'Vishal Vinayak (Adwords API Team)' via 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.  

Regards,
Vishal, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9910c2d6-98d4-4f51-a4cd-d144555a4b41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BulkMutateJobPolicy

2016-08-17 Thread eshwar chettri
hi vishal,
 Thank You for the response! I have a question Do we have any policy 
definition for BatchJobService 
<https://developers.google.com/adwords/api/docs/reference/v201607/BatchJobService>
???

 

On Tuesday, 16 August 2016 20:24:24 UTC+5:30, eshwar chettri wrote:
>
> 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...
>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6dd82c69-d160-4412-a8d6-4dbadde0aa80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BulkMutateJobPolicy

2016-08-16 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar,

BulkMutateJobPolicy is a policy definition for MutateJobService, a service 
which is now deprecated and was removed in v201603 
<https://developers.google.com/adwords/api/docs/reference/#v201603>. Please 
switch to BatchJobService 
<https://developers.google.com/adwords/api/docs/reference/v201607/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 
<https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201607/campaignmanagement/AddCompleteCampaignsUsingBatchJob.java#L289>
 in 
Java for more details. Same example is available in other client libraries 
<https://developers.google.com/adwords/api/docs/clientlibraries> as well. 
Also, you can refer to our Batch Processing Guide 
<https://developers.google.com/adwords/api/docs/guides/batch-jobs> for more 
information. 

Regards,
Vishal, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a652cccd-4530-496e-9630-299d479d994d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


BulkMutateJobPolicy

2016-08-16 Thread eshwar chettri
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...



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0bd0deda-d7be-4590-88a3-fd24f9c7e7a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.