Your Swiss Army Knife for debugging xConnect.
This helper page provides the following tools:
- Insight into current tracking session data
- Show goals and events that were triggered on last page view
- Status checker that validates your xConnect setup (connections, certificates, settings)
- Set identifiers and basic contact data in the current session
- Flush current session for immediate processing
Screenshot 1: Tracking data of current session:
Screenshot 2: Status checker result:
- Download Release ZIP and integrate into your build
- Set a hard-to guess key in App_Config/Modules/xConnectHelper/xConnectHelper.config
- Access your page through /sitecore%20modules/Web/xConnectHelper/xConnectHelper.aspx?key=
Important Note: Because this tool is made to debug current contacts and interactions in-session, it needs to be accessible on Content Delivery instances. The helper page is protected by a key that you need to define during installation. Make sure this is sufficcient for your organisation and if not, you need to meet appropriate measures to prevent access to this page i.E. IP-blocking through web.config.
Once installed, you can access the helper page through:
/sitecore%20modules/Web/xConnectHelper/xConnectHelper.aspx?key=<yourkey>
If there is a connection problem, this will be immediately shown on the xConnectHelper page. Also, if the tracker is not active becaues of config or license issues. xConnect helper validates:
- connection strings
- https access to Services
- Server certificate validity
- Client certificate validity and read rights to private key
- Warning if client certificate expires soon
Interact with your website and then hit flush current session. Processing of your contact and interactions will immediately start and data should be visible in the databases within seconds.
The experience profile manager only lists identified contacts. You can set an identifier for your contact, then flush session. Your contact should show in the list within a few seconds.
This release was tested with Sitecore XP 9.0 update-2, 9.1, 9.2,9.3-10.3. Earlier versions than 9.x are not supported because of major API changes.
Made in Switzerland