Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

how to get eVar data from gtm to atm

Avatar

Level 1

Hi 

My website it connected with both google tag manager and adobe analytics. I am trying to fire a custom google tag and store value to adobe analyitcs like on click of button I am getting value.

This is in gtm custom tag:

s.linkTrackVars='eVar66,eProp44,events';
s.eVar66 = google_tag_manager[{{Container ID}}].dataLayer.get('app_region');
s.eProp44 = google_tag_manager[{{Container ID}}].dataLayer.get('app_region');

 

I am not able to find eVar66 in adobe analytics. Where can I find it?

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

To find any relevant evars go to 

 

Admin then Report suites

Pick your desired report Suite then click edit settings -> Conversion -> Conversion Variables

 

These are your evars in Adobe.

 

Also your code double check...

s.eProp44 = google_tag_manager[{{Container ID}}].dataLayer.get('app_region');

Is it working do you see it in Adobe beacon? thought it may have typo//

s.Prop44 = google_tag_manager[{{Container ID}}].dataLayer.get('app_region');

 

GLTU

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

To find any relevant evars go to 

 

Admin then Report suites

Pick your desired report Suite then click edit settings -> Conversion -> Conversion Variables

 

These are your evars in Adobe.

 

Also your code double check...

s.eProp44 = google_tag_manager[{{Container ID}}].dataLayer.get('app_region');

Is it working do you see it in Adobe beacon? thought it may have typo//

s.Prop44 = google_tag_manager[{{Container ID}}].dataLayer.get('app_region');

 

GLTU

Avatar

Level 1

I am still not able to see the variable in the report.

Is there any way to check the value or follow any blog post or documentation to see the eVar value?