활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
How does the Tracking Code behave if a user enters (within one session) with multiple values? In other words, are they concatened somehow?
For instance, if we read it from parameter tid and got the following journey:
1. calls mydomain.com/?tid=23
2. calls mydomain.com/?tid=47
Generates that then a Tracking Code "23,47" in the report?
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
@Clemens - Based on the above scenario, I'd see two separate line items in the Tracking Code report:
23
47
given that the values from the query string parameter is captured in s.campaign variable (Tracking Code). So, as a user visits the site calls mydomain.com/?tid=23, s.campaign=23 will be passed. Likewise, s.campaign=47 will be passed in the next server call.
조회 수
답글
좋아요 수
@Clemens - Based on the above scenario, I'd see two separate line items in the Tracking Code report:
23
47
given that the values from the query string parameter is captured in s.campaign variable (Tracking Code). So, as a user visits the site calls mydomain.com/?tid=23, s.campaign=23 will be passed. Likewise, s.campaign=47 will be passed in the next server call.
조회 수
답글
좋아요 수
OK, then there must be something in our implementation. Thanks a lot.
조회 수
답글
좋아요 수
In admin under conversion variables check to see the s.camapign variable has been setup for Allocation most recent and you don`t have do not reset checked on.
Might be just evar settings causing multiple items to be captured as users progress multiple visits.
GLTU
조회 수
답글
좋아요 수
We have most recent with 1 week validity. So that can't be the cause.
조회 수
답글
좋아요 수