Re: Where to find job prerequisites in BatchJobService?

2016-07-20 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Marcus,

BatchJobService can handle large jobs, with potentially hundreds of 
thousands of operations. As a best practice, we recommend using fewer 
larger jobs than many smaller jobs. However, if you want to use multiple 
jobs, you can check the status of each job using BatchJobService.get 

 method. 
A *DONE *status signifies that the job has completed successfully and that 
it's safe to start the next job which is dependent on the previous job.  

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/b5598305-2912-45ac-8a58-71e3d2667768%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Where to find job prerequisites in BatchJobService?

2016-07-20 Thread markus . heiden
Hello Vishal,

sure, I could merge my two jobs into one to ensure precedence. 

But what I want to know is: How to ensure that a job has successfully been 
executed before a second depending job gets executed (the purpose of the 
prerequisites in the old MutateJobService)? Because jobs are limited in 
size, I don't want to make them too big, so the option to merge them is 
problematic for me.

Regards,
Markus

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/75fa04bc-9314-413b-9dc7-7cacd1e9c1c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Where to find job prerequisites in BatchJobService?

2016-07-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Markus,

The Batch Processing guide 
 has 
complete details on how to migrate from MutateJobService. You can use 
temporary IDs in your request to allow for dependencies between operations. 
Also, the dependent operations are applied in the order that they appear in 
your upload. Therefore, you need to ensure that the operation that creates 
the parent object comes before the operation that creates the child object.

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/3e9a2315-2657-4d07-912a-213dfc972122%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.