Forgot to add "cid=" infront of trancking code, can the systerm still track the conversion data? | Community
Skip to main content
June 8, 2020
Solved

Forgot to add "cid=" infront of trancking code, can the systerm still track the conversion data?

  • June 8, 2020
  • 2 replies
  • 1847 views

Hi  there

Usually, the correct tracking code is "?cid=ps_cn_baidu_cpc_B_AUTO_Radar_Phrase_bd20170627006" in my account. But I forgot to add  "cid=" this time, can the systerm still track the conversion data?

Thanks in Advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Andrey_Osadchuk

If there is a custom dimensions the page URL is stored in, then you can create a segment filtering the URLs that contain "ps_cn_baidu_cpc_B_AUTO_Radar_Phrase_bd20170627006". This will allow to restore the data from the traffic sources that were not correctly tagged.

2 replies

raj_mandalapu
Level 7
June 8, 2020

it will not track, the system uses query string to read the data, in this case there is no "cid" in the URL

 

s.campaign = s.Util.getQueryParam(“cid”);

Andrey_Osadchuk
Andrey_OsadchukAccepted solution
Level 10
June 9, 2020

If there is a custom dimensions the page URL is stored in, then you can create a segment filtering the URLs that contain "ps_cn_baidu_cpc_B_AUTO_Radar_Phrase_bd20170627006". This will allow to restore the data from the traffic sources that were not correctly tagged.