Path (Analysis Variant)

Prev Next

The Path view helps you visualize the order in which users interact with various elements on your website or app.

 

You can find more information in our path guide.

Activating the Path and copying the configuration

  1. In an analysis, click on the Path symbol.

  2. Configure the Path analysis.

  3. Finish the configuration by clicking on „Apply“.

  4. Click “Copy JSON configuration”.
     

Example Call

{
    "resultType": "DATA_ONLY",
    "queryObject": {
        "columns": [
            {
                "name": "pages",
                "scope": "OBJECT",
                "context": "PAGE",
                "variant": "NORMAL"
            },
            {
                "name": "pages_pageImpressions",
                "columnPeriod": "ANALYSIS",
                "sortDirection": "DESCENDING",
                "sortIndex": 1,
                "scope": "OBJECT",
                "context": "PAGE",
                "variant": "NORMAL"
            },
            {
                "name": "visits",
                "columnPeriod": "ANALYSIS",
                "scope": "OBJECT",
                "context": "SESSION",
                "variant": "NORMAL"
            },
            {
                "name": "pages_durationAvg",
                "columnPeriod": "ANALYSIS",
                "scope": "OBJECT",
                "variant": "NORMAL"
            },
            {
                "name": "visits_bounceRate",
                "columnPeriod": "ANALYSIS",
                "scope": "OBJECT",
                "variant": "NORMAL"
            },
            {
                "name": "pages_exitRate",
                "columnPeriod": "ANALYSIS",
                "scope": "OBJECT",
                "variant": "NORMAL"
            }
        ],
        "viewMode": {
            "active": "path",
            "path": {
                "metricName": "visits",
                "dimensionContext": "SESSION",
                "reverse": false,
                "distinct": true,
                "pathLength": 5
            }
        },
        "variant": "LIST",
        "predefinedContainer": {
            "filters": [
                {
                    "name": "time_range",
                    "filterPredicate": "BETWEEN",
                    "connector": "AND",
                    "caseSensitive": false,
                    "context": "NONE",
                    "value1": "2025-06-09 00:00:00",
                    "value2": "2025-07-07 00:00:00"
                }
            ],
            "containers": []
        }
    }
}

Example Result

{
    "calculationDataType": "RAW_DATA",
    "rows": [
        [
            "OtherPage",
            4020
        ],
        [
            "Home►Search",
            2703
        ],
        [
            "Home",
            1025
        ],
        [
            "Home►Category",
            880
        ],
        [
            "Product1",
            658
        ],
        [
            "Home►Search►Product1",
            653
        ],
        [
            "Home►Category►SUCCESS",
            596
        ],
        [
            "Home►Cart",
            590
        ],
        [
            "LandingPage►Search",
            379
        ],
        [
            "OtherPage►Home",
            332
        ],
        [
            "Home►SubCategory",
            327
        ],
        [
            "OtherPage►Home►Search►Product1",
            323
        ],
        [
            "Home►SUCCESS",
            322
        ],
        [
            "Home►Search►Product2",
            318
        ],
        [
            "Product1►Home►Search",
            316
        ],
        [
            "Home►Login►Imprint►Logout",
            304
        ],
        [
            "Register►OtherPage►Imprint",
            304
        ],
        [
            "LandingPage►Imprint",
            253
        ],
        [
            "Home►Register►SUCCESS",
            243
        ],
        [
            null,
            234
        ],
        [
            null,
            22230
        ]
    ],
    "rowCount": 21,
    "rowCountTotal": 921,
    "headers": [
        {
            "alias": "content|0",
            "arrangeType": "content",
            "sumPositions": [
                20
            ],
            "name": "pages",
            "metric": false,
            "dimension": true,
            "sortIndex": 1
        },
        {
            "alias": "visits|0",
            "arrangeType": "visits",
            "name": "visits",
            "metric": true,
            "dimension": false
        }
    ],
    "columnCount": 2,
    "information": [],
    "warnings": [],
    "timerange": [
        "2025-06-09 00:00:00",
        "2025-07-07 00:00:00"
    ],
    "timestamp": "2025-07-07T11:27:13.141+0000"
}