Skip to content

Commit

Permalink
r2b2 analytic adapter md
Browse files Browse the repository at this point in the history
  • Loading branch information
jansima-r2b2 committed Dec 6, 2024
1 parent ace2af3 commit 93ea19e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions dev-docs/analytics/r2b2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
layout: analytics
title: R2B2
description: R2B2 Analytics Adapter
modulecode: r2b2
prebid_member: false
tcfeu_supported: true
usp_supported: true
coppa_supported: true
gvl_id: 1235
enable_download: true
---

#### About

The R2B2 Analytics Adapter enables data collection for analysis and reporting purposes. Access to collected data and the ability to start data collection require prior approval from R2B2. For approval, please contact our account team on [email protected].

Check failure on line 16 in dev-docs/analytics/r2b2.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Bare URL used

dev-docs/analytics/r2b2.md:16:238 MD034/no-bare-urls Bare URL used [Context: "[email protected]"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md034.md

#### Analytics Options

| Name | Scope | Example | Type | Description |
|-----------|----------|-------------|----------|----------------------------------------------------------------|
| `domain` | required | example.com | `string` | R2B2 approved domain where data collection occurs |
| `configId` | optional | 1 | `int` | Identifier for different configurations under the same domain (e.g., 1 for mobile, 2 for desktop) |
| `configVer` | optional | 1 | `int` | Version number for configurations sharing the same `configId` |

#### Example Configuration

```js
pbjs.enableAnalytics({
provider: 'r2b2',
options: {
domain: 'example.com',
configId: 1,
configVer: 1
}
});
```

0 comments on commit 93ea19e

Please sign in to comment.