Hi,

I'm trying to get a test report using the Ad Hoc reporting service at 
https://adwords-sandbox.google.com/api/adwords/reportdownload/v201109 and 
can do so without problems if I do not request the matchType column to be 
part of the report. However, if I request it, I get the following error:

!!!2|||-1|||ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT @ ; 
trigger:'matchType'???

The matchType column is defined here: 
https://developers.google.com/adwords/api/docs/appendix/reports#keywords

Here's my request:

<reportDefinition xmlns="https://adwords.google.com/api/adwords/cm/v201109";>
  <selector>
    <fields>AdGroupId</fields>
    <fields>Id</fields>
    <fields>KeywordText</fields>
    <fields>Status</fields>
    <fields>Impressions</fields>
    <fields>Clicks</fields>
    <fields>Cost</fields>
    <fields>Ctr</fields>
    <fields>AverageCpc</fields>
    <fields>AverageCpm</fields>
    <fields>AveragePosition</fields>
    <fields>matchType</fields>
    <fields>MaxCpc</fields>
    <fields>FirstPageCpc</fields>
    <fields>Conversions</fields>
    <fields>ConversionRate</fields>
    <fields>CostPerConversion</fields>
  </selector>
  <reportName>Custom Ad Performance Report</reportName>
  <reportType>KEYWORDS_PERFORMANCE_REPORT</reportType>
  <dateRangeType>LAST_7_DAYS</dateRangeType>
  <downloadFormat>CSV</downloadFormat>
</reportDefinition>



Is matchType supposed to be available in that report? If so, what do I need 
to change in the request to retrieve that column?

Thanks!

Pierre-Luc

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to