Submit a Ticket My Tickets
Welcome
Login  Sign up

[Offers] GetCreativeTypes (V2) - Affiliate

WSDL Page:  http://<your_domain_here>/affiliate/api/2/offers.asmx?op=GetCreativeTypes

 

Parameter Summary:

api_key / STRING = Affiliate API Key {See auth.asmx > Login}

affiliate_id / INT = Affiliate ID {See auth.asmx > Login}

 

Parameter Types:

api_key - ID

affiliate_id - ID

 

Sample GET Call:

https://demo.cakemarketing.com/affiliates/api/2/offers.asmx/GetCreativeTypes?api_key=OIohoAIOxMHZeo7EjB2IQg&affiliate_id=5969 

Sample XML Response:

<creative_type_response>
  <success>true</success>
  <row_count>7</row_count>
  <creative_types>
    <creative_type>
      <type_id>1</type_id>
      <type_name>Link</type_name>
    </creative_type>
    <creative_type>
      <type_id>2</type_id>
      <type_name>Email</type_name>
    </creative_type>
    <creative_type>
      <type_id>3</type_id>
      <type_name>Image</type_name>
    </creative_type>
    <creative_type>
      <type_id>4</type_id>
      <type_name>Flash</type_name>
    </creative_type>

      <type_id>5</type_id>

      <type_name>Text</type_name>

   </creative_type>

   <creative_type>

      <type_id>6</type_id>

      <type_name>HTML</type_name>

   </creative_type>

   <creative_type>

      <type_id>7</type_id>

      <type_name>Video</type_name>

   </creative_type>

 </creative_types>
</creative_type_response>

Did you find it helpful? Yes No

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