Anyone willing to shed some light on this reports column problem? it
happens with other report types aswell not just ad performance.
to be more precise, this is what the issue is. I make a request for an
AD_PERFORMANCE_REPORT for three columns and i get the following back.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<report>
<report-name name="Ad performance report #1284716107" />
<date-range date="Sep 17, 2010" />
<table>
<columns>
<column name="adID" display="Ad ID" />
<column name="adStatus" display="Ad Status" />
<column name="visibleURL" display="Visible URL" />
</columns>
<row adID="1066477" adStatus="enabled"
visibleURL="www.example.com" />
</table>
</report>
which is what i would excpect. but if i add another column "Headline"
i get no data back (even though that column was returned when i called
getRportFields).
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<report>
<report-name name="Ad performance report #1284716248" />
<date-range date="Sep 17, 2010" />
<table>
<columns>
<column name="adID" display="Ad ID" />
<column name="adStatus" display="Ad Status" />
<column name="visibleURL" display="Visible URL" />
<column name="ad" display="Ad" />
</columns>
</table>
</report>
Any help would be appreciated.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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