Jon Beebe
unread,Nov 7, 2011, 6:22:20 PM11/7/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
What's the least expensive way to create the entire Campaign
hierarchy, from the Campaign down to the ads/keywords, using the
AdWords API?
I have a tool for creating/organizing Campaigns, AdGroups, and Ads/
Keywords. I'm sending this data to Google via the AdWords API.
Is there a way to do all of this in one single MutateJobService?
From all my research it seems the only way to do this is by
1. Creating the Campaigns job.
2. waiting for it to finish, extracting all campaign ids and matching
them to the AdGroups.
3. Creating an AdGroups job.
4. waiting for it to finish, extracting all AdGroup ids and matching
them to the ads/keywords.
5. Creating an Ads/Keywords job.
Is there a simple way that I'm somehow missing?