-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathofferwall.json
More file actions
38 lines (38 loc) · 1.27 KB
/
offerwall.json
File metadata and controls
38 lines (38 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"ClixWall": {
"name": "ClixWall",
"image": "",
"iframe": "<iframe src=\"https://clixwall.com/wall?api=YOUR_API_KEY&user=[USERID]\" width=\"700px\" height=\"800px\" frameborder=\"0\"></iframe>",
"ip_restrict": "",
"userVar": "u",
"payoutVar": "c",
"passwordVar": "pwd",
"passwordValue": "YOUR_PASSWORD",
"statusVar": "s",
"creditValue": "1",
"reverseValue": "2",
"transactionVar": "transaction_id",
"successResponse": "OK",
"errorResponse": "Error",
"offerVar": "offer",
"revenueVar": "payout"
},
"AdWall": {
"name": "AdWall",
"image": "",
"iframe": "<iframe src=\"https://adscendmedia.com/adwall/publisher/YOUR_ID/profile/YOUR_ID?subid1=[USERID]\" width=\"700px\" height=\"800px\" frameborder=\"0\"></iframe>",
"ip_restrict": "",
"userVar": "sub1",
"payoutVar": "currency",
"passwordVar": "pwd",
"passwordValue": "YOUR_PASSWORD",
"statusVar": "s",
"creditValue": "1",
"reverseValue": "2",
"transactionVar": "transaction_id",
"successResponse": "OK",
"errorResponse": "Error",
"offerVar": "offer",
"revenueVar": "payout"
}
}