Cookies used by Web SDK
info Moengage Web SDK does not use or track any 3rd-party cookies.

 

It only uses 1st-party Cookies and only in the following cases:

Cookie name Description
moe_uuid It contains device unique ID. It is used only in case of AMP integrations.

The following cookies are used when Cross sub-domain tracking is enabled.

Cookie name Description
USER_DATA Contains user details such as deviceID, isDeviceAdded etc.
SOFT_ASK_STATUS Status of the Web Push permission Soft Ask
PUSH_TOKEN Web Push notification identifier token
OPT_IN_SHOWN_TIME The time when the notification opt-in is shown
HARD_ASK_STATUS Status of the Web Push permission Soft Ask
SUBSCRIPTION_DETAILS Contains Push Subscription related details.
SETUP_TIME timestamp of the webSDKSettings API fetched.

 

Disable all Cookies

If you want that Moengage SDK does not set or use any cookies, then you can do it by passing disableCookies while initialising the SDK as

JavaScript
Moengage = moe({
  app_id: moeAppID,
  debug_logs: 0,
  disableCookies: true,
});
warning If you have enabled Cross Sub-domain user tracking, then that will not work on disabling cookies.

Previous

Next

Was this article helpful?
1 out of 3 found this helpful

How can we improve this article?