You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document tracking.excludeQueryParams for the Web SDK
Add an "Excluding query parameters" section covering the opt-in string[]
denylist, the always-on privy_oauth_* defaults, and which captured fields
are redacted. Uses the FormoAnalyticsProvider snippet.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Specify exact hostnames and exact paths in exclusion lists.
600
600
601
+
### Excluding query parameters
602
+
603
+
Formo automatically captures the page URL, query string, individual query-parameter properties, and the referrer.
604
+
605
+
If your URLs carry sensitive data (auth tokens, one-time codes, emails), use `tracking.excludeQueryParams` to strip those parameters in the browser, before any event is sent so they are never transmitted or stored:
| `excludeQueryParams` | `string[]` | `[]` | Query parameter names to strip from captured URLs before any event is sent. Applied on top of an always-on built-in denylist that cannot be disabled. |
623
+
624
+
The following parameters are **always** stripped, regardless of configuration:
Excluded parameters are removed from the `url`, `query`, `referrer`, and other event properties. Matching is case-insensitive.
631
+
632
+
601
633
### Consent management
602
634
603
635
The Formo Web SDK includes simplified consent management functionality to help you comply with privacy regulations like GDPR, CCPA, and ePrivacy Directive.
@@ -996,4 +1028,4 @@ To verify the proxy is working:
0 commit comments