the toolkit
Debug the calculation layer in isolation.
A browser-independent popup for the context layer: inspect what Contexture calculates, edit the engagement profile, force new sessions and pageviews, then syndicate once the numbers are right.
Why a popup, not an extension
It is browser-independent, needs no install or extension, and loads the live library against any page, so it runs on any site, including ones where Contexture is not installed. That makes it a shareable demo and a universal implementation microscope.
Explore your own context
Open the Toolkit on this very site and watch your anonymous Profile thicken as you browse. The Engagement Profile Editor lets you read and write stored values by name, delete or wipe them, and force a New Session or New Pageview to test session- and page-scoped calculations on demand.
The workflow: install, load with ?CXdebug=1, open the Toolkit, drive a few interactions, verify the Profile, then syndicate. Debug the calculation layer in isolation first; syndicate only once the numbers are right.
CONTEXT · the live view of the current visitor: their Path (journey), the anonymous Profile (behavioral attributes), and the Page context (the assembled data groups). Drilldowns switch to the Engagement Profile Editor, the live API documentation, and runnable Data Query Examples.
CX.io("behavior", "visitorType") //==> "Returning" CX.io("behavior") //==> { visit, sessionPageViews, ... }
INSPECT · lists every JavaScript file on the page (and in frames) and beautifies any script you select or paste, so you can read a minified vendor tag in seconds.
TRANSCRIBE · a screenshare-friendly notes surface plus quick links to the dev tools you reach for constantly.
RESOURCES · the curated martech tool directory.
source: ebook appendix d. Confirm tab list against the upgraded Toolkit before publishing.
Run it anywhere, as a bookmarklet
Drag the link below to your bookmarks bar. Run it on any page to open the Toolkit popup and read live context with CX.io().
javascript:(function(){var s=document.createElement("script");s.src="https://contexturesdk.com/assets/js/toolkit-launcher.js";document.body.appendChild(s);})();