generateLink
The Method is not recommended, and you can use getOffers
1.1.1 Summary
Get offer tracking link for affiliate, if it does not exits, generate first.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 |
No Affiliate ID | 6021 |
Affiliate ID Not Match API Key | 6022 | ||
Affiliate Not Exist | 6023 | ||
403 | Parameter Affiliate ID | Invalid Affiliate Status | 6024 |
400 | 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=Aj0CDE889012&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
-
Dictionary
API V1 (DEPRECATED)