thanks resolved / "bug" My workaround - I'll just fetch it with the campaign service. It's pretty light compared to the others anyways.
Thanks, ~Crosby On Tuesday, August 14, 2012 9:54:56 AM UTC-4, 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
