Search Countries

List campaign targeting countries with searching

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

You are able to search by both names and IDs

PHP

Replace:
[COUNTRY] with the country's name or ID
[YOUR_API_TOKEN] with your token

<?php
  $curl = curl_init('https://<<domain>>/v1/advertiser/campaign/list/countries/[COUNTRY]?token=[YOUR_API_TOKEN]');
  curl_setopt($tcurl, CURLOPT_RETURNTRANSFER, true);
  $response = curl_exec($curl);
  curl_close($curl);
  var_dump($response);
?>
Response

Language
LoadingLoading…
Response
Choose an example:
application/json