Revenue Loop Soap API

Status
Not open for further replies.


Revenue Loop runs on Directtrack. So its the same sysem as Ads4Dough, Copeac, CPA Empire. WSDL is very easy just read a couple of simple tutorials and start playing around with it and you'll have it in no time.
 
Revenue Loop runs on Directtrack. So its the same sysem as Ads4Dough, Copeac, CPA Empire. WSDL is very easy just read a couple of simple tutorials and start playing around with it and you'll have it in no time.

Can you recommend any good ones?
 
Well CURL would probably be a good start.

Use CURL to call the API then use your favorite parsing method to get the data you want out of the result.
 
Well CURL would probably be a good start.

Use CURL to call the API then use your favorite parsing method to get the data you want out of the result.

Can you perhaps give me a quick tutorial using the following code?

Name: getSubIDStats
Binding: RevenueloopWebServicesBinding
Endpoint: NuSOAP: DirectTrackWebServices
SoapAction: NuSOAP: DirectTrackWebServices
Style: rpc
Input:
use: encoded
namespace: What Is Xml
encodingStyle: http://schemas.xmlsoap.org/soap/encoding/
message: getSubIDStatsRequest
parts:
client: xsd:string
add_code: xsd:string
password: xsd:string
primary: xsd:string
secondary: xsd:string
tertiary: xsd:string
quaternary: xsd:string
keyword: xsd:string
program_id: xsd:int
start_date: xsd:date
end_date: xsd:date
Output:
use: encoded
namespace: What Is Xml
encodingStyle: http://schemas.xmlsoap.org/soap/encoding/
message: getSubIDStatsResponse
parts:
return: xsd:string
Namespace: What Is Xml
Transport: http://schemas.xmlsoap.org/soap/http
Documentation: getSubIDStats
Required fields: client, add_code, password, primary

Accepted values for primary, secondary, tertiary, and quaternary are: subid1, subid2, subid3, subid4, subid5
 
Status
Not open for further replies.