I am trying to fetch data related to an Ad click using a given gclid. For this I am using the following GAQL query
SELECT click_view.ad_group_ad, click_view.gclid, click_view.keyword, click_view.keyword_info.match_type, click_view.keyword_info.text, click_view.resource_name, ad_group.name, ad_group.id, campaign.id, campaign.name, metrics.clicks FROM click_view WHERE segments.date = '2023-01-11' (The above query has segments.date as click_view resource requires a date param in the query and we can only query for any one day in a query) But this query doesn't return any data. This gives empty results. How can I pull data for click_view? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords 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/9333f15b-f750-4145-8436-adec26044a5an%40googlegroups.com.