Expand my Community achievements bar.

SOLVED

Custome DTM Condition

Avatar

Level 2

Hi,

Previously my site was getting tracked through Legacy code and now all legacy code has been placed in s code through DTM. Now i want to create a condition on pagename (For Example if pagename is equal to abc)  to get fired some script. I have tried both option Data element and variable set, both are not working.

Please help me in writing custom code.

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi lokendras11872334​,

You can create a Page Load Rule under which you can add Third Party Tags for your script and condition for the rule should be based on the way pageName is being populated.

If there is a Data Element which is populating the pageName, check for the Data Elements value in condition. If this doesn't work (rule doesn't fire), it means that the data element is not populated by the time rule condition is checked and hence you need to trigger rule lower in load order.

If pageName is being populated through custom script or an object on page, you can use the same object in rule condition as custom script.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

Hi lokendras11872334​,

You can create a Page Load Rule under which you can add Third Party Tags for your script and condition for the rule should be based on the way pageName is being populated.

If there is a Data Element which is populating the pageName, check for the Data Elements value in condition. If this doesn't work (rule doesn't fire), it means that the data element is not populated by the time rule condition is checked and hence you need to trigger rule lower in load order.

If pageName is being populated through custom script or an object on page, you can use the same object in rule condition as custom script.

Avatar

Level 10

lokendras11872334,

Does the previous reply answer your question? If so, would you mind marking it as the correct answer?

Cheers,
Jantzen