Who This Guide is For
This guide is for Developers, DevOps, Technical Operations, or any technical team member responsible for implementing tracking, managing integrations, or using the API. Your role is to ensure data flows accurately between Everflow and your company's systems. This guide will provide the foundational knowledge you need to "speak the same language" as your marketing team and efficiently handle their technical requests.
➔ Pixel (JS SDK / Image): A client-side tracking method. This is a snippet of JavaScript or an HTML image tag placed on a confirmation page (like a "Thank You" page) that fires in the user's browser to report a conversion.
➔ Transaction ID (transaction_id): The single most important piece of data in tracking. It is a unique ID generated by Everflow for every single click. This ID is passed to your landing page and is used to attribute a conversion back to the original click.
➔ API (Application Programming Interface): A set of rules and tools for building software and applications. The Everflow API allows you to programmatically manage entities (Offers, Partners), pull reports, and automate workflows.
➔ Integration: The process of connecting Everflow with third-party platforms, such as e-commerce systems (Shopify), advertising networks (Google/Meta), or fraud detection services.
For a full guide on testing your implementation to ensure it's firing correctly, see: this article
Your complete API documentation can be found right here.
For a guide on getting your API key and making your first call, see: this article