WSDL Page: http://<your_domain_here>/api/1/addedit.asmx?op=Creative
Parameter Summary:
api_key / STRING = Admin API Key {See get.asmx > GetAPIKey}
creative_id / INT = Creative ID ["0" Create new creative / "ID" Update creative]
creative_file_id / INT= Creative File ID {See export.asmx > Creatives}
creative_file_import_url / STRING = The web address where the files are hosted
is_preview_file / BOOL = Is this file going to be used for the preview?
replace_all_files / BOOL = Do you want these files to replace exising creatives?
Parameter Types:
api_key - ID
creative_id - ID
creative_file_id - ID
creative_file_import_url - ASSIGNABLE
is_preview_file - BOOL
replace_all_files - BOOL
Sample GET Call:
Sample XML Response:
<creativefiles_addedit_response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cakemarketing.com/api/1/">
</creativefiles_addedit_response>