This is what I was told back in May when I asked this same question: There's a known issue where the Account Performance Report will only return back rows for which there are impressions. This is true only for the Account Report.
Oliver On Tuesday, August 14, 2012 2:54:56 PM UTC+1, Crosby (StoneTempleConsulting) wrote: > > Hi, > Anybody know what fields will trigger an AdHoc report to kick down the > account Structure data (primarily, name and accountId). > I found this, which may have been updated (it is old), and at any rate > does not include a crib sheet for account_structure equivalent... > > http://adwordsapi.blogspot.com/2010/07/discover-v201003-migrating-your-account.html > > thanks in advance. > > tried various versions of the following. Only seems to work when I > include impressions (but then might fail to return a zero-impressions row?) > > > Selector selector = new Selector(); > selector.fields = new string[] { > "AccountId" > ,"AccountDescriptiveName" > ,"PrimaryCompanyName" > ,"PrimaryUserLogin" > ,"Impressions" > > }; > > selector.dateRange = dates; > definition.includeZeroImpressions = true; > > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
