Publisher API 2011-03-01
REST Base URL
https://api.zanox.com/xml/2011-03-01
SOAP WSDL
https://api.zanox.com/wsdl/2011-03-01
Same XSD is used for both REST and SOAP data structures. The XS definition is part of the WSDL.
Resources
Profile information
Resource | Description |
---|---|
GET /profiles | Returns your profile |
PUT /profiles | Updates your profile |
AdSpaces
Resource | Description |
---|---|
GET /adspaces | Returns a list of AdSpace items |
GET /adspaces/adspace/{id} | Returns one AdSpace item by ID |
POST /adspaces/adspace | Create a new AdSpace |
PUT /adspaces/adspace | Update an AdSpace |
DELETE /adspaces/adspace/{id} | Delete an AdSpace |
AdMedia
Resource | Description |
---|---|
GET /admedia | AdMedia search. Returns a list of AdMedia items |
GET /admedia/admedium/{id} | Returns one AdMedium item by ID |
GET /admedia/categories/program/{id} | Returns a list of the advertiser-defined, program-specific AdMedia categories |
Incentives
Resource | Description |
---|---|
GET /incentives | Returns a list of publicly available, non-exclusive Incentive items |
GET /incentives/incentive/{id} | Returns one Incentive item by ID |
GET /incentives/exclusive | Returns a list of exclusive Incentive items. |
GET /incentives/exclusive/incentive/{id} | Request an exclusive Incentive item by its ID |
Products
Resource | Description |
---|---|
GET /products | Product search. Returns a list of products. |
GET /products/product/{id} | Returns one product by ID |
Leads, Sales and Reports
Resource | Description |
---|---|
GET /reports/leads/date/{date} | Returns a list of Lead items tracked on a specified date |
GET /reports/leads/lead/{id} | Returns one Lead item by ID |
GET /reports/sales/date/{date} | Returns a list of Sale items tracked on a specified date |
GET /reports/sales/sale/{id} | Returns one Sale item by ID |
GET /reports/sales/sale/{id}/basket | Returns the basketitems by sale ID |
GET /reports/basic | Returns basic statistics of clicks, views, leads and sales |
Programs
Resource | Description |
---|---|
GET /programs | Program search. Returns a list of programs |
GET /programs/program/{id} | Returns program by ID |
GET /programs/categories | Returns a list of program categories |
Program Applications
Resource | Description |
---|---|
GET /programapplications | Returns a list of program applications |
POST /programapplications/program/{id}/adspace/{id} | Applies to the selected program with the selected AdSpace |
DELETE /programapplications/program/{id}/adspace/{id} | Terminates the partnership between the selected program and the selected AdSpace |
Tracking categories and commissions
Resource | Description |
---|---|
GET /programapplications/program/{id} /adspace/{id}/trackingcategories | Returns default or the individual commission models assigned by the advertiser to the specified AdSpace |
Account balances
Resource | Description |
---|---|
GET /payments/balances | Returns balances of the user's accounts |
GET /payments/balances/balance/{currency} | Returns the balance of the current user of the specified currency |