Fetch the advertisement list
Get the advertisement list by the given token
Query Parameters
The api key of the advertiser
- 200
- 401
Request success
Schema
- Array [
- ]
Array of region codes for regions that are excluded for this advertisement.
Array of group IDs for groups that are excluded for this advertisement.
Array of city names for cities that are excluded for this advertisement.
The ID of the app marketplace for this advertisement.
Array of URLs for the creative(s) associated with this advertisement.
URL for the icon associated with this advertisement.
The type of payout for this advertisement, e.g. CPA, CPC, CPM.
Array of region codes for regions that are supported for this advertisement.
Whether terms and conditions are required for this advertisement.
Array of age ranges for ages that are excluded for this advertisement.
The name of the platform for this advertisement.
The name of the campaign for this advertisement.
Array of genders for genders that are excluded for this advertisement.
The total number of views/clicks for this advertisement.
The ID of the section for this advertisement.
Array of device types that are excluded for this advertisement.
The ID of the campaign for this advertisement.
Whether a devad ID is required for this advertisement.
Array of genders for genders that are supported for this advertisement.
Array of country codes for countries that are supported for this advertisement.
Array of device types that are supported for this advertisement.
The payout amount for this advertisement, in the currency and amount specified.
Whether a package name is required for this advertisement.
The code of the app marketplace for this advertisement.
Array of age ranges for ages that are supported for this advertisement.
The linkout URL for this advertisement.
The minimum operating system version required for this advertisement.
The name of the app for this advertisement.
Array of city names for cities that are supported for this advertisement.
Array of group IDs for groups that are supported for this advertisement.
URL for the impression tracking pixel for this advertisement.
[
{
"regions_excluded": [],
"group_ids_excluded": [],
"cities_excluded": [],
"app_marketplace_id": "2",
"creatives": [
"https://play-lh.googleusercontent.com/OmRFgoSS-iZDwzkMpygYEjbBkpY-_fpE2CEiEgj2KG0yoj2DcP01fbGMutWEf8ip2tiv=s360-rw"
],
"icon": "https://play-lh.googleusercontent.com/OmRFgoSS-iZDwzkMpygYEjbBkpY-_fpE2CEiEgj2KG0yoj2DcP01fbGMutWEf8ip2tiv=s360-rw",
"payout_type": "CPA",
"regions_supported": [],
"require_terms_and_conditions": "\nBuild your world and enjoy the best rewards! Flow: Complete upgrade main city to level 17 and earn reward!",
"demo_age_excluded": [],
"platform": "android",
"campaign_name": "CPE-LVL17-T1",
"demo_gender_excluded": [],
"cap": 500,
"section_id": "90",
"device_types_excluded": [],
"campaign_id": "9016461320132",
"devad_id_required": true,
"demo_gender_supported": [],
"countries_supported": [
"CA",
"AU",
"GB",
"IE",
"NZ"
],
"device_types_supported": [],
"payout_amt": "60.0",
"package_name_required": true,
"app_marketplace_code": "com.lilithgame.roc.gp",
"demo_age_supported": [],
"linkout_url": "https://macan-native.com/ads/redirect?id=9016461320132&userid=90",
"min_os_version": "7.0",
"app_name": "CPE-LVL17-T1",
"cities_supported": [],
"group_ids_supported": [],
"imp_url": ""
}
]
Schema
- Array [
- ]
Array of region codes for regions that are excluded for this advertisement.
Array of group IDs for groups that are excluded for this advertisement.
Array of city names for cities that are excluded for this advertisement.
The ID of the app marketplace for this advertisement.
Array of URLs for the creative(s) associated with this advertisement.
URL for the icon associated with this advertisement.
The type of payout for this advertisement, e.g. CPA, CPC, CPM.
Array of region codes for regions that are supported for this advertisement.
Whether terms and conditions are required for this advertisement.
Array of age ranges for ages that are excluded for this advertisement.
The name of the platform for this advertisement.
The name of the campaign for this advertisement.
Array of genders for genders that are excluded for this advertisement.
The total number of views/clicks for this advertisement.
The ID of the section for this advertisement.
Array of device types that are excluded for this advertisement.
The ID of the campaign for this advertisement.
Whether a devad ID is required for this advertisement.
Array of genders for genders that are supported for this advertisement.
Array of country codes for countries that are supported for this advertisement.
Array of device types that are supported for this advertisement.
The payout amount for this advertisement, in the currency and amount specified.
Whether a package name is required for this advertisement.
The code of the app marketplace for this advertisement.
Array of age ranges for ages that are supported for this advertisement.
The linkout URL for this advertisement.
The minimum operating system version required for this advertisement.
The name of the app for this advertisement.
Array of city names for cities that are supported for this advertisement.
Array of group IDs for groups that are supported for this advertisement.
URL for the impression tracking pixel for this advertisement.
<0>
<app_marketplace_id>2</app_marketplace_id>
<creatives>https://play-lh.googleusercontent.com/OmRFgoSS-iZDwzkMpygYEjbBkpY-_fpE2CEiEgj2KG0yoj2DcP01fbGMutWEf8ip2tiv=s360-rw</creatives>
<icon>https://play-lh.googleusercontent.com/OmRFgoSS-iZDwzkMpygYEjbBkpY-_fpE2CEiEgj2KG0yoj2DcP01fbGMutWEf8ip2tiv=s360-rw</icon>
<payout_type>CPA</payout_type>
<require_terms_and_conditions>Build your world and enjoy the best rewards! Flow: Complete upgrade main city to level 17 and earn reward!</require_terms_and_conditions>
<platform>android</platform>
<campaign_name>CPE-LVL17-T1</campaign_name>
<cap>500</cap>
<section_id>90</section_id>
<campaign_id>9016461320132</campaign_id>
<devad_id_required>true</devad_id_required>
<countries_supported>CA</countries_supported>
<countries_supported>AU</countries_supported>
<countries_supported>GB</countries_supported>
<countries_supported>IE</countries_supported>
<countries_supported>NZ</countries_supported>
<payout_amt>60.0</payout_amt>
<package_name_required>true</package_name_required>
<app_marketplace_code>com.lilithgame.roc.gp</app_marketplace_code>
<linkout_url>https://macan-native.com/ads/redirect?id=9016461320132&userid=90</linkout_url>
<min_os_version>7.0</min_os_version>
<app_name>CPE-LVL17-T1</app_name>
<imp_url></imp_url>
</0>
api key is invalid
Schema
Invalid token
Error description
{
"error": "invalid_token",
"error_description": "Invalid token, please provide correct token"
}
Schema
Invalid token
Error description
<root>
<error>invalid_token</error>
<error_description>Invalid token, please provide correct token</error_description>
</root>