Difference between revisions of "FindAll"

From Ad4Game Developers
Jump to: navigation, search
(Created page with "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 : ...")
 
Line 3: Line 3:
 
Returns details for all offers or a result set with optional filters.
 
Returns details for all offers or a result set with optional filters.
 
Results can display a set of fields for all matching offers:  
 
Results can display a set of fields for all matching offers:  
 
+
<ul>
- Id : the offer id
+
<li>- Id : the offer id
- Name : the offer name
+
<li>- Name : the offer name
- Platform  
+
<li>- Platform  
- DailyCap  
+
<li>- DailyCap  
- PreviewUrl
+
<li>- PreviewUrl
- TrackingUrl
+
<li>- TrackingUrl
- Description
+
<li>- Description
- AllowedTraffic
+
<li>- AllowedTraffic
- Country
+
<li>- Country
- OptIn
+
<li>- OptIn
- Rate : Net Rate paid to affiliate in $ USD
+
<li>- Rate : Net Rate paid to affiliate in $ USD
- EndDate
+
<li>- EndDate
 
+
</ul>
 
URL
 
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]
 
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]

Revision as of 12:24, 15 August 2013

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 xml, json

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox