Expand my Community achievements bar.

Webinar: Adobe Customer Journey Analytics Product Innovations: A Quarterly Overview. Come learn for the Adobe Analytics Product team who will be covering AJO reporting, Graph-based Stitching, guided analysis for CJA, and more!
SOLVED

6Sense ABM Tool Integration: Anyone configured with Adobe Launch / Adobe Analytics

Avatar

Level 3

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.

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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?

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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?