Hi, I've been having similar problems and it appears that the Ad Report might be applying filters even though no predicate has been specified. I haven't tried this specific field combination but found that adding metric fields solved the problem. For example, if you add the Impressions column, you will get all ads where there were impressions during your specified date range. If you want all ads then I think that adding the QualityScore field works but I've not actually matched it up yet to confirm that.
Regards, Ewan On Sep 17, 5:39 pm, asim <[email protected]> wrote: > 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
