Skip to content

Commit

Permalink
Update measuring-experiments.mdx (#2423)
Browse files Browse the repository at this point in the history
  • Loading branch information
brock-statsig authored Dec 19, 2024
1 parent cde611b commit c2110d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/sidecar-experiments/measuring-experiments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ Sidecar comes loaded with an event collection tool that will autocapture various
|metadata.page_url|Current URL with path and parameters|https://www.FULL-URL.com/?utm=FALL_2024|
|metadata.transfer_bytes|Total number of bytes transferred in document body as implemented by [browser performanceTiming API](https://developer.mozilla.org/en-US/docs/Web/Performance/Navigation_and_resource_timings)|48360|

#### Disabling Autocapture
To disable autocapture, simply append the following query string parameter to the Sidecar script URL: `&autostart=0`.
#### Disabling All Logging
To disable all logging to statsig (both autocapture events and logging who has seen your experiments) append the following query string parameter to the Sidecar script URL: `&autostart=0`. This may be useful if you're dealing with GDPR compliance, and you can later re-enable events with `client.updateRuntimeOptions({disableLogging: false})`

## Auto Capturing Data Attributes

Expand Down

0 comments on commit c2110d2

Please sign in to comment.