Greetings.
There still seem to be outstanding issues with field names in v201008
reports. Further to
http://code.google.com/apis/adwords/forum.html?place=topic%2Fadwords-api%2FXxmdh4C4Q9A%2Fdiscussion
... there are some other worrying inconsistencies. For example,
getReportFields() for the KEYWORDS_PERFORMANCE_REPORT type returns, amongst
other things ( and converted into a perl hash ... ):
{
'displayFieldName' => 'Keyword',
'canSelect' => 'true',
'fieldType' => 'String',
'xmlAttributeName' => 'keyword',
'canFilter' => 'true',
'fieldName' => 'KeywordText'
},
<data snipped>
{
'displayFieldName' => 'Keyword',
'canSelect' => 'true',
'fieldType' => 'String',
'xmlAttributeName' => 'keyword',
'canFilter' => 'true',
'fieldName' => 'PlacementUrl'
},
Now ... we have TWO elements that both have the 'xmlAttributeName' of
'keyword'. The first one suggests that the 'fieldName' will be the
newly-renamed 'keywordText' ( thanks again for that, by the way ... ). But
the second one suggests it will be 'PlacementUrl'. In reality, there is no
'PlacementUrl' in the final report, but an aptly-named 'DuplicateColumn_1'.
This really makes one wonder ...
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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