Get information about a specific offer’s tracking link

Path parameters

Note: If you want to get the tracking link of an offer, on the premise that the offer should have been audited (visible in the personal list), or when the offer_approval field is equal to 2 (Public), the tracking link can be obtained!

Response body parameters

Example request

Request GET https://{networkname}.api.offerslook.com/aff/v1/offers/16/tracking_links

Request GET http://{networkname}.api.offerslook.com/aff/v1/offers/16/tracking_links

Example response

    {
    "code": 0,
    "message": "Success",
    "data": {
        "tracking_link": {
            "url": "http://oltest1.offerstrack.net/index.php?offer_id=16&aff_id=5547",
            "impression_pixel": "<img src='http://qoqololo.iuniontrack.com:9080/impr.php?offer_id=16&aff_id=5547'  border='0'  width='1'  height='1' />",
            "offer_url": [
                {
                    "type": "Default",
                    "tracking_link": "http://oltest1.offerstrack.net/index.php?offer_id=16&aff_id=5547",
                    "preview_url": "http://www.offerslook.com"
                },
                {
                    "type": "Random",
                    "tracking_link": "http://oltest1.offerstrack.net/index.php?offer_id=16&aff_id=5547&random_url=1"
                },
                {
                    "type": "Offer URL",
                    "name": "360",
                    "tracking_link": "http://oltest1.offerstrack.net/index.php?offer_id=16&aff_id=5547&url_id=7",
                    "preview_url": "http://www.360.com"
                },
                {
                    "type": "Offer URL",
                    "name": "qq",
                    "tracking_link": "http://oltest1.offerstrack.net/index.php?offer_id=16&aff_id=5547&url_id=8",
                    "preview_url": "http://www.qq.com"
                }
            ]
        }
    }
}

Last updated