This page describes API endpoints for viewing, editing, and creating links for tracking Clicks and Conversions of a specific Offer.

Get a Click Link

GET /backend/open-api/v1/users/offers/{offer_id}/affiliate/{affiliate_id}/link?offer_url_id={url_id}

Get a link to register clicks for a specific offer.

Headers

Name Value
Authorization Bearer <token>

Path parameters

Name Type Description Required
offer_id Integer ID of an offer. ☑️
affiliate_id Integer ID of an affiliate. ☑️
url_id Integer ID of a promoted URL. ☑️

Response

{
    "link": "https://tracking_domain.com/backend/api/v3/offer/471/?url_id=373&affiliate_id=227"
}

Get Conversion Links

GET /backend/open-api/v1/users/offers/{offer_id}/goal/{goal_id}/conversion_link/?offer_url_id={url_id}

Get a conversion postback and pixel links for a combination of specific offer, affiliate and URL.

Headers

Name Value
Authorization Bearer <token>