This article applies to customers who have the legacy version of Scaleo.
Please visit our new API Guide.
Change the status of selected transactions by Click ID values.
URL
http://[platform_URL]/api/manager/change-transactions-status-by-click-ids
Parameters
Field Name | Required | Description |
---|---|---|
api-key | Yes | Ask your Admin for API activation. API Key could be found on your Profile page. |
Send with POST | ||
new_status | Yes | Set the new status for the transaction(s): 2 = Conversion, 3 = Pending, 4 = Rejected |
click_ids | Yes | Click IDs, separated by coma |
goal_id | No | The goal ID, which will be used for creating a new conversion, pending or rejected transaction(s), when changing status for a click. If the goal ID is not set, the offer's default goal will be used instead |
track_id | No | The optional Track ID value |
sale_amount | No | The value of sale amount (required for CPS goals) |
Sample
Request
http://demo.scaleo-up.com/api/manager/change-transactions-status-by-click-ids?api-key=d6b707eb9833f10610a5192bfc8a76cc4657bce5
POST:
new_status=3
click_ids=8c0a0fda0318fe8ad26ee3638dd808e6,2c8aed77bce6b85ed4a8f81c6b6f1a18
Response
{
"status": 200
"code": 0
"name": "OK"
"message": "Transactions status has been changed successfully"
}