We’ve migrated our documentation to a new site, which means some URLs have changed.
Audience

Creative APIs

Creative feature types allow Advertisers to generate different combinations and formats of advertising content to their Advertisements.

This collection of APIs exposes operations to allow management of Creative features within the Cxense Advertising platform.

Retrieving the list of all Creative features saved against a Campaign or Ad

The GET operation is supported for listing all existing Creative features.

GET

Retrieve all of the Creative features saved at the Campaign or Ad with the given parentId.  Only the name, the id and the type of the creative is returned.

NOTE: this call will only return the Creative features that are directly under the Campaign or Ad. For example: if you had a Creative at an Ad level and another at the Campaign level making this call with the Campaign Id will only return the Creative at the Campaign level. To get all Creatives under the Campaign you would have to first get all Creatives under the Campaign and then make individual calls for each Ad under the Campaign to retrieve their Creatives. To find the list of all Ads under the Campaign you can make a call to the Advertisement REST API.

https://{cxadbaseurl}/api/secure/creatives/{parentId}

Parameters:

  • cxadbaseurl the base URL of the Cxense Advertising system

  • parentId the id of either a Campaign or Ad for which the creative features are to be retrieved

Example command:

curl -s -H "Content-type: text/xml" -u jsmith123:password1 -X GET https://cxad.cxense.com/api/secure/creatives/0000000000039306


Combo Creative Feature REST API

This API exposes operations to allow management of Combo Creative features within the Cxense Advertising platform.

Flash Creative Feature REST API

This API exposes operations to allow management of Flash Creative features within the Cxense Advertising platform.

HTML 5 Creative Feature REST API

This API exposes operations to allow management of HTML 5 Creative features within the Cxense Advertising platform.

Image Creative Feature REST API

This API exposes operations to allow management of Image Creative features within the Cxense Advertising platform.

Text Creative Feature REST API

This API exposes operations to allow management of Text Creative features within the Cxense Advertising platform.

Third Party Creative Feature API

This API exposes operations to allow management of Third Party Creative features within the Cxense Advertising platform.

Video Creative Feature REST API

This API exposes operations to allow management of Video Creative features within the Cxense Advertising platform.

Last updated: