THEOplayer Web SDK Connectors
    Preparing search index...

    Interface LinearCreative

    interface LinearCreative {
        getAdParameters(): null | string;
        getAdvertIdentifier(): string;
        getClickThroughUrl(): string;
        getCreativeIdentifier(): string;
        getCustomClickUrls(): string[];
        getSequence(): number;
        getUniversalAdIds(): VASTProperty[];
        onClickThrough(): void;
        onTrackingEvent(event: string): void;
        setVisible(visible: boolean): void;
    }

    Hierarchy (View Summary)

    Index

    Methods