Expand my Community achievements bar.

SOLVED

Adobe DTM migration to Launch, why previous rules evar,prop and event carried away on next rules?

Avatar

Level 2

Hello guys, I tried to migration Launch, i have already proceed into migration and right now the progress is on development.

 

i face some issue, where existing DTM this issue not happen.

1. direct call rules: if theres multiple event, on the pageview and then direct call rules, the event will be carried away

2. if we do it issue number 1, duplicate value of event will be occur ex: event: event5, event 5 while the other evar/props not duplicate

3. if i call another rules, the previous rules will be caried away on next rules include evar/props, ex:

Rules1:

  • event: event5
  • eVar1: www
  • eVar100: path:

Rules2:

  • event: event5(from previous rules), event6
  • eVar1: www(normal)
  • eVar7: getData
  • eVar100: path(from previous rules)

here the rules configuration on launch, i just add clear variable hoping the variables wont get carried away on next rules on same page. please help is there missing step of this migration.

 

Thanks in advance.

 

Screen Shot 2021-02-01 at 13.41.29.png

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

It sounds like a problem where the AA variables are persisting within the same page, which is to be expected.

So you have 2 options:

  1. Use "Clear Vars" in all of your rules, so that variables don't persist.
  2. Use "registerPostTrackCallback" to clear out the variables that you don't want to persist https://experienceleague.adobe.com/docs/analytics/implementation/vars/functions/registerposttrackcal...

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

It sounds like a problem where the AA variables are persisting within the same page, which is to be expected.

So you have 2 options:

  1. Use "Clear Vars" in all of your rules, so that variables don't persist.
  2. Use "registerPostTrackCallback" to clear out the variables that you don't want to persist https://experienceleague.adobe.com/docs/analytics/implementation/vars/functions/registerposttrackcal...

Avatar

Level 2
thanks alot, i already fix this by applying "clear vars", before i just testing on certain rules