Welcome to Tracify's Developer Documentation
We offer several APIs that enable you to integrate with Tracify. If you're looking for an overview of our main product please visit tracify.ai.
Analytics
- Tracify's Analytics API allows you to query attribution and metrics data from your account. See documentation here
Event Tracking
Tracify collects customer events (or actions) from your application for reporting purposes. Our APIs are designed to let you send events from your web application when customers take specific actions. There are two supported methods listed below:
-
Client-side events JavaScript library: Events are sent from your customer's browser to Tracify via an installed javascript tracking code. See documentation here
-
Server-side events API: Events are sent from your server to Tracify via a backend API integration. See documentation here