Hi, We are currently using Google Ads SQL (SELECT click_view.gclid, campaign.id, campaign.name, campaign.final_url_suffix, campaign.start_date, campaign.end_date, campaign.tracking_url_template FROM click_view WHERE customer.id = 'xxx' and segments.date = '2025-04-13' and click_view.gclid = 'xxx') to query the click_view. However we noticed that during the first query (when our server receives the gclid), no results are returned. But after some time the same SQL query successfully retrieves results.
I want to known after a gclid is generated, how long does it take to retrieve it from click_view? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/adwords-api/35558f49-d0b4-479a-b565-580f6ca10f24n%40googlegroups.com.
