DTM: Store Library Version as eVar? | Adobe Higher Education
Skip to main content
Level 2
April 18, 2019
Beantwortet

DTM: Store Library Version as eVar?

  • April 18, 2019
  • 1 Antwort
  • 2816 Ansichten

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

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von 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 Antwort

salimj
salimjAntwort
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