Edit in GitHubLog an issue

Pathing Reports

There are two kinds of pathing reports, "Pathing" and "Fallout".

Pathing Report (using "pattern")

A pathing report is generated by combining up to five patterns in a list to specify a match. For example:

Copied to your clipboard
"pattern": [
["videoPage5"],
["::anything::"],
["::anything::"],
["::anything::"],
["::anything::"]
]

Using the names of pages on you site along with the special page names in the following table, you can generate a number of useful pathing reports.

ValueMeaning
::anything::
Any page, including entered and existed
::not_entered::
Anything except entered the site
::not_exited::
Anything expect exited the site
::entered::
Entered the site
::exited::
Exited the site
::not::
Used before a value to negate it. For example, "::not::","page1"

Fallout Report (using "checkpoints")

Fallout reports can be generated for the Visits metric using page, sitesection, or a prop (if pathing is enabled). To generate a fallout report, provide a list of up to 8 values to use as checkpoints. The number of pageviews returned for each checkpoint indicates the number of pageviews that successfully satisfied all checkpoints up to and including that point.

Copied to your clipboard
{
"reportSuiteID": "rsid",
"dateFrom": "YYYY-01-01",
"dateTo": "YYYY-01-02",
"metrics": [
{
"id": "pageviews" //This metric is required for all fallout reports. It is the only metric currently supported.
}
],
"elements": [
{
"id": "page", //Only 1 element can be specified. Valid elements are page, sitesection, and prop## (if pathing enabled).
"checkpoints": [ //This is the list of checkpoints (Maximum 8 items)
"videoPage3",
"videoPage2",
"videoPage1"
]
}
],
"locale": "en_US"
}
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.