ADD Creative API
Updated on 2014-05-02
Current Version: Version 1
Deprecated Version: NA
Requests Allowed: GET&SOAP
Summary:
Returns the Creative ID
Resource/WSDL Page:
http://your-domain-here/api/1/add.asmx?op=Creative
Parameters
api_key | Must be a valid API key (existing or NOT expired) Example Values: Fo35NRAqvFLXoZxqB4aVMhh |
offer_id | Offer ID Example Values: 123456 |
creative_name | Empty or NULL sets to NULL Example Values: CreativeName |
creative_type_id | Creative Type ID ["1" = Link, "2" = Email, "3" = Image, "4" = Flash Example Values: 2 |
creative_status_id | Creative Status ID ["1" = Active, "2" = Inactive, "3" = Hidden] Example Values: 1 |
offer_link | Offer Landing Page Example Values: www.offerlink.com |
notes | Freeform Notes Example Values: These are example notes |
**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:
<int>1133435</int>
Example Error Messages:
Error Message | Likely Cause |
Invalid API Key | API key does not exist or is expired |