how to get eVar data from gtm to atm
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?