File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,33 @@ layout: analytics
33title : Scaleable
44description : Scaleable Analytics Adapter
55modulecode : 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 ) .
You can’t perform that action at this time.
0 commit comments