Documentation Index
Fetch the complete documentation index at: https://docs.pureclarity.com/llms.txt
Use this file to discover all available pages before exploring further.
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 server-side implementations pass the data as outlined in the server-side implementation section.
- page_view - Track page views and context
- product_view - Track product views
- product_rate - Track product ratings
- set_basket - Track basket contents
- order - Track completed orders
- customer_details - Track customer information
- customer_logout - Track customer logout (client-side only)
- currency - Set user currency preference (client-side only)
