Sorting Options

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.

Offer Sorting Options

Using the order_by and order_direction URL parameters you can order the offers returned by our API by certain fields in an ascending or descending order.


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?order_by={order_by}&order_direction={order_direction}

Parameters   Description Type
pubId Required Your publisher ID Number
order_by Optional Order offers by a certain field. Choices for ordering are: "offer_id", "name", "payout", "epc_network", "conversion_rate_network", "target_system", "conversion_point", "category", "start_date" String
order_direction Optional Direction of ordered offers. Options are: "asc" = ascending and "desc" = descending Number

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="
}]