Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 27 additions & 2 deletions dev-docs/analytics/scaleable.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <team@scaleable.ai> for more information or to sign up for analytics. See [Scaleable Advertising](https://scaleable.ai/services/advertising).
Loading