payloads
payloads: {
action: "view_content" | "add_to_cart" | "initiate_checkout";
parameters: {
_valueToSum: string;
fb_checkin_date: string;
fb_checkout_date?: null | string;
fb_city: string;
fb_content_id: string;
fb_content_type: "[\"hotel\", \"product\"]";
fb_country: string;
fb_currency: string;
fb_num_adults: string;
fb_region: string;
fb_travel_end?: null | string;
fb_travel_start: string;
};
}
Type declaration
action: "view_content" | "add_to_cart" | "initiate_checkout"
parameters: {
_valueToSum: string;
fb_checkin_date: string;
fb_checkout_date?: null | string;
fb_city: string;
fb_content_id: string;
fb_content_type: "[\"hotel\", \"product\"]";
fb_country: string;
fb_currency: string;
fb_num_adults: string;
fb_region: string;
fb_travel_end?: null | string;
fb_travel_start: string;
}
_valueToSum: string
fb_checkin_date: string
Optionalfb_checkout_date?: null | string
fb_city: string
fb_content_id: string
fb_content_type: "[\"hotel\", \"product\"]"
fb_country: string
fb_currency: string
fb_num_adults: string
fb_region: string
Optionalfb_travel_end?: null | string
fb_travel_start: string
Schema for an adjust event in the hybrid flow