Hi Eric,

It's not currently possible to create product partitions with the 
MutateJobService, I'm afraid.

Your best bet is to create the entire partition tree in one go (instead of 
with 3 separate requests) with the AdGroupCriterion service mutate call. 
You can do this by assigning a negative number to the root node (say, -1), 
and then referencing this number in the sub-nodes' parentCriterionId 
property. This can be extended to more complex trees, as long as you assign 
different negative numbers to all nodes with children and reference these 
numbers from the children.

Hope this helps!

Cheers,
Sérgio

---
Sérgio Gomes
Developer Relations

Google UK Limited
Registered Office: Belgrave House, 76 Buckingham Palace Road, London SW1W 
9TQ
Registered in England Number: 3977902

On Friday, 15 August 2014 14:51:26 UTC+1, road11 wrote:
>
> 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