RE: searching for a gclid using click_view

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Nimrod, Thank you for reaching out to our team. The possible reason why the GCLID was not returned in the API request is because the GCLID is not generated on the account where you executed the report or the impression are not attributed on the date that you've set in the WHERE clause. How

Re: searching for a gclid using click_view

2021-11-01 Thread Nimrod Grinberg
ok i found the right customer id for this gclid . but my response is still empty. now im trying to query a simple click_view query but i still get en empty response. im using a correct query. what am i missing ?: query = """SELECT click_view.gclid, click_view.ad_group_ad, click_view.keyword,

searching for a gclid using click_view

2021-11-01 Thread Nimrod Grinberg
i need to find the ad of a specific gclid. so i created this query query = """SELECT click_view.gclid, click_view.ad_group_ad, click_view.keyword, click_view.resource_name, click_view.keyword_info.text FROM click_view WHERE segments.date = '2021-10-31' and click_view.gclid = 'XX' """ i get