I'm trying to build a tool that will gather GCLID or/and GBRAID by Android Install Referrer API and match it with ClickView.
The Main goal is to get information about an ad campaign that attracted a selected user. For example, gclid=CjwKCAjwwe2_BhBEEiwAM1I7sZP58l7X1DlM5b68ojNvT5p0Gy0F9A8xTrevoj5exO6auHWcrJ6pgRoCD6EQAvD_BwE gbraid=0AAAAABKfX3phQcFgxq1ejPNYQdSSxDvYT gad_source=3 I'm trying to perform the query to get info by GCLID: SELECT click_view.gclid, click_view.page_number, click_view.ad_group_ad, campaign.name, ad_group.name, metrics.clicks FROM click_view WHERE click_view.gclid = '$gclid' AND segments.date = '2025-05-04' Also, I'm trying to get info by GBRAID: SELECT click_view.gclid, click_view.area_of_interest, click_view.page_number, click_view.ad_group_ad, ad_group_ad.ad.id, ad_group_ad.ad.name, ad_group_ad.ad.final_urls, campaign.id, campaign.name FROM click_view WHERE click_view.gbraid = '$gbraid' AND segments.date = '2025-05-04' But it returns nothing. The Date is correct (I also tried dates around this date). The Ad campaign is configured as an App Campaign. Maybe there is something wrong with the campaign setup or the query? Or maybe there is another approach to getting information by GCLID or GBRAID? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 visit https://groups.google.com/d/msgid/adwords-api/7b2d7809-02cd-4c62-91d8-8ed346f05363n%40googlegroups.com.