Hi,

I want to use the AdWords API to bulk create around 2000 campaigns, each 
with their own *individual *budget.

If all these campaigns shared a budget, this would be easy. I just build up 
a list of CampaignOperation (one for each campaign to be added), and then 
use the mutate job service to bulk create the campaigns.

However, since I want each campaign to have an individual budget, I'm not 
sure what the best way to do it is. 

Do I have to run two mutate jobs: firstly one to create 2000 budgets, and a 
second one to create 2000 campaigns (after setting the correct budget id 
for each)

Is there a nicer way to do it?

Thanks :)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to