Target Platform Filter

Adscend Offers API Parameters

Your publisher ID pubID, and API Key api_key values are needed for every API call.
These values can be found at Offers API section of the publisher dashboard.


If you would like us to notify you whenever an offer is completed (lead generated), set up a server postback.

Filtering Offers by Target Platform

Using the target_system URL parameter you can filter the offers returned by our API to only offers that are available for a certain target platform.


Response 204 when no offers are available for the given parameters.
Response 400 when required parameter not provided.
Response 403 when apikey doesn't match the pubID specified.

GET:

https://api.adscendmedia.com/v1/publisher/{pubId}/offers.json?target_system[]={target_system}

Parameters   Description Type
pubId Required Your publisher ID Number
target_system Optional Filter offers by target system. Possible values are:
0 = Any All
31 = Any Desktop: All,
10 = Windows: All,
11 = Windows: IE,
12 = Windows: Firefox,
13 = Windows: Chrome,
18 = Windows: FF or Chrome,
19 = Windows: All But Chrome,
20 = Mac: All,
30 = Any Mobile: All,
40 = Android: All,
56 = Android: 5.0 and above
50 = iOS: All,
51 = iOS: iPhone,
52 = iOS: iPad
Array

Response 200

Content-Type: application/json

{
    "offers": [{

        "offer_id": 225,
        "name": "Proflowers US",
        "adwall_name": "ProFlowers",
        "description": "Flowers from $19.99 + S&H with a free vase from Proflowers!",
        "allowed_traffic": "incent",
        "preview_url": "http://www.proflowers.com/vcur?ref=pfcaffilVCUREveryday_Adp&cvosrc=",
        "end_date": "0000-00-00 00:00:00",
        "target_system": 50,
        "conversion_notes": "Credits are awarded with flowers ship, no cancellations.",
        "conversion_point": 4,
        "cost_to_user": -1,
        "video_url": null,
        "video_streaming_url": null,
        "video_streaming_ios_url": null,
        "leads_remaining": 0,
        "daily_lead_cap": null,
        "payout": 5.65,
        "payout_custom": 0,
        "stats_pending_network": 1,
        "epc_network": null,
        "conversion_rate_network": null,
        "stats_pending_adlock": 1,
        "epc_adlock": null,
        "conversion_rate_adlock": null,
        "stats_pending_adwall": 1,
        "epc_adwall": 2.13,
        "conversion_rate_adwall": 0.65,
        "start_date": "2015-02-09 13:51:40",
        "product_id": [4],
        "category_id": [21],
        "countries": ["US", "IT", "AU"],
        "featured": 1,
        "events": [{
                    "event_id":1,
                    "event_name":"Install"},
                    {
                      "event_id":1,
                      "event_name":"Open"
                  }],
        "creatives": [{

            "id": 772,
            "camp_id": 225,
            "image_filename": "225-772.gif",
            "width": 125,
            "height": 125,
            "type": 1,
            "active": 1,
            "code": "",
            "tracking_url": "",
            "url": "http://asmclk.com/creat/225-772.gif"

        }],

        "click_url": "https://asmclk.com/click.php?aff=32836&camp=225&sub1="
}]