Bitmovin Player API 8.268.0
    Preparing search index...

    Interface InterstitialCustomAttributesMappingRegistry

    Registry to map custom attributes from interstitial tracking data

    interface InterstitialCustomAttributesMappingRegistry {
        get clickThroughUrl(): string;
        set clickThroughUrl(url: string): void;
        get tracking(): InterstitialMappingRegistry;
    }
    Index
    • get clickThroughUrl(): string

      Get the click through URL for the interstitial

      Returns string

    • set clickThroughUrl(url: string): void

      Set the click through URL for the interstitial

      Parameters

      • url: string

      Returns void