Can Journey Canvas waterfall metrics be exported as a tabular report (Dry Run) in AJO / CJA? | Community
Skip to main content
Level 2
February 28, 2026
Solved

Can Journey Canvas waterfall metrics be exported as a tabular report (Dry Run) in AJO / CJA?

  • February 28, 2026
  • 1 reply
  • 32 views

Hi Community,

In Adobe Journey Optimizer, the Journey Canvas (Dry Run view) visually shows a step‑by‑step waterfall of customers moving through the journey (percentages and absolute counts at each node), as seen in the attached image.

What I’m looking for is the same dry‑run waterfall data, but in a tabular format (for example):

 

Waterfall report
Starting audience count 100
After Standard supresssions 80
Suppress contract A 75
Suppress Opt outs 65
Final count 65
Segment A 35
Segment B 30

 

Is there any way to:

  • View this journey canvas waterfall numerically in AJO Reports,
  • Access it via Customer Journey Analytics (CJA), or
  • Export / download this dry‑run journey data (e.g., Excel)?

If this is not supported natively, are there any recommended workarounds to recreate this tabular waterfall from AJO/AEP data?

Thanks in advance!

 

Best answer by SG14_97

@HardikJa when you execute a journey in dry run mode, within AEP datalake you can get these information as part of the journey step events dataset(Journey Step Events) with filters - _experience.journeyOrchestration.stepEvents.inDryRun (boolean) and to narrow down your search you can make use of _experience.journeyOrchestration.stepEvents.dryRunID.

You can then create an aggregate query on top of this using data distiller/query service or can create a dataview on top of the step events dataset for CJA also you can export it to perform your analysis.

Regards,
Sayantan

1 reply

SG14_97Accepted solution
Level 2
March 3, 2026

@HardikJa when you execute a journey in dry run mode, within AEP datalake you can get these information as part of the journey step events dataset(Journey Step Events) with filters - _experience.journeyOrchestration.stepEvents.inDryRun (boolean) and to narrow down your search you can make use of _experience.journeyOrchestration.stepEvents.dryRunID.

You can then create an aggregate query on top of this using data distiller/query service or can create a dataview on top of the step events dataset for CJA also you can export it to perform your analysis.

Regards,
Sayantan