


Hi!
Has anyone been successful in tracking the latest Analytics version via DTM? been assigned to either track this as a data element + setting it to an eVar or setting this in the global custom code/or rule?? Many thanks for the guidance with this.
Haven't been able to make it work via the recommendations I've seen online.
I found this recommendation: _satellite.getToolsByType('sc')[0].getS().version - I can see it in console but it doesn't work when I set it in DTM.
Thanks for any insight and guidance
Paulina
Views
Replies
Sign in to like this content
Total Likes
You may want to consider these other commands:
s.version (change "s" to your custom object name if you've changed the default tracker.
s_c_il[0].version - where 0 represents the . position in the array for each software version you're trying to capture
Views
Replies
Sign in to like this content
Total Likes
You may want to consider these other commands:
s.version (change "s" to your custom object name if you've changed the default tracker.
s_c_il[0].version - where 0 represents the . position in the array for each software version you're trying to capture
Views
Replies
Sign in to like this content
Total Likes