We have to create one sku per adGroup in our Shopping Campaigns. But it's 
not enough just to create the adGroup and the product ad. We have to create 
the mandatory 3-member partition tree (the "all products" partition, the 
sku partition, and the excluded "everything else" partition). 

The challenge is the time this takes. We have hundreds of thousands of 
skus, and creating these one-at-time is taking forever. Can we use the Bulk 
mutate (SimpleMutateJob) with Shopping objects like we do regular Adwords 
objects, like so?...

SimpleMutateJob job = mutateJobService.mutate(operations.ToArray(), policy);

I didn't want to try this without checking, as the .Net libraries for the 
Shopping campaigns are somewhat unstable in their current version. I'd 
rather see if anyone has run into any major issues before I try it here. If 
I can do this, does the same 5000 operation limit apply here as well? 

Eric

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to