1.1.1  Summary

Get all event post back URLs from the affiliate.
 

1.1.2   Request

Request Method: GET
Query String Parameters:

Parameter Description Type Data Range
key Network API Key;
* Required
 
string  
affiliate_id Affiliate ID
* Required
 
Int  
offer_id Offer ID
Optional
int  
 

1.1.3   Response

Header:
HTTP Status Object Description Error Code
200   Successfully 0
400 Parameter Invalid Parameters 62XX
 
Content Format: JSON
 

1.1.4   Example

 
Request URL:
http://{your_network_domain}/api/v1/getAffiliateEventPostBacks?key=603E3F0E3266E&affiliate_id=2
 
Response :

{
    "httpStatus": 200,
    "data": [
        {
            "post_back_url_id": "392",
            "affiliate_id": "7",
            "net_offer_id": "36",
            "offer_name": "Offer36",
            "net_offer_event_id": "46",
            "e_id": "1",
            "event_name": "InitialEvent",
            "type": "Server Postback URL",
            "code": "http://fanweweg.com"
        },
        {
            "post_back_url_id": "391",
            "affiliate_id": "7",
            "net_offer_id": "30",
            "offer_name": "Offer30",
            "net_offer_event_id": "40",
            "e_id": "1",
            "event_name": "InitialEvent",
            "type": "Server Postback URL",
            "code": "http://faneeg3.com"
        },
        {
            "post_back_url_id": "394",
            "affiliate_id": "7",
            "net_offer_id": "34",
            "offer_name": "Offer34",
            "net_offer_event_id": "44",
            "e_id": "1",
            "event_name": "InitialEvent",
            "type": "Image Pixel",
            "code": "<img  >"
        },
        {
            "post_back_url_id": "396",
            "affiliate_id": "7",
            "net_offer_id": "34",
            "offer_name": "Offer34",
            "net_offer_event_id": "44",
            "e_id": "1",
            "event_name": "InitialEvent",
            "type": "Server Postback URL",
            "code": "http://www.baidu.com"
        },
        {
            "post_back_url_id": "397",
            "affiliate_id": "7",
            "net_offer_id": "34",
            "offer_name": "iframe1勿动",
            "net_offer_event_id": "44",
            "e_id": "1",
            "event_name": "InitialEvent",
            "type": "iFrame Pixel",
            "code": " \t<iframe >"
        }
    ],
    "errorCode": 0,
    "message": ""
}