Skip to main content

Overview

The Models detail all the tracking events that can be sent to PureClarity and are relevant to both client-side and server-side modes. Each tracking event is listed along with a description of the event and the context data that can be passed with it.
  • For client-side implementations use the global _pc(tracking_name, tracking_context_data) function.
For example:
_pc("product_view",{"id":"prod1"})
  • For server-side implementations pass the data as outlined in the server-side implementation section.
The list of tracking events PureClarity supports is: