Create a tracking link
Choose an approved campaign and preserve the generated Trakio Click ID through the user journey.
Production contracts for tracking links, S2S conversion reporting, Flutter and Android SDK ingestion, attribution, and partner postbacks.
Connect the click, identity, and conversion without changing the identifiers Trakio issues.
Choose an approved campaign and preserve the generated Trakio Click ID through the user journey.
Keep production API and SDK credentials isolated. Never expose an S2S key inside a client application.
Report install, registration, KYC, purchase, and custom events with stable identifiers and idempotency.
Send a valid Click ID or approved deterministic external identifier. Use a unique event ID for idempotency.
POST https://api.trakiommp.com/v1/conversions
Authorization: Bearer YOUR_PRODUCTION_KEY
Content-Type: application/json
{
"event": "registration",
"click_id": "clk_xxxxxxxxx",
"event_id": "registration_user_123",
"external_user_id": "user_123"
}installFirst SDK-reported installation for the app installation identity.
registrationSuccessful account creation after the advertiser completes registration.
kyc_completedAdvertiser-confirmed KYC completion.
purchaseCompleted payable purchase with currency and amount where applicable.
Trakio creates the Click ID. Partners may pass pcid and pid; advertisers must preserve trk_click_id unchanged.