Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 173476

Re: DTM - How to add s.variables as Data element values?

$
0
0

In general Inside the custom code section of Adobe analytics, you can use.

s.eVar1 = s.pageName;

 

But since this is a s.tl call, which sends data without page view I assume s.pageName value will be unspecified in the reports.

 

Rather you can directly pass page name value to eVar1. say for eg: if you are getting page name value from a dataelement 'pageName'

 

for s.tl calls, use this

 

instead of s.pageName = _satellite.getVar('pageName');

 

send

 

s.eVar1 = _satellite.getVar('pageName'); or you can manually set the particular data element.

 

Hope this helps.


Viewing all articles
Browse latest Browse all 173476

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>