ADJODO is a product of SEO Markit — performance marketing made simpler.

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.

01

Get your API key

Generate a key from your dashboard under Settings → API. Keep it server-side — never expose it in client code.

02

Create a tracking link

Each campaign generates a unique tracking link per publisher. Clicks and installs against that link are attributed automatically.

03

Set up your postback URL

Add your postback endpoint so Adjodo can notify your system the moment a conversion is verified.

04

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 conversion
postback-url.txt
https://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 more

Tracking links

How attribution works, click IDs, and supported macros.

Read more

Postbacks & webhooks

Real-time server-to-server notifications for installs, events, and payouts.

Read more

API reference

Endpoints for campaigns, conversions, reporting, and wallet operations.

Read more

Integrations

Connect AppsFlyer, Adjust, Branch, Firebase, Singular, Kochava, and Google Analytics.

Read more

Fraud signals

What gets checked on every conversion, and how flagged traffic is reported back to you.

Read more

Need help integrating?

Our support team can walk you through tracking setup, postbacks, or API access.