Skip to content

Commit 44dadc9

Browse files
authored
Update Scaleable Analytics Adapter docs (#6617)
* Update Scaleable Analytics Adapter docs * Updated Scaleable docs with linting * Scaleable Analytics PR Feedback for gpp_sids
1 parent 66aa243 commit 44dadc9

1 file changed

Lines changed: 27 additions & 2 deletions

File tree

dev-docs/analytics/scaleable.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,33 @@ layout: analytics
33
title: Scaleable
44
description: Scaleable Analytics Adapter
55
modulecode: scaleable
6+
tcfeu_supported: false
7+
usp_supported: true
8+
gpp_sids: usp, usnat, usstate_all
9+
coppa_supported: true
10+
prebid_member: false
611
---
712

8-
#### Registration
13+
## Analytics Options
914

10-
Please visit [scaleable.ai](https://scaleable.ai/) for more information.
15+
{: .table .table-bordered .table-striped }
16+
| Name | Scope | Description | Example | Type |
17+
|-------------------|----------|---------------------------------------------------------------------------|------------------|----------|
18+
| `siteId` | required | Identifies your site to Scaleable. Contact Scaleable to receive it. | `'YOUR_SITE_ID'` | `string` |
19+
| `auctionEndDelay` | optional | Milliseconds to wait after `AUCTION_END` before reporting (default 1500). | `1000` | `int` |
20+
| `sampling` | optional | 0–1; the fraction of sessions to collect data on (default 1.0). | `0.5` | `float` |
21+
22+
## Example Configuration
23+
24+
```javascript
25+
pbjs.enableAnalytics({
26+
provider: 'scaleable',
27+
options: {
28+
siteId: 'YOUR_SITE_ID' // contact Scaleable to receive your siteId
29+
}
30+
});
31+
```
32+
33+
## Registration
34+
35+
Contact <team@scaleable.ai> for more information or to sign up for analytics. See [Scaleable Advertising](https://scaleable.ai/services/advertising).

0 commit comments

Comments
 (0)