The Everflow JavaScript SDK enables client-side tracking directly on your website. It supports direct linking — tracking user activity without requiring a redirect through a tracking link. This is useful when third-party links or cookies cannot be used.Documentation Index
Fetch the complete documentation index at: https://developers.everflow.io/llms.txt
Use this file to discover all available pages before exploring further.
The JavaScript SDK is not optimized for Internet Explorer.
Installation
Via npm
Via script tag
Add the SDK script tag to every page where you want to track events. ReplaceYOUR-TRACKING-DOMAIN.com with your actual Everflow tracking domain:
EF object with methods for click tracking, conversion tracking, and impression tracking.
GitHub Repository
View the source code, report issues, and contribute on GitHub.
Available Modules
Configuration
Set up cross-subdomain tracking and organic fallback attribution.
Click Tracking
Record clicks and generate transaction IDs for attribution.
Conversion Tracking
Fire conversion events with amounts, event IDs, and custom parameters.
Impression Tracking
Log impression events for CPM-based offers.
