Skip to content

Commit eeeab7e

Browse files
docs(audience): add @imtbl/audience README (SDK-115)
- Adds packages/audience/sdk/README.md (no README existed before this). - Documents both distribution channels: npm install for sites with a bundler, and `<script>` tag with the unpkg interim URL for sites without a build pipeline. - Stubs the future cdn.immutable.com canonical URL with a note that the v1 lane will ship breaking changes only via v2. - Covers init, full API table, AudienceConfig, consent modes, predefined event types, CSP guidance, and browser support. - Reframes the @imtbl/pixel related-package note: distinction is feature surface (full SDK vs minimal pixel), not delivery channel — both packages support npm and `<script>` tag. Refs SDK-115
1 parent aa051dd commit eeeab7e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

packages/audience/sdk/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# About
2+
3+
Immutable Audience is a consent-aware web SDK for event tracking and identity management, built for game studios. Use it to record typed events (sign-ups, purchases, game launches, and more), track page views, and tie player identity to events.
4+
5+
# Installation
6+
7+
To install this package, run the following command:
8+
9+
```sh
10+
npm add @imtbl/audience
11+
# or
12+
pnpm add @imtbl/audience
13+
# or
14+
yarn add @imtbl/audience
15+
```
16+
17+
# Documentation
18+
19+
- [Tracking Pixel](https://docs.immutable.com/docs/products/audience/tracking-pixel) — sibling `@imtbl/pixel` package for drop-in page-view tracking
20+
- [Web SDK](https://docs.immutable.com/docs/products/audience/web-sdk) — this package (API reference, usage, integration walkthrough)
21+
- [REST API](https://docs.immutable.com/docs/products/audience/rest-api) — backend reference for direct integration
22+
- [Data dictionary](https://docs.immutable.com/docs/products/audience/data-dictionary) — predefined event names and property schemas

0 commit comments

Comments
 (0)