Files
stats/apps/public/components/web-sdk-config.mdx
2024-11-13 21:15:46 +01:00

7 lines
371 B
Plaintext

##### Web options
- `trackScreenViews` - If true, the library will automatically track screen views (default: false)
- `trackOutgoingLinks` - If true, the library will automatically track outgoing links (default: false)
- `trackAttributes` - If true, you can trigger events by using html attributes (`<button type="button" data-track="your_event" />`) (default: false)