Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

DTM: Store Library Version as eVar?

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Level 4

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

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

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