Want to implement Adobe Analytics Custom Event

Silver Contributor
Silver Contributor
We are implementing Adobe Analytics for a domain through Tealium. We would like to track the search tracking on this website. On successful search, I would like to fire one Adobe Custom Event
 
I want to know how to implement / setup Adobe Custom Event. For other variables like prop or eVar, we are giving the data layer document to the developer where they will implement it on the website. For Adobe Custom Event, how do I setup / implement. Like whether I need to give any data layer to the developer or I have an option to setup / implement Adobe Custom Event through Tealium.
 
Kindly help me implementing this.
 
Regards,
Magesh
1 REPLY 1

Want to implement Adobe Analytics Custom Event

Silver Contributor
Silver Contributor
Mageshsm,

Yes you have an option to setup / implement Adobe Custom Event through Tealium. you can implement Adobe Custom Events using Set-Data-Values-Extension as well you can utilize Custom JavaScript Extension to map the variables.
Here is the sample
b.sc_events = u.addEvent("event501");
b.linkTrackEvents = "event501";
b.linkTrackVars = "events,eVar249";

I hope it helps.
Praveen Chowdary K
Public