Hi I'm doing a simple query:

        SELECT
            campaign.id, 
            ad_group_ad.ad.display_url,
            segments.date
        FROM ad_group_ad
        WHERE segments.date DURING LAST_14_DAYS
        ORDER BY campaign.id

but the api does not return any results:

 campaign {
  resource_name: "customers/xxxxxxxx/campaigns/xxxxxxxxx"
  id: 1111111111
}
ad_group_ad {
  resource_name: "customers/xxxxxxxxx/adGroupAds/xxxxxxxxx~xxxxxxxxxx"
  ad {
    resource_name: "customers/xxxxxxxxx/ads/xxxxxxxxxxx"
  }
}
segments {
  date: "2021-07-05"
}

we are expecting:
ad_group_ad {
  resource_name: "customers/xxxxxxxxx/adGroupAds/xxxxxxxxx~xxxxxxxxxx"
  ad {
    resource_name: "customers/xxxxxxxxx/ads/xxxxxxxxxxx",
    display_url: "www.iamaurl.com"
  }
}
if I send a request for final_urls that DOES return results.

Can you please help diagnose or let me know if i'm doing something stupid?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/11e7cf9f-7b2c-4400-aa22-5c91a4369d62n%40googlegroups.com.

Reply via email to