From 87e8cb53f1f7179900d83814a12f28d9c696c314 Mon Sep 17 00:00:00 2001 From: Daniel Jilg Date: Wed, 5 Feb 2025 13:57:41 +0100 Subject: [PATCH] Add navigation identifier --- api/default-parameters.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/default-parameters.md b/api/default-parameters.md index fa8e10a..526fd86 100644 --- a/api/default-parameters.md +++ b/api/default-parameters.md @@ -105,6 +105,8 @@ These parameters are currently not namespaced. Expect this to change in the futu - `host` (String): The host portion of the URL, e.g. `example.com`. - `path` (String): The path portion of the URL, e.g. `/about` or `/blog/my-post`. - `scheme` (String): The scheme portion of the URL, e.g. `https`. +- `referer` (String): The referrer of the page, e.g. `https://example.com`. +- `TelemetryDeck.Navigation.identifier` (String): String that uniquely identifies the navigation in the format `referrer -> url`. #### URL Parameters