Category: Application Performance Management
This integration is only available for Web projects
What to expect
This integration will help you to assess how performances affect your customer's experience. You will be able to access Contentsquare session replays directly in your APM Dashboard in order to see exactly what a user was doing when an error occurred and combine the technical data of your APM with the behavioral data surfaced from Contentsquare to uncover and prioritize the issues that have the greatest impact on your customer experience and revenue.
What we collect
Dynamic Variables
Key | Value | Data Type |
APM_MP_SessionID | 00000018-eaef-4c10-ad43-8c4973eb35ea | Text |
What we send
Session replay
URL Example: https://app.contentsquare.com/quick-playback/index.html?pid=3771&uu=cc912cdb-ee03-a739-a659-ad2a5b1f08bb&sn=12&pvid=1&recordingType=cs&vd=mp
Implementation
Implementation Steps
Step 1
Please go to the section How to request an integration to see the instructions to enable this integration. You can then return here once completed.
If you have already completed the step above then continue below.
Step 2
function addVars() { BOOMR.addVar({ /* *Name: mPulse CS Integration *Version: 1.2 */ "Contentsquare Replay": sessionStorage.getItem("CSreplayLink"), //mPulse CS Integration End }); } if (document.addEventListener) { document.addEventListener("onBoomerangLoaded", addVars); } else if (document.attachEvent) { document.attachEvent("onpropertychange", function (e) { if (!e) e = window.event; if (e && e.propertyName === "onBoomerangLoaded") { addVars(); } }); }
Verifying it works
You can use the chrome extension to check the results are sent to CS
Go to any beacon request then click on the Raw tab in the Beacon details. You should see Contentsquare Replay as one of the params with a link or null if no link.