How to extract information from Google Click ID (gclid)?

允我心安 提交于 2019-12-01 03:09:52

Probably not. It contains a timestamp, and two other integers. However we couldn't match those other integers to any campaign, adword, or keyword ID that we found in the Adwords backend.

We've written about how gclids are encoded (and how you can go about decoding them for yourself).

Take a look at CLICK_PERFORMANCE_REPORT, it has plenty of information about a click, referenced by ClickId. The easiest way to access report data is via AdWords scripts.

No, it's an opaque ID dynamically added to AdWords ad destination URLs at the time they are served. Only AdWords can later associate that ID back to a particular campaign, ad group, keyword, etc.

You can link you Adwords account and Google Analytics account to get this information into Google Analytics.

https://support.google.com/adwords/answer/1704341?hl=en

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!