Difference between revisions of "FindAll"

From Ad4Game Developers
Jump to: navigation, search
(Reponses types)
(Reponses types)
Line 44: Line 44:
  
 
==Reponses types==
 
==Reponses types==
xml, json
+
===json===
 
<dd>
 
<dd>
 
   {"error":"Success",
 
   {"error":"Success",
Line 64: Line 64:
 
     }
 
     }
 
   }
 
   }
</dd>
 

Revision as of 12:29, 15 August 2013

Contents

Description

Returns details for all offers or a result set with optional filters. Results can display a set of fields for all matching offers:

  • - Id : the offer id
  • - Name : the offer name
  • - Platform
  • - DailyCap
  • - PreviewUrl
  • - TrackingUrl
  • - Description
  • - AllowedTraffic
  • - Country
  • - OptIn
  • - Rate : Net Rate paid to affiliate in $ USD
  • - EndDate

URL

https://traffic.ad4game.com/www/admin/offers-api.php?apiKey=[YOUR API KEY]&zoneId=[YOUR ZONE ID]&affiliateId=[YOUR AFFILIATE ID]&method=findAll&format=[xml OR json]

HTTP Method(s)

GET, POST

Filters :

countries : list of countries (ISO code) sperated by a comma (CA,US,FR,JP).

optIn : can be either DOI or SOI.

platform : can be either Display, Android, IOS or Android & IOS.

allowedTraffic : allowed traffic sources can be either S, SEM, B, D, E, P or T S: Social traffic (facebook, etc) SEM: Search Engine Marketing e.g. Google AdWords B: Brand Bidding D: Display / Banners E: Email Marketing P: Pop Unders T: Text Links / Editorial content


Reponses types

json

 {"error":"Success",
   "Offers":
   {"3":{
     "OfferId":"3",
     "OfferName":"The West",
     "Platform":"Display",
     "DailyCap":"None",
     "PreviewUrl":"http:\/\/www.the-west.net",
     "TrackingUrl":"http:\/\/ads.ad4game.com\/www\/delivery\/dck.php?offerid=3&zoneid=7711",
     "Description":"Discover new land and experience exciting adventures and duels! The West is waiting for you!",
     "RestrictedTraffic":" Display \/ Banners, Email Marketing, Pop Unders, Text Links \/ Editorial content","Restrictions":"",
     "countries":[
       {"CountryName":"AT","OptIn":"SOI","endDate":"2013-08-16 15:55:42","Rate":"1.92"},
       {"CountryName":"AU","OptIn":"SOI","endDate":"2013-08-16 15:55:42","Rate":"0.40"}
       ]
     }
   }
 }
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox