I'm trying a simple query in the Google Ads API to get sitelinks along with their campaign id and ad group id.
SELECT ad_group.id, extension_feed_item.sitelink_feed_item.line1 FROM extension_feed_item LIMIT 100 This doesn't appear to return results for sitelinks with zero impressions (similar to the old AdWords API). It does included them if I exclude the ad_group.id. Is there any way to run the above query, or constructor a similar query, and include sitelinks with zero impressions? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/8f71dded-d422-4fec-aced-f7fcca40f384%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
