Generates Product Tracking Link
PUT https://api.convertiser.com/publisher/products/{id}/tracking_link/
Parameter name | Value | Description | Additional |
---|---|---|---|
id | string | Required |
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"
}
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 |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK | TrackingLink |