Hi,
I am using v13 and am scheduling reports. We have done thousands of
reports without any problems.
Now I try to valdiate a report for another mcc_account and I get the
following error:
- One of the following columns are required by the Report Type
Account : [CustomerName]
I never specify this column and it always worked for other
mcc_accounts.
The documentation however specifies that I must add CustomerName to
the list of selectedColumns.
If I add the column:
- I can schedule a report for this one troubling mcc, however the data
returned is empty,
- all others fail saying: The following columns are not supported by
the Report Type Account : [CustomerName]
The report I am trying to schedule looks something like this:
<validateReportJob xmlns:xsi='http://www.w3.org/2001/XMLSchema-
instance' xmlns='https://adwords.
google.com/api/adwords/v13'>
<job xsi:type='DefinedReportJob'>
<selectedReportType>Account</selectedReportType>
<name>Account Report</name>
<aggregationTypes>Monthly</aggregationTypes>
<startDay>2009-05-01</startDay>
<endDay>2009-07-31</endDay>
<selectedColumns>Clicks</selectedColumns>
<selectedColumns>Impressions</selectedColumns>
<selectedColumns>CTR</selectedColumns>
<selectedColumns>CPC</selectedColumns>
<selectedColumns>Cost</selectedColumns>
I would really appreciate your help,
- 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
-~----------~----~----~----~------~----~------~--~---