THEOplayer Web SDK
    Preparing search index...

    Interface SmartSightConfiguration

    Describes the configuration of the Media Melon SmartSight integration.


    - Available since v2.33.2.

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

    integration: "smartsight"

    The identifier of the analytics integration.

    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.