Skip to content

Commit

Permalink
update yuktamedia analytics (#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored Mar 8, 2021
1 parent 9ef0d4a commit 0f002b3
Showing 1 changed file with 33 additions and 5 deletions.
38 changes: 33 additions & 5 deletions dev-docs/analytics/yuktamedia.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,39 @@
---
---
layout: analytics
title: Yukta Media
description: Yukta Media Analytics Adapter
title: YuktaMedia
description: YuktaMedia Analytics Adapter
modulecode: yuktamedia
---
prebid_member: false
enable_download: false
---

#### Registration

Please visit [https://yuktamedia.com/prebid/](https://yuktamedia.com/prebid/) for more information.
Please visit www.yuktamedia.com or contact us on info@yuktamedia.com for more information.
The YuktaMedia Analytics adapter requires setup and approval from the YuktaMedia team.
Please reach out at info@yuktamedia.com for more information.

#### Analytics Options

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|--------|----------|--------------------------|-------------|--------|
| pubId | required | YuktaMedia Publisher ID | 1001 | int |
| pubKey | required | YuktaMedia Publisher Key | bsbbksbkbJB | string |


### Configuration Example

```
pbjs.enableAnalytics({
provider: 'yuktamedia',
options: {
pubId: 1234, // pubId and pubKey be given by YuktaMedia.
pubKey: 'some string', // Please contact us to get pubId and pubKey.
enableUTMCollection: true,
enableSession: true,
enableUserIdCollection: true
}
});
```

0 comments on commit 0f002b3

Please sign in to comment.