Work with journey step events work-with-journey-step-events

Journey step events are automatically generated events that capture detailed information about each step a profile takes as they progress through a journey in Adobe Journey Optimizer. These events provide comprehensive visibility into journey performance and enable powerful analytics capabilities.

What are journey step events? what-are-step-events

Journey step events are system-generated XDM (Experience Data Model) events that Adobe Journey Optimizer automatically creates and sends to Adobe Experience Platform whenever a profile moves from one node to another in a journey. Each event corresponds to a specific journey activity or transition in the customer’s journey experience.

There are two main types of journey step events:

  • journeyStepEvent: Events related to individual profile progression through journey steps
  • journeyStepProfileEvent: Events that include additional profile context information

What triggers journey step events? event-triggers

Journey step events are generated automatically for various journey activities:

NOTE
Journey step events are activated by default on all instances. You cannot modify or update the schemas and datasets that have been created during provisioning for step events. These schemas and datasets are in read-only mode.

Learn more about journey step event schemas.

Why journey step events matter why-step-events-matter

Journey step events provide critical value for organizations using Adobe Journey Optimizer:

Real-time analytics and monitoring real-time-analytics

  • Journey performance tracking: Monitor how profiles flow through your journeys in real-time using live reports
  • Conversion analysis: Understand drop-off points and successful conversion paths with journey analytics
  • Error detection: Identify and troubleshoot issues as they occur through monitoring and alerts

Data integration and insights data-integration

Optimization opportunities optimization

  • A/B testing insights: Analyze the performance of different journey paths using experimentation
  • Personalization enhancement: Use journey behavior data to improve future experiences with dynamic content
  • Operational efficiency: Identify bottlenecks and optimize journey design

How to use journey step events how-to-use-step-events

Accessing journey step event data accessing-data

Journey step event data is automatically stored in Adobe Experience Platform and can be accessed through:

  1. Data Lake queries: Use SQL to query the journey_step_events dataset with Query Service
  2. Customer Journey Analytics: Analyze journey data through advanced analytics tools
  3. Real-time reporting: Access data through Journey Optimizer’s built-in reporting capabilities
  4. APIs: Programmatically access event data for custom applications

Learn more about accessing datasets.

Key data points available key-data-points

Journey step events capture comprehensive information including:

Explore all available field definitions.

Common use cases common-use-cases

Performance monitoring

-- Example: Count profiles entering a journey in the last 24 hours
SELECT count(distinct _experience.journeyOrchestration.stepEvents.profileID)
FROM journey_step_events
WHERE _experience.journeyOrchestration.stepEvents.journeyVersionID = '<journey-id>'
AND _experience.journeyOrchestration.stepEvents.nodeType='start'
AND DATE(timestamp) > (now() - interval '24' hour);

Error analysis

-- Example: Identify errors by journey node
SELECT _experience.journeyOrchestration.stepEvents.nodeName,
       count(distinct _experience.journeyOrchestration.stepEvents.profileID)
FROM journey_step_events
WHERE _experience.journeyOrchestration.stepEvents.actionExecutionError IS NOT NULL
GROUP BY _experience.journeyOrchestration.stepEvents.nodeName;

Journey funnel analysis

  • Track conversion rates at each journey step
  • Identify where profiles most commonly exit the journey
  • Measure time spent in different journey phases

Learn more query techniques for funnel analysis.

Samples and resources samples-resources

Query examples and templates query-examples

Explore comprehensive query examples for common journey step event analysis:

Field documentation field-documentation

Understand the complete data structure of journey step events:

Best practices and troubleshooting best-practices

Performance optimization

Data quality

  • Regularly monitor for discarded events to identify data issues
  • Validate that event schemas match your analysis requirements
  • Implement proper error handling in custom queries

Analytics strategies

  • Combine journey step events with message feedback data for complete attribution
  • Use time-based analysis to understand journey velocity and bottlenecks

Advanced analytics capabilities advanced-analytics

Customer Journey Analytics integration
Journey step events can be analyzed using Customer Journey Analytics for:

  • Advanced attribution modeling
  • Cross-channel journey visualization
  • Predictive analytics on journey outcomes

Learn how to configure Customer Journey Analytics for Journey Optimizer data.

Additional resources additional-resources

Integration guides integration-guides

Next steps:

recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76