Hi Pranav, You could use the MutateJobService for performing bulk operations. See http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201109/CampaignManagement/AddKeywordsInBulk.cs for a code example. Adding other objects are similar, only your operation type needs to change. Here is a video with more details: http://www.youtube.com/watch?v=CV_kOTW3ldQ
Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 6 March 2012 23:32:10 UTC+5:30, Pranav Dubey wrote: > > Thanks Anash. Actually I want to create adgroups, ads and keywords in bulk > as well as store in local database. e.g. for 1000 product 1000 adgroups and > in every adgroup there will an ad and one keyword. > Definitely there will be individual calls for every operation.But how to > deal with bulk operations. > > Regards, > Pranav Dubey > > On Tuesday, March 6, 2012 2:26:55 PM UTC+5:30, Anash P. Oommen wrote: >> >> Hi Pranav, >> >> This cannot be done using the AdWords API in a single operation. You need >> individual calls for creating campaigns, ad groups, ads and keywords. >> >> Cheers, >> Anash P. Oommen, >> AdWords API Advisor. >> >> On Monday, 5 March 2012 18:00:26 UTC+5:30, Pranav Dubey wrote: >>> >>> What is the best method to create campaign hierarchy(adgroup, ad and >>> keywords) for more than 1000 proucts in a single opeartion. >>> >>> Regards, >>> Pranav Dubey >>> >> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
