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.
Plugin Name: NielsenPlugin
Plugin Config Name: nielsen
Configuration
Attribute | Type | Required | Description |
---|---|---|---|
enabled | boolean | No | 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 |
optout | boolean | No | The site must provide a means for the user to opt-out of, or opt back into, Nielsen Measurement. A user can opt-out if they would prefer not to participate in any Nielsen online measurement research. |
metadata | Object | No | The metadata to be sent to the Nielsen. |
Swift
let nielsenConfig = NielsenPluginConfiguration(appId: "APP_ID_PROVIDED_BY_NIELSEN",
optout: false,
metadata: {
...
key: "value",
...
})