The copyright status. Defaults to UNSPECIFIED if not specified.
source
SELF_SERVICE, MARKETPLACE, DIRECT
The source of the creative. Defaults to DIRECT if not specified.
verifiedSafe
Yes
Boolean
The creative is verified to be safe.
libraryCreative
String
The library creative ID to be associated with the creative. If the library creative is specified then layout, dimensionType, width, height, layoutParameters, targeting, thirdPartyContent, copyrightStatus, source, verifiedSafe fields will be overwritten with values from the library creative unless specified in overrideFields
overrideFields
Array
Override the fields if libraryCreative is specified. The following fields are overrideable: dimensionType, width, height, layoutParameters, targeting, copyrightStatus, source, verifiedSafe
Creative ID can be set to whatever string value the user would like as long as it is unique within the network.
Example POST request: {id} will be required when posting to the API.
POST https://api.adnuntius.com/api/v1/creatives/{id}
Example post body:
{"constraintsToAssets": {"image1":"asset_1","image2": {"id":"asset_2" },"image3":null },"constraintsToText": {"headline":"Man bites Dog!","content":"Click here..." },"constraintsToUrls": {"destinationUrl":"www.example.com" },"description": "The description for the creative","height": 300,"impressionTrackingUrls": [ "http://imp.tradedoubler.com/imp?type(inv)g(20367306)a(2095715)" ],"layout": "layout_1","lineItem": "lineitem_1","name": "My First Creative","userState": "REQUIRES_REVIEW","width": 200,"type": "INTERNAL"}