Skip to content

Commit 86d0a34

Browse files
bkboothclaude
andcommitted
docs(audience): add brief testMode mention to READMEs
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 484a5fd commit 86d0a34

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

packages/audience/pixel/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ Note: the nonce covers the inline snippet only. The CDN-loaded script (`imtbl.js
152152
| Safari | 14+ |
153153
| Edge | 80+ |
154154

155+
Pass `"testMode": true` in the init options to mark all events with `test: true`, which lets you filter test traffic from production analytics.
156+
155157
## Documentation
156158

157159
- [Tracking Pixel](https://docs.immutable.com/docs/products/audience/tracking-pixel) — this package (setup, consent modes, auto-tracked events)

packages/audience/sdk/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ audience.shutdown();
6161
</script>
6262
```
6363

64+
Pass `testMode: true` in the config to mark all events with `test: true`, which lets you filter test traffic from production analytics.
65+
6466
## Documentation
6567

6668
- [Web SDK](https://docs.immutable.com/docs/products/audience/web-sdk) — API reference, usage, integration walkthrough

0 commit comments

Comments
 (0)