Hello All,
We are in the process of designing a DataLayer to be consumed by DTM. The application rewrite is in Process and we are moving to AngularJS implementation from ASP.NET pages
Implementing DataLayer Object for Page Loads Metric and utilizing it in DTM looks straight forward.
But capturing user actions in the DataLayer is little confusing. Suppose, I create "User Action Object" per page like an example below
"category": "link_tracking", |
"action": "link_clicked", |
"link_name": "My Insurance Logo", |
How do I use it in DTM? I mean how should I use this object to map it to an event?
Regards