SIGNUP Advertiser API Version 1
Updated on 2014-06-02
Current Version: Version 1
Deprecated Version: NA
Requests Allowed: GET&SOAP
Summary:
Returns Message: "Advertiser Added Successfully"
Resource/WSDL Page:
http://<your_domain_here>/api/1/signup.asmx?op=Advertiser
Parameters
api_key | Must be a valid API key (existing and not expired) Example Values: Fo35NRAqvFLXoZxqB4aViaiYM7iVMhh |
company_name | Plain text name of the Advertiser Example Values: Corporate Advertiser |
address_street | Plain text address of the Advertiser Example Values: 1234 Main Street |
address_street2 | Potential second address of the Advertiser Example Values: 8729 Pacific Coast Highway |
address_city | Plain text city of the Advertiser Example Values: Newport Beach |
address_state | Plain text state of the Advertiser Example Values: California |
address_zip_code | Plain text zip code of the Advertiser Example Values: 92660 |
address_country | Plain text country of the Advertiser Example Values: United States |
first_name | Plain text first name of your contact at the Advertiser Example Values: John |
last_name | Plain text last name of your contact at the Advertiser Example Values: Doe |
email_address | Email address of your contact at the advertiser Example Values: john@company.com |
password | The contact's CAKE password Example Values: Password123 |
website | The advertiser's website Example Values: www.advertiserwebsite.com |
notes | Freeform notes Example Values: This is an example of freeform notes |
contact_title | The job title of your advertiser contact Example Values: Director of Affiliate Marketing |
contact_phone_work | Your contact's work phone number Example Values: 281-330-8004 |
contact_phone_cell | Your contact's cell phone number Example Values: 555-867-0980 |
contact_phone_fax | Your contact's fax number Example Values: 123-456-7890 |
contact_im_name | Your contact's im name Example Values: AffManager123 |
contact_im_service | Your contact's im service 0=AIM, 1=Google, 2=MSN, 3=Skype, 4=Yahoo, -1 to Skip Example Values: AOL instant messenger |
ip_address | Advertiser's signup IP address Example Values: 12.345.876 |
**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
Sample XML Response:
<string>Advertiser Added Successfully</string>
Example Error Messages:
Error Message | Likely Cause |
Invalid API Key | API key does not exist or is expired |
Missing Fields | Returns the name of the fields that are missing input |
Fields Exceed Max Input Length | Returns the list of the fields that exceed the maximum characters allowed |
Invalid Email Address | Email address is invalid or already exists |
Duplicate Advertiser Contact | Advertiser already exists |
Company Name Taken | The name for this advertiser is already in use |