내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Creating Unique Campaign IDs and Tracking Codes

Avatar

Level 1

Hi there - what is the best way for creating campaign IDs and setting up Omniture tracking codes?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

From my observations, tracking codes are generated by the individual creating the campaign. Your organization can set guidelines to establish governance over the format of this tracking code.

From there, you can place the tracking code inside a query string of your choice. For example, http://example.com/?cid=my_tracking_code. You can use whatever query string you'd like, just make sure it's consistent.

Once the query string is in the URL, you can pass the query string into the Tracking Code variable (s.campaign). There are several utilities that allow you to easily integrate it.

Data Elements in DTM can capture query strings

Util.getQueryParam can capture query strings outside of DTM

Once data is collecting, you can view the tracking code dimension to see the performance of campaigns.

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

From my observations, tracking codes are generated by the individual creating the campaign. Your organization can set guidelines to establish governance over the format of this tracking code.

From there, you can place the tracking code inside a query string of your choice. For example, http://example.com/?cid=my_tracking_code. You can use whatever query string you'd like, just make sure it's consistent.

Once the query string is in the URL, you can pass the query string into the Tracking Code variable (s.campaign). There are several utilities that allow you to easily integrate it.

Data Elements in DTM can capture query strings

Util.getQueryParam can capture query strings outside of DTM

Once data is collecting, you can view the tracking code dimension to see the performance of campaigns.