Adriver ID
| Module | adriverId | 
|---|---|
| EID Source | adriver.ru | 
| bidRequest.userId | adriverId | 
| Example | "1111" | 
Adriver ID Configuration
| Param under userSync.userIds[] | Scope | Type | Description | Example | 
|---|---|---|---|---|
| name | Required | String | The name of this module: "adriverId" | "adriverId" | 
Adriver ID Example
pbjs.setConfig({
    userSync: {
        userIds: [{
            name: "adriverId"
        }]
    }
});