Campaign Trail
Campaign Trail enables instant personalization for your visitors by leveraging standard UTM parameters. It ships as part of the SDK, and is built into connector plugins.
Why teams use it
Campaign Trail transforms every click-through into a personalized NXTL experience:
- Personalize from the start. Campaign Trail uses UTM tags to directly set user journey.
- Maximize content ROI. NXTL automatically retrieves the most relevant content and dynamically updates the user interface.
- Reuse presentation modes. Automatically repurpose UI, instead of manually juggling multiple landing pages.
User experience
- A visitor arrives via a campaign link (e.g.,
https://www.example.com?utm_campaign=on_the_fence). - NXTL matches the parameter value to a predefined user journey, then retrieves relevant entries.
- The page updates in place to reflect the campaign’s intent.
Getting started
Plugin
- Toggle
Set as NXTL Matrixin your editor to mark a post/page/view as a Campaign Trail enabled matrix.
SDK
<script type="module">
import NXTL from "https://cdn.nxtl.ai/nxtl.es.js";
const nxtl = await new NXTL({
apiKey: "YOUR_API_KEY",
projectId: "YOUR_PROJECT_ID",
});
nxtl.registerMatrix();
</script>Last updated on