Help! tryed to create an AdGroup. with C# .NET First, i succesfully created a Company, then i follow instructions to create AdGroup, buy i get this error: "One or more input elements failed validation"
... (company was succefull created, companyID has a value) AdGroup Grp = new AdGroup(); Grp.name = "TEST GROUP 231"; // +R.Next(); Grp.keywordMaxCpc = 100000L; Grp.keywordMaxCpcSpecified = true; AdWordsServiceProxy.AddAdGroup(companyID, Grp); .... Error documentation says: http://code.google.com/intl/ru/apis/adwords/docs/developer/adwords_api_error_codes.html#e122 Please tell me how my I extract "detail" and ApiError to get more information from webService about error ?? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---