Interface MediaMelonConfiguration

Describes the configuration of the Media Melon integration.

interface MediaMelonConfiguration {
    customerID: string;
    domainName?: string;
    playerName: string;
    subscriberID?: string;
}

Hierarchy (view full)

Properties

customerID: string

The identifier of the Media Melon customer.

Remarks


- This id should be obtained through Media Melon.

domainName?: string

The domain name of the content owner.

Remarks


- When omitted, will not be reported to Media Melon.
- It should be used to categorize analytics based on a group or application (e.g. resellers).

playerName: string

Your player solution's name.

Remarks


- It can be a custom name, or 'THEOplayer'.

subscriberID?: string

The identifier of the subscriber.

Remarks


- When omitted, will not be reported to Media Melon.