Deeplink generator¶
Parameters¶
HTTP method |
Access rights |
URL | Parameters |
Note |
---|---|---|---|---|
GET | deeplink_generator | https://api.admitad.com/deeplink/{w_id}/advcampaign/{c_id}/ |
Request parameters list. |
|
* Returns the result in the JSON format.
Request parameters list.¶
Name |
Type |
Required |
Settings restrictions |
Allowed values |
---|---|---|---|---|
subid | string | Text |
||
ulp | string | ✔ | not more than 200 links |
Text |
Example of use¶
Example of a request with utility ``curl``:
curl -L -H 'Authorization: Bearer access_token' -X GET https://api.admitad.com/deeplink/232236/advcampaign/234433/?subid=jfndknfdkjfd&ulp=http%3A%2F%2Fadmitad.com%2Fpost%2F250618%2F&ulp=http%3A%2F%2Fadmitad.com%2Fpost%2F220658%2F
Example of the response from the API server in the JSON format:
[
'https://ad.admitad.com/goto/9a03752bb275478cca00463f97455a/?subid=jfndknfdkjfd&ulp=http%3A%2F%2Fadmitad.com%2Fpost%2F250618%2F',
'https://ad.admitad.com/goto/9a03752bb275478cca00463f97455a/?subid=jfndknfdkjfd&ulp=http%3A%2F%2Fadmitad.com%2Fpost%2F220658%2F'
]