MallTv
Features
Registration
This is currently a private adapter
Analytics Options
| Parameter | Scope | Type | Description | Example | 
|---|---|---|---|---|
| provider | Required | String | The name of this module: malltv | malltv | 
| options.propertyId | Required | String | This is the property id of the website where this adapter is being used. | 123456 | 
| options.server | Optional | String | Overrides the server used for sending analytics | https://central.mall.tv/analytics | 
Example Configuration
pbjs.enableAnalytics({
    provider: 'malltv',
    options: {
        propertyId: '123456',
        server: 'https://central.mall.tv/analytics'
    }
});