Hello all,
I am having an issue with the Keywords Performance Report where I request the PlacementURL field and it seems to come back as the KeywordText field.
I made the following request:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<ns2:selector>
<ns2:fields>KeywordText</ns2:fields>
<ns2:fields>PlacementUrl</ns2:fields>
<ns2:fields>Impressions</ns2:fields>
<ns2:fields>Clicks</ns2:fields>
<ns2:fields>Cost</ns2:fields>
<ns2:dateRange>
<ns2:min>20150515</ns2:min>
<ns2:max>20150531</ns2:max>
</ns2:dateRange>
</ns2:selector>
<ns2:reportName>KEYWORDS_PERFORMANCE_REPORT #1434552123212</ns2:reportName>
<ns2:reportType>KEYWORDS_PERFORMANCE_REPORT</ns2:reportType>
<ns2:dateRangeType>CUSTOM_DATE</ns2:dateRangeType>
<ns2:downloadFormat>TSV</ns2:downloadFormat>
</reportDefinition>
And the columns in the returned file were:
Keyword, Keyword, Impressions, Clicks, Cost
Does this field not work in this context or is this a bug?
Thanks!
Charlie