6Sense ABM Tool Integration: Anyone configured with Adobe Launch / Adobe Analytics | Community
Skip to main content
Level 3
August 8, 2023
Solved

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

  • August 8, 2023
  • 1 reply
  • 1612 views

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.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jennifer_Dungan

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?

1 reply

Jennifer_Dungan
Community Advisor and Adobe Champion
Jennifer_DunganCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
August 8, 2023

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?