/trackinglinks

Get a list of all available trackinglinks for our advertiser. The links always leads to the homepage of the advertiser.

Heiko Vogelgesang avatar
Written by Heiko Vogelgesang
Updated over a week ago

This endpoint has been deprecated. Please use the current endpoint explained at: https://support.advanced-store.com/en/articles/6588896-list-of-programs


Simple REST API to get trackinglinks for all our partnered advertiser. You can check your performance in our UI or also via API. Please check the statistics and transaction API.

The trackinglinks API will give you a powerful tool to monetize your content and external links. Such as editorial content databases, user generated content like forum posts or social media posts.


⚠️ Please make sure to always set your individual siteId in every request. Otherwise the commissions can't be assigned correctly.


Available parameter

* page: number 
* size: number (size <= 100) (page size)
* siteId: number
* format: 'json' | 'csv' = 'json'
* status: number
* subId: string
* logos: number
* search: string
* url: string
* country: string (ISO)

Example request

https://advanced-store.cloud/function/api/trackinglinks?page=1&size=10&siteId=1234&subId=SUMMER21&country=DE

Example request with url search
Don't use any protocol or subdomain in the url parameter

https://advanced-store.cloud/function/api/trackinglinks?page=1&size=10&siteId=1234&subId=SUMMER21&url=domain.com

Example response

{
"data": {
"totalEntries": 467,
"currentPage": 1,
"totalPageCount": 10,
"pageSize": 50,
"data": [
{
"id": "4586",
"categories": "Fashion,Sport & Fitness",
"lastUpdated": "1617876203221",
"name": "DE - Vorteilshop DE",
"clickLink": "https://as.ad4m.at/ad/tac?a=116798&b=7&c=7&d=3&e=25&f=&g=abc"
},
...

Did this answer your question?