Skip to main content
Level 3
August 8, 2023
Beantwortet

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

  • August 8, 2023
  • 1 Antwort
  • 1716 Ansichten

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.

 

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von 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 Antwort

Jennifer_Dungan
Adobe Champion and Community Advisor
Adobe Champion and Community Advisor
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?