Skip to main content

Web To Mobile

Definition

The document provides guidance on how a Web To Mobile application can supply mobile attributes to the Pulse SDK.

Web to Mobile Meta Info

To provide the web-to-mobile meta information to the Pulse SDK, ensure the information is stored in cookie storage under the w2m_meta_info key before the page loads. The object should be converted to a string format and stored as a string value.

The schema of provided Info

{
'device_id': string,
'session_id': string,
'mobile_attributes': Record<string, any>
'is_w2m': boolean
}