generateLink
1.1.1 Summary
Get offer tracking link for affiliate, if it does not exit, will generate a traffick link.1.1.2 Request
Request Method: GETParameters:
| Parameter | Description | Type | Data Range |
| key |
Network API Key; *Required |
string | |
| a |
Affiliate ID *Required |
Int | Single Value |
| o |
Offer ID *Required |
Int | Single Value |
1.1.3 Response
Header:
| HTTP Status | Object | Description | Error Code |
| 200 | Get Link OK | 0 | |
| 201 | Generate Link OK | 0 | |
|
400 |
Parameter Affiliate ID | Invalid affiliate or status | 640X |
| Parameter Offer ID | Invalid offer or status | 641X | |
| Parameter | Affiliate has no access to offer | 6421 |
Content Format: JSON
1.1.4 Example
Sample Request URL:http://{Your_Network_Domain}/api/v1/generateLink?key=603E3F0E3266&a=2&o=12
Response sample:
|
{ "httpStatus": 200, "data": "http://demo.fuse-tracking.com/tl?a=2&o=12", "errorCode": 0, "message": "" } |
Close All
API V3
API V2
-
User - Network
-
User - Affiliate
-
Offer
-
Report
-
-
User - Advertiser
-
offer
-
Dictionary
API V1 (DEPRECATED)




