@xylabs/sdk-react
    Preparing search index...

    Interface GoogleViewPromotionProperties

    interface GoogleViewPromotionProperties {
        creative_name?: string;
        creative_slot?: string;
        items?: GoogleItem[];
        location_id?: string;
        promotion_id?: string;
        promotion_name?: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    creative_name?: string
    creative_slot?: string
    items?: GoogleItem[]
    location_id?: string
    promotion_id?: string
    promotion_name?: string