Documentation
Build and track campaigns with the Adjodo API.
Everything you need to integrate tracking links, receive postbacks, and pull reporting data — for advertisers, publishers, and MMPs.
Quickstart
Four steps from account creation to your first tracked conversion.
Get your API key
Generate a key from your dashboard under Settings → API. Keep it server-side — never expose it in client code.
Create a tracking link
Each campaign generates a unique tracking link per publisher. Clicks and installs against that link are attributed automatically.
Set up your postback URL
Add your postback endpoint so Adjodo can notify your system the moment a conversion is verified.
Go live
Launch the campaign and watch verified clicks, installs, and conversions land in your dashboard in real time.
Postback URL example
Set this on your campaign so Adjodo can notify your server the moment a conversion is verified. Macros are replaced automatically.
{click_id}Unique ID for the originating click{campaign_id}The campaign this conversion belongs to{publisher_id}Publisher who drove the traffic{event_type}install, action, or custom event name{payout}Verified payout amount for this conversionhttps://postback.yourdomain.com/adjodo
?click_id={click_id}
&campaign_id={campaign_id}
&publisher_id={publisher_id}
&event={event_type}
&payout={payout}Browse the docs
Reference material for every part of the platform.
Getting started
Account setup, API keys, and your first campaign or tracking link.
Read moreTracking links
How attribution works, click IDs, and supported macros.
Read morePostbacks & webhooks
Real-time server-to-server notifications for installs, events, and payouts.
Read moreAPI reference
Endpoints for campaigns, conversions, reporting, and wallet operations.
Read moreIntegrations
Connect AppsFlyer, Adjust, Branch, Firebase, Singular, Kochava, and Google Analytics.
Read moreFraud signals
What gets checked on every conversion, and how flagged traffic is reported back to you.
Read moreNeed help integrating?
Our support team can walk you through tracking setup, postbacks, or API access.