Release 0.14 is out

By Ilya Martynov
March 13th, 2006

New APIs:

  • Added set of getXxx() API calls which are similar to listXxx() API calls with exception that they return objects instead of IDs.
  • Added delete() API in most YM services.

Bugfixes:

  • (INCOMPATIBLE CHANGE) listByCampaign() and listByLineItem() APIs were in CampaingService instead of CreativeService.
  • (INCOMPATIBLE CHANGE) WSDL used to declare all integer fields as 32 bit integers. This was causing problems since some fields could contain values which do not fit in 32 bit integers. WSDL uses 64 bit integers now.
  • (INCOMPATIBLE CHANGE) Field ‘active’ in ‘advertiser’ and ‘publisher’ data types was declated as an integer field what is wrong. It is boolean now.

API documentation: http://api.yieldmanager.com/doc/.

WSDLs for the production version:

Test version UI: http://api.yieldmanager.com/test-ui/.

WSDLs for the test version:

Leave a Reply