CJML allows precise modeling of customer journeys—and allows you to compare them directly against what was planned or expected. CJML serves as a common language for interdisciplinary collaboration. Use it to:
CJML Version 3 is just around the corner. You can already take a sneak peek at the Introduction to CJML or explore the new Tutorial for guidance on journey thinking, data, analysis, and use cases.
CJML supports multiple application areas through domain-specific extensions. Each builds on the shared foundation of core CJML, while introducing specialized concepts tailored to the needs of their respective fields:
<CJML version="2.0">
<actualJourney>
<journeyID>AJ1</journeyID>
<actors>
<endUser actorID="Carl">
<actorName>Carl</actorName>
</endUser>
<serviceProvider actorID="Company A">
<companyName>Bookis</companyName>
</serviceProvider>
</actors>
<touchpoints>
<actualCommunicationPoint>
<touchpointID>TP1</touchpointID>
<initiator>
<refersTo actorIDref="Carl"/>
<initiatorLabel>Customer creates account</initiatorLabel>
</initiator>
<receiver>
<refersTo actorIDref="Bookis"/>
<receiverLabel>Account registered</receiverLabel>
</receiver>
<channel>
<channelName>Web</channelName>
</channel>
</actualCommunicationPoint>
</touchpoints>
</actualJourney>
</CJML>
CJML results from years of research to both the practical and theoretical aspects of customer journeys. CJML has been developed in close collaboration with industry partners through multiple research and innovation projects.
Read more about the development of CJML
