DTM: Store Library Version as eVar? | Community
Skip to main content
Level 2
April 18, 2019
Solved

DTM: Store Library Version as eVar?

  • April 18, 2019
  • 1 reply
  • 2816 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by salimj

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

1 reply

salimj
salimjAccepted solution
Level 3
May 1, 2019

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