Tracking data on DATE-RANGE tag

interface InterstitialData {
    customAttributes: {
        [key: string]: any;
    };
    id: string;
}

Hierarchy (view full)

Properties

Properties

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

Type declaration

  • [key: string]: any
id: string