Skip to main content
The customer_logout tracking event tells PureClarity that the current user has logged out.
This applies to client-side mode only. See server-side documentation on information on how to log a user out by clearing the pc_v_<access_key> cookie.

Properties

This event takes no parameters.

Example

// Client-side usage
_pc("customer_logout");