I'm new to using DTM and have some third party tags that need unique ID variables.
In GTM there was the functionality to add a random number string but I can't find any documentation to do this in DTM.
Has anyone done this before?
Cheers,
Rosie
I'm new to using DTM and have some third party tags that need unique ID variables.
In GTM there was the functionality to add a random number string but I can't find any documentation to do this in DTM.
Has anyone done this before?
Cheers,
Rosie
There's a pretty straight forward post on generating a random number string in JavaScript.
The thought around that would be to create a Data Element and set the type to custom script and drop in the random number string. Then create a Page Load rule that sets an eVar or sProp to whatever that newly created Data Element is?