[Signup] GetPriceFormats (V1) - Admin

This article will cover the following:

  • Overview
  • Parameters
  • Sample Request & Response

WSDL Page:  http://<your_domain_here>/api/1/signup.asmx?op=GetPriceFormats


Parameter Summary:

api_key / STRING = Admin API Key {See get.asmx > GetAPIKey}


Parameter Types:

api_key - ID


Sample GET Call:

http://demo.cakemarketing.com/api/1/signup.asmx/GetPriceFormats?api_key=dNJFmId9rI

 

Sample XML Response:

<ArrayOfPriceFormat>
  <PriceFormat>
    <price_format_id>1</price_format_id>
    <format_name>CPA</format_name>
  </PriceFormat>
  <PriceFormat>
    <price_format_id>2</price_format_id>
    <format_name>CPC</format_name>
  </PriceFormat>
  <PriceFormat>
    <price_format_id>3</price_format_id>
    <format_name>CPM</format_name>
  </PriceFormat>
  <PriceFormat>
    <price_format_id>4</price_format_id>
    <format_name>Fixed</format_name>
  </PriceFormat>
  <PriceFormat>
    <price_format_id>5</price_format_id>
    <format_name>RevShare</format_name>
  </PriceFormat>
</ArrayOfPriceFormat>


If you have any questions, please reach out to your dedicated CAKE Client Success Manager/Account Manager or contact the CAKE Support Team at support@getCAKE.com.


You may also be interested in:

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.