Generates offer tracking link

Request

PUT https://api.convertiser.com/publisher/offers/{uuid}/tracking_link/

Path parameters

Parameter name Value Description Additional
uuid string Required

Request body

The request body takes a complete TrackingLink resource, containing the following writable properties:

{
    "deep_link": "string",
    "shorten": "boolean",
    "sid": "string",
    "traffic_back_url": "string",
    "website": "string"
}

Properties

Name Type Description Additional
deep_link string Optional
shorten boolean

Decide whether to generate short tracking link or not.

Optional
sid string

A SubID allows to pass unique markers into the tracking link. A SubID should has only 32 alpha-numeric symbols, underscore and minus.

Optional
traffic_back_url string Optional
website string

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK TrackingLink

Explore this API

uuid
data
Request Content-Type
Response Content-Type

Choose an authorisation method:

API Token API Token to be used for request
Try it out!