Website logo
HomeGo to Dashboard
User Guide
How-To Videos
Developers
Navigate through spaces
⌘K
Getting Started
Introduction
Compatibility
Terminology
SDK Installation
Shopify
Any Website
Dukaan
Angular 2+
WooCommerce
WordPress
Android Native
iOS Native
Flutter
Cordova
Ionic
React Native
Data Integration
Data Models
Mandatory Events
Mandatory Properties
Call to Action
System Events
Device Properties
Docs powered by Archbee
SDK Installation
Any Website

Tracking Logout on Web

1min

After integrating our SDK, Cooee creates a user profile for each person visiting your website. When we get any identification of that user via customerID or email (with our Tracking Properties), we attach it to the user. Now if a new user tries to log in with the same device, identification data will be overwritten. To avoid this use our logout function whenever the user clicks the logout button of your app.

JS
// App logout code
function logout(){
    ...
    ...
    CooeeSDK.logout();
}




Updated 03 Mar 2023
Did this page help you?
PREVIOUS
Tracking Screens on Web
NEXT
CTA Callback in Web
Docs powered by Archbee
Docs powered by Archbee