Hey There, 

I am creating a BatchjobService to upload about 400K criterion bid change 
on a very large account. It works very well to do 2K, 5K...20K operations 
but it has been a a few hours that I am trying to upload the whole 
operations but it does not seem to go through. This makes me wonder what is 
the most efficient way to do so many operations: 

- Create one big list of operations and upload them using 
*helper.UploadOperations(self.upload_url, 
operationList) *
*- *Create subsets of operations (what is a good size? 5000, 10000, 
20,000?) and upload them using *helper.UploadOperations(self.upload_url, 
operation_subset_1, **operation_subset_2**, **operation_subset_3,*
* operation_subset_4**) *
- Create subsets of operations and upload them using *incremental* *upload 
helper*? If so what is an optimal operation set size? 


Thanks a lot,

Axel

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d9dc3105-bd40-4c3c-9f5e-0388da2522d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to