Nielsen DCR & DTVR
Nielsen Digital Content Ratings (DCR) and Digital TV Ratings (DTVR) are both measurement systems developed by Nielsen to provide insights into audience behavior and engagement across digital media.
Configuration
| Attribute | Type | Required | Description |
|---|---|---|---|
| enabled | Boolean | Yes | Enable the plugin (Defaults to false if no value is given.) |
| appId | String | Yes | Unique ID assigned to the player/site and configured by product provided by Nielsen |
| initialization | [String: String] | No | The initialization parameters of the Nielsen SDK. |
| metadata | [String: String] | No | The metadata to be sent to the Nielsen. |
Swift
let nielsenConfig = NielsenPluginConfiguration(enabled: true,
appId: "APP_ID_PROVIDED_BY_NIELSEN",
initialization: ["key": "value"],
metadata: ["key": "value"])