- How to onboard as a Playback partner
- How to authenticate and fetch offers from the Playback Direct API
- How to send users to Playback tracking links
- How to receive and process conversion postbacks
Onboarding & Access
- Request a partner account.
- Provide integration details.
- Your company and contact details.
- Your integration type and use cases.
- The server-to-server postback URL where we will send conversion events.
- Your API token for authenticating against the Playback Direct API.
- Your partner identifier (partnerId) used in tracking links.
Integration steps
- Fetch available offers with the Playback Direct API.
- Show the offers to your users. When a user clicks on one offer, redirect them to the tracking link.
- When a user completes a task, Playback will notify you via postbacks. Process the postback to record the information around the task completion, like revenue or suggested user payout.
Playback Direct API
Partners use the Playback Direct API to pull the latest offers that can be displayed within their own properties (websites, apps, or other entities) using native placements. Partners should continually be fetching offers from the API to make sure the offers shown to users are valid and up to date. When an offer is paused or reaches a budget cap, it’s removed from the API response.Playback API
View the OpenAPI specification file
Tracking Link
For each offer, whenever the user clicks on it, partners must direct users to a Playback tracking link. This allows Playback to track clicks, attribute downstream events, and trigger the correct postbacks.Tracking link
View the OpenAPI specification file
Postbacks
When a user completes a conversion event (e.g., an install, milestone, or purchase), Playback sends a server-to-server postback to the URL you provided to us during onboarding. This allows you to:- Record conversions and rewards in your own systems.
- Attribute revenue and virtual currency to the correct user.
- Optimize your traffic and placements based on performance.
Postbacks
View Postbacks
