Hi all, I really need help here if someone could be so nice, I'm struggling 
to retrieve the exact time of a click made on my ad thru gclid, I am using 
this query:

function main() {
const spreadsheet = SpreadsheetApp.create('GCLID Report');
const report = AdsApp.report(`SELECT click_view.gclid,  
click_view.keyword_info.text, click_view.location_of_presence.city, 
click_view.location_of_presence.country, metrics.clicks, customer.id, 
ad_group.id, campaign.id FROM click_view WHERE segments.date = 
'2023-11-22'`);
report.exportToSheet(spreadsheet.getActiveSheet());
}

Everything works fine, but all the parameters that I looked for inside the 
query builder help like: segments.hour  or clickTime, they don't work, 
could anyone please help me to get this ?

Thanks so much in advance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0dc46cd4-b272-4a82-99db-a1dfe5efba2dn%40googlegroups.com.
  • Ne... Cassio Mariani
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to