Call Examples

PHP <?php // Initialize cURL and make the request $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, ‘https://api.adgem.com/v1/all/campaigns?&appid=ADGEM_APP_ID&token=ADGEM_API_TOKEN’); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response =...

Call Examples

PHP <?php // Initialize cURL and make the request $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, ‘https://api.adgem.com/v1/wall/json?appid=ADGEM_APP_ID&playerid=PLAYER_ID’); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response =...

Offer Wall API

With the AdGem Offer Wall API, you can implement a fully customized Offer Wall interface that matches your app’s existing design. To get started, you will need to add your app in the AdGem Publisher Dashboard and obtain your ADGEM_APP_ID. Next, you will need to...

Static API

The AdGem Static API allows publishers to retrieve all available campaigns and campaign-related information. To get started with the Static API, you will first need to add your app or website and request an API Key / Security Token from the AdGem Publisher Dashboard....

Reporting API

The Reporting API allows Publishers to retrieve performance metrics for their AdGem applications. The query can be customized using fields, groupings and filters in the request url to return data. Please note that all metrics are reported in EST (GMT-5), and currency...