Survey
https://api.cpaglobalpanel.com/surveys/getList?appId={appId}&supplierId={supplierId}&pageNum={pageNum}&pageSize={pageSize}
Parameter | Type | Description | Mandatory or not | Default value |
---|
appId | String | appId | true | - |
supplierId | Long | supplierId | true | - |
status | Integer | 1start,2pause,3end | false | 1 |
pageNum | Integer | Page number | false | 1 |
pageSize | Integer | Page count | false | 1000 |
Parameter | Type | Description |
---|
total | Integer | data all count |
code | String | Response code 200 successful, 500 failed |
msg | String | response message |
data | List<Object> | Data list info |
remark | String | Project remarks information |
---|
id | Long | id |
code | String | Project code |
appId | String | appid |
name | String | Project name |
CPI | BigDecimal | Price unit(usd) |
num | String | Project count |
GEO | String | Region of project execution |
status | Integer | 1start,2pause,3end |
quotaUrl | String | Project requirement information |
ir | String | Requirement for qualification rate |
pushType | String | 0-nop,1-sl,2-fl |
minLoi | String | Minimum time limit for project completion |
maxLoi | String | Maximum project completion time limit |
points | String | Points earned from completing the project |
url | String | Project Address |
updateTime | String | Project change time |
https://api.cpaglobalpanel.com/surveys/getTask?appId=6mA5Go&supplierId=209
{
"total": 1,
"data": [
{
"remark": null,
"id": 712,
"code": "Example1",
"appId": "6mA5Go",
"name": "香港-QD-45288-B2BM Directors VPs",
"num": "50",
"status": 1,
"quotaUrl": "https://s.cpaglobalpanel.com/prod-api/surveys/api/project/getQuota?projectCode=Example1",
"ir": "50",
"pushType": 0,
"minLoi": "10",
"maxLoi": "100",
"points": "232.00",
"url": "https://s.cpaglobalpanel.com/prod-api/surveys/api/project?projectCode=Example1&uniqueId=6mA5Go$209&userId={userId}",
"updateTime": "2025-08-27 11:01:35",
"CPI": 2.32,
"GEO": null
}
],
"code": 200,
"msg": "查询成功"
}
http://s.cpaglobalpanel.com/#/offerWall?appid={appId}&supplierId={supplierId}&userId={userId}
Parameter | Type | Description | Mandatory or not | Default value |
---|
appId | String | appId | true | - |
supplierId | Long | supplierId | true | - |
userId | String | Your User ID | true | - |
Whenever a user makes a conversion, we will send you a URL request, called a 'Server to Server Postback' with some information. Using this information, you can reward the user who performed the action accordingly. The postback will be sent to the global postback URL you have defined in your App Settings.
These are the parameters that we will send to you with your postback to ensure proper tracking of your leads:
parameter | Description |
---|
code | Project code |
appId | Your App ID |
points | Points earned from completing the project |
CPI | Price unit(usd) |
GEO | Region of project execution |
userId | Your User ID |
Callback Url: https://Your interface address?code={code}&appId={appId}&points={points}&CPI={CPI}&GEO={GEO}&userId={userId}&status={status}