THEOplayer Web SDK
    Preparing search index...

    Interface MediaMelonConfiguration

    Describes the configuration of the Media Melon integration.

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

    Hierarchy (View Summary)

    Index

    Properties

    assetID?: string

    The content asset identifier.

    customerID: string

    The identifier of the Media Melon customer.


    - This id should be obtained through Media Melon.

    domainName?: string

    The domain name of the content owner.


    - 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).

    metaURL?: string

    The URL of the media metadata.

    playerName: string

    Your player solution's name.


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

    subscriberID?: string

    The identifier of the subscriber.


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