diff --git a/dev-docs/analytics/scaleable.md b/dev-docs/analytics/scaleable.md index 7ebd129ea8..806814b54c 100644 --- a/dev-docs/analytics/scaleable.md +++ b/dev-docs/analytics/scaleable.md @@ -3,8 +3,33 @@ layout: analytics title: Scaleable description: Scaleable Analytics Adapter modulecode: scaleable +tcfeu_supported: false +usp_supported: true +gpp_sids: usp, usnat, usstate_all +coppa_supported: true +prebid_member: false --- -#### Registration +## Analytics Options -Please visit [scaleable.ai](https://scaleable.ai/) for more information. +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|-------------------|----------|---------------------------------------------------------------------------|------------------|----------| +| `siteId` | required | Identifies your site to Scaleable. Contact Scaleable to receive it. | `'YOUR_SITE_ID'` | `string` | +| `auctionEndDelay` | optional | Milliseconds to wait after `AUCTION_END` before reporting (default 1500). | `1000` | `int` | +| `sampling` | optional | 0–1; the fraction of sessions to collect data on (default 1.0). | `0.5` | `float` | + +## Example Configuration + +```javascript +pbjs.enableAnalytics({ + provider: 'scaleable', + options: { + siteId: 'YOUR_SITE_ID' // contact Scaleable to receive your siteId + } +}); +``` + +## Registration + +Contact for more information or to sign up for analytics. See [Scaleable Advertising](https://scaleable.ai/services/advertising).