# Overview
Module Name: YuktaOne Analytics by YuktaMedia

Module Type: Analytics Adapter

Maintainer: info@yuktamedia.com

# Description

Analytics adapter for prebid provided by YuktaMedia. Contact info@yuktamedia.com for information.

# Test Parameters

```
{
  provider: 'yuktamedia',
    options : {
      pubId : 50357,               // id provided by YuktaMedia LLP
      pubKey: 'xxx',               // key provided by YuktaMedia LLP
      enableUTMCollection: true,   // set true if want to collect utm info
      enableSession: true,         // set true if want to collect information by sessions
      enableUserIdCollection: true // set true if want to collect user ID module info
    }
}
```
