0% found this document useful (0 votes)
95 views4 pages

RozMob API V4

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
95 views4 pages

RozMob API V4

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

RozMob API V4​

Request URL​
1 https://ads.rozcloud.com/v1/offers?aid={aid}&token=
{your_api_token}&page=1&limit=1000

Request Method : GET​


Response Format​
1 {
2 "code": 0,
3 "data": [
4 {
5 "baseTrackingLink": "https://ads.rozcloud.com/v1/click?
oid=123456&sid=64&aid=5",
6 "caps": "20",
7 "countryList": [
8 "MY"
9 ],
10 "currency": "usd",
11 ,
"desc": "<p></p><p>1. CTI 2h&lt;20% and Match CVR&lt;0.2% All
deduct;</p><p>2. NDR&gt;40% and loyal user rate&lt;40%, All deduct;</p><p>3.

D+3 Registration rate&lt;7% All deduct;</p><p>4. D+2 Retention rate&lt;10% ,
All deduct;</p><p>5. Install from CTIT&lt;20s Auto reject;</p><p>6. Install
from Android OS Version&lt;4.0, iOS OS Version&lt;7.0 Auto reject;</p><p>7.
Install from 4 app version older Auto reject</p><p></p>",
12 "icon": "https://play-
lh.googleusercontent.com/Nk1gXUfiAhuwcKF0n1P9-
Jzd62q0Ue7NFlzcKCC7KCEMTIy6vMJOMc15mkFwMJ4mcpC2=w240-h480-rw",
13 "id": 3685,
14 "offerId": 3685,
15 "os": 1,
16 "packageName": "com.shopee.my",
17 "payout": 0.56,
18 "payoutType": "cpi",
19 "status": 1,
20 "title": "Shopee ***: No Shipping Fee",
21 "trackingLink": "https://ads.rozcloud.com/v1/click?
oid=123456&sid=64&aid=5&sub1={click_id}&sub2={pubid}&sub3={gaid}&os_version=
{mosv}&device_model={pmodel}&ua={ua}"
22 }
23 ],
24 "msg": "SUCCESS",
25 "pageSize": 10,
26 "status": 200,
27 "succ": true,
28 "total": 2
29 }

Offer Object​

Parameter ​ Format ​ Description ​ Exmaple


id/offerId​ int​ offerId​
payout​ double​ offer price​
payoutType​ String​ payout type​ CPI CPA CPS CPE​
title​ String​ Offer name​
desc​ String​ Offer description (kpi)​
packageName​ String​ Package Name​
trackingLink​ String​ click URL​
icon​ String​ Offer icon​
countryList​ Array​ The targeting
country code of the
offer which conform
to ISO-3166-1​
os​ int​ 1 Android 2 ios​
status​ Int ​ Only 1​
Tracking Link

The following parameters allows publisher to pass unique values into the tracking link​
Parameters ​ Required ​ Description​
sub1​ Yes​ For your click Id​
sub2​ No​ For your system userId​
sub3​ Yes​ Android, Google Advertising ID​
sub5​ Yes​ Subchannel parameter​
os_version​ Yes​ Mobile operating system version​
device_model​ Yes​ phone model​
ua​ Yes​ Device browser user-agent​

Sample:​
🎁 https://ads.rozcloud.com/v1/click?
oid=123456&sid=64&aid=5&sub1=1234567890&sub2=testuser&sub3=19a0dfd3-d87c-
4b3e-93b2-28aeecc71ab2&sub3=google&&device_os=10&device_model=vivo
1727&us=Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N)​

Postback​
For example:​
Your Postback: http://replace-your-domain.com/postback?click_id={sub1}​

1 conv pb Supported dynamic params


2 {sub1} clickid
3 {sub3} gaid
4 {price} price
5 {appId} Package name
6 {oId} offerId
7 {ip} ip
8 event pb
9 {sub1} clickid
10 {sub3} gaid
11 {eventName} event Name
12 {eventValue} event Value
13 reject pb
14 {sub1} clickid
15 {sub3} gaid
16 {eventValue} event Value(reject reason)

You might also like