diff --git a/docs/guides/sidecar-experiments/measuring-experiments.mdx b/docs/guides/sidecar-experiments/measuring-experiments.mdx index 11adb1277..8f00a978d 100644 --- a/docs/guides/sidecar-experiments/measuring-experiments.mdx +++ b/docs/guides/sidecar-experiments/measuring-experiments.mdx @@ -36,7 +36,7 @@ Sidecar comes loaded with an event collection tool that will autocapture various |Property|description|example value (strings)| |--------|----------|-------------| |value|Current URL with path and parameters|https://www.FULL-URL.com/?utm=FALL_2024| -|metadata.pageViewLength|total number of seconds spent on the page|6137| +|metadata.pageViewLength|total number of milliseconds spent on the page|6137| |metadata.page_url|Current URL with path and parameters|https://www.FULL-URL.com/?utm=FALL_2024| |metadata.scrollDepth|percentage of page scrolled (integer 0-100)|47|