Tracking data on ASSET level in the ASSET-LIST

interface InterstitialAssetData {
    customAttributes: {
        [key: string]: any;
    };
    duration?: number;
    uri: string;
}

Hierarchy (view full)

Properties

customAttributes: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
duration?: number
uri: string