Welcome to the Uptick API documentation! Our API empowers publishers to seamlessly integrate our ad platform into their offer flow, enabling them to provide targeted offers to their users at crucial moments during the checkout process or while waiting for order delivery. By leveraging our API, publishers can enhance user experience and maximize revenue opportunities.
There are 3 main operations when working with our API.
This endpoint allows publishers to create a new offer flow for end users, defining the parameters and triggers for displaying relevant offers.
Publishers can use this endpoint to request offers for a specific offer flow, triggering the retrieval of targeted offers from our platform.
This is to send an event back to the server, specifically for the offer_viewed event.
You always start by creating a new flow and then following the links in the response.
graph LR A[New Offer Flow] -- Links --> B((Next Offer)) B[Next Offer] -- Links --> C((Flow Event))
/api/v1/flows/new
links section, find and use the url for next_offer
next_offer will have a links section, find and use the url for offer_event and append ev=offer_viewed.
Explore the detailed documentation for each endpoint to understand how to make requests, handle responses, and integrate our API seamlessly into your offer flow. If you have any questions or need assistance, our support team is here to help.
| Resource | Description |
|---|---|
| POST /v1/places/:integration_id/flows/:flow_id/events | Flow Event |
| Resource | Description |
|---|---|
| GET /v1/places/:integration_id/flows/new | New Offer Flow |
| GET /v1/places/:integration_id/flows/:id | Show Offer Flow |
| Resource | Description |
|---|---|
| GET /v1/places/:integration_id/flows/:flow_id/offers/new | Next Offer |
| GET /v1/places/:integration_id/flows/:flow_id/offers/:id | Show Offer |