Hi Igor, The UpdateKeyword code example updates a single keyword at a sime. You should be able to batch up to 10,000 keyword bid updates in a single request, which should greatly improve performance. If you're executing this in a single thread, you might want to consider using the MutateJobService (see the AddKeywordsInBulk example), which can process multiple batches of 10,000 simultaneously (and you don't have to worry about rate limits with MJS).
- Kevin Winter AdWords API Team On Monday, July 30, 2012 3:02:18 PM UTC-4, Emelia wrote: > > Hi , > > I have Campaign 50 000 keywords , i use to update (UpdateKeyword.cs) > > > bidAmount = ((adGroupCriterion as BiddableAdGroupCriterion).bids as > ManualCPCAdGroupCriterionBids).maxCpc.amount.microAmount; > > But to update 50000 keywords it take 3-4 hours to update all. , i need > change bid 2- 4 times in day , How i can do it fast? > > Can i create xml file and upload it ? > > > Regards, > > Igor > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
