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

前端 未结 4 2088
不知归路
不知归路 2021-01-04 05:28

There is some way to get campaign information like source, name, medium, keyword, etc from the given gclid parameter that came in the query string?

相关标签:
4条回答
  • 2021-01-04 06:06

    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.

    0 讨论(0)
  • 2021-01-04 06:09

    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).

    0 讨论(0)
  • 2021-01-04 06:12

    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.

    0 讨论(0)
  • 2021-01-04 06:18

    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

    0 讨论(0)
提交回复
热议问题