Team,
Anyone done 6Sense integration with Adobe Launch? We have followed whatever given by 6Sense but data is not flowing to the analytics.
1) Loading the 6Sense webtag JS in the custom code with Library Loaded (Top).
2) Mapping the company related eVars in the adobe analytics extension custom code.
Issue:- Data is not capturing under analytics.
Views
Replies
Total Likes
I haven't, but what kind of testing / debugging have you done to try and solve the issue?
Have you checked that your Data Elements are populating correctly? Or checked the order of how the rules are firing (debug mode will be helpful here)
// Turn on Debugging:
_satellite.setDebug(true);
// Turn off Debugging:
_satellite.setDebug(false);
^ run this in your browser's console.
Do you have any Javascript Errors when the pages load that might indicated an issue with the integration?
Views
Replies
Total Likes