Standard events vs. custom events
Jurni’s standard analytics model includes common visit and commerce events such as click-through, add to cart, checkout initiation, and attributed order/purchase activity. A Custom Event is an additional named event configured for a specific shop or implementation. Examples from customer implementations include:- quiz or wizard step reached
- email captured
- application started
- first-time-buyer conversion
- another event already emitted into a site’s
dataLayer
How downstream event mapping works
For supported implementations, Jurni can map an event already emitted by the customer’s site into a named Jurni Custom Event. The source can depend on the customer’s stack. A common pattern is to use an existing GTM/dataLayer event rather than asking the customer to build a second parallel tracking system.
When the downstream flow preserves the Jurni visit/experiment context, the mapped event can be associated with the originating Jurni traffic.
Custom event mapping is implementation-specific. If your shop needs a new downstream event, provide Jurni with the existing event name, where it fires, and any payload condition that determines whether it should count.
Avoid double-counting
Choose one canonical trigger for a conversion event whenever possible. For example, if your site already emits a reliablepurchase event, do not also count a success-page URL as a second purchase trigger unless deduplication is intentionally implemented.
The same rule applies to quiz steps: if the business definition is one conversion per visit, refreshing the page should not create multiple conversions for the same visit.
What experiment reporting currently shows
Configured custom events can appear in the experiment-level conversion funnel. However, custom events are not currently exposed as standard selectable metrics throughout the per-variant performance table and time-series experiment charts. This distinction matters when the custom event is your primary test KPI. The experiment may contain the custom event data while the variant comparison UI does not yet provide the same side-by-side breakdown as CVR, revenue, or other standard metrics.Information to provide for a new mapping
When asking Jurni to map a downstream event, provide:- Business name — e.g.
Quiz StartorFirst-Time Buyer. - Technical event source — e.g. GTM/
dataLayer, JavaScript event, or URL condition. - Exact event name or URL rule.
- Payload fields needed for filtering or deduplication.
- Counting rule — once per visit, every occurrence, first-time buyers only, etc.
- Where the event fires — Jurni page, root-domain site, checkout, confirmation flow, and so on.
