Hello Marek, Plus addressing in emails should be fully supported by the AdWords API--it's a convenient way of registering multiple AdWords accounts with the same underlying email address, and it's also basically what we do in the Sandbox to multiplex accounts into one underlying address.
If you're running an Account report from an MCC account, instead of specifying the client email in the "clientEmail" SOAP header, could you try specifying the client email in the "clientEmails" property of the DefinedReportJob object (and also set the "crossClient" property to true)? Cheers, -Jeff Posnick, AdWords API Team On Mar 30, 9:45 am, marek <[email protected]> wrote: > Hi, > > When I do a getClientAccounts request, I get back a list of email > addresses. > Some of these addresses contain a plus sign in the first part, e.g. > [email protected] . > > Apparently AdWords thinks these type of addresses are valid when > entered by the user. > > However, when I call ScheduleReportJob on the API, while using one of > these email addresses in the clientEmail field, I get the following > error: > > One of the following columns are required by the Report Type Account : > [CustomerName] > > I expect a system to be more strict in what it returns than what it > accepts. In this case it seems to be the other way around. > > Any help would be greatly appreciated. > > Regards, > > Marek --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
