Session Information

This describes the common items model used in various events

Copy

/* SESSION INFORMATION */
{
    landing_page_url: '<Landing Page URL of the website or Deep link URL of the mobile app>',
    ipv4_address: '',
    ipv6_address: '',
    headers: {
        cookie: '',
        origin: '',
        sec-ch-ua: '',
        sec-ch-ua-mobile: '',
        sec-ch-ua-platform: '',
        sec-fetch-site: '',
        sec-fetch-mode: '',
        user-agent: '',
        referer: '',
        /*** Any other session related headers that are feasible ***/
    },
}

arrow-up-right

Last updated