Tracking data common to all interstitial tracking levels

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

Hierarchy (view full)

Properties

Properties

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

Type declaration

  • [key: string]: any