Interface SmartSightConfiguration

Describes the configuration of the Media Melon SmartSight integration.

Remarks


- Available since v2.33.2.

interface SmartSightConfiguration {
    customerID: string;
    domainName?: string;
    integration: "smartsight";
    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).

integration: "smartsight"

The identifier of the analytics integration.

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.

Generated using TypeDoc