Hi Mike, This is a known issue, see https://code.google.com/p/google-api-adwords-dotnet/issues/detail?id=95. AddCampaigns example has a missing line to add individual operation to the operations array.
Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 19 October 2012 23:16:46 UTC+5:30, MikeM wrote: > > > Help! > > I'm unable to create the 5 campaigns I was expecting upon running the > v201209.AddCampaigns (vb) call. > > When I run the GetCampaigns call, I receive the Number of campaigns found: > 0 (no errors). However, when I run the v201209.AddCampaigns (vb) call, I > get an exception 'Failed to add campaigns" with InnerException of: > NotEmptyError.EMPTY_LIST @operations > > My app.config file uses the following keys: > > Email = $email > Password = $password > userAgent = 'appTitle' > DeveloperToken = $email++USD > Sandbox: AdwordsApi.Server > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
