Submit a Ticket My Tickets
Welcome
Login  Sign up

TRACK MassConversionInsert API Version 2

TRACK MassConversionInsert API Version 2

Updated on 2014-04-11
Deprecated Version: V1

Requests Allowed: GET/SOAP


Summary:

This API will allow you to add conversions into your instance. 


Resource/WSDL Page:

http://yourdomainhere.com/api/2/track.asmx?op=MassConversionInsert


Parameters

api_key
Required
Type: STRING
Length (Max/Min): 50


Must be a valid API key (existing and NOT expired)

Example Value: Fo35NRAqvFLXoZxqB4aViaiYM7iVMhh
conversion_date
Required
Type: DATE
Length (Max/Min): N/A



Allowed formats: "YYYY-mm-dd","dd-mm-YYYY"
Example Values: 2014-04-11
affiliate_id
Required
Type: INT
Length (Max/Min): N/A

Must be an existing Affiliate ID. Use Export Affiliates API.
Example Values: 10343
campaign_id
Required
Type: INT
Length (Max/Min): N/A

Must be an existing Campaign ID. Use EXPORT Campaigns API.
Example Values: 1134
sub_affiliate
Required
Type: STRING
Length (Max/Min): N/A


Enter in the Sub Affiliate name
Example Values:Empty

creative_id
Required
Type: INT
Length (Max/Min): N/A

Must be an existing Creative ID
Example Values: 1234
total_to_insert
Required
Type: INT
Length (Max/Min): N/A

Total Conversions to Insert
Example Values: 3
payout
Required
Type: DECIMAL
Length (Max/Min): N/A


Price Paid Per Conversion
Example Values: 20

received
Required Value/Optional?
Type: DECIMAL
Length (Max/Min): N/A


Price Received Per Conversion

Example Values: 2.5
note
Optional
Type: STRING
Length (Max/Min): N/A


Free form Notes. This can be anything you want it to be.

Example: banana
transaction_ids
Optional
Type: STRING
Length (Max/Min): N/A


Transaction IDs for the conversions. [Comma separated list supported.]

 **Note all optional parameters still need to be passed through in the actual call. These parameters do not need a value (therefore you can use a null value). 


Example Request

GET
http://demo.cakemarketing.com/api/2/track.asmx/MassConversionInsert?api_key=
dNJFmId9rI&conversion_date=2%2F14%2F14&affiliate_id=3692&campaign_id=8496&sub_affiliate=%5BEmpty%5D&
creative_id=1131916&total_to_insert=4&payout=40&received=43.75&note=Advertiser+did+not+place+conversion+pixel&
transaction_ids=TID1%2CTID2%2CTID3


Sample XML Response:

 

<?xml version="1.0" encoding="utf-8"?>
<mass_conversion_insert_response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cakemarketing.com/api/1/">
  <success>true</success>
  <message>Conversions Inserted</message>
</mass_conversion_insert_response>

 


Example Error Messages: 

Error Message
Likely Cause
Invalid API Key
API key does not exist or is expired.
Affiliate Not Found
Affiliate ID provided does not exist or is invalid.
Campaign Not Found
Campaign ID provided does not exist or is invalid.
Creative Not Found
Creative ID provided does not exist or is invalid.
SubAffiliate Not Found
SubAffiliate ID provided does not exist or is invalid.
Invalid Transaction IDs

Transaction IDs provided do not exist, are invalid or the total number of IDs is greater than the total_to_insert.

 

Did you find it helpful? Yes No

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