Skip to main content

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

AttributeTypeRequiredDescription
enabledbooleanNoEnable the plugin (Defaults to false if no value is given.)
appIdstringYesUnique ID assigned to the player/site and configured by product provided by Nielsen
optoutbooleanNoThe 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.
metadataObjectNoThe metadata to be sent to the Nielsen.
Swift
let nielsenConfig = NielsenPluginConfiguration(appId: "APP_ID_PROVIDED_BY_NIELSEN",
optout: false,
metadata: {
...
key: "value",
...
})