POST /assets
Create a new Asset.
Servers
- https://services.adroll.com/ad/api/v1
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
subtype |
String | No |
Asset subtype values depending on the asset type. text => url, display_url, title, call_to_action, link_description, message, impression_tracker, third_party_click_tracker, instagram_permalink_url, object_story_id, brand_name, utm_tracking, preview_url, html, ad_blocker_url, tracking_urls, ad_text, fallback_type, actor_id, display_name image => ad, logo, placeholder video => default Possible values:
|
name |
String | No | |
description |
String | No | |
type |
String | No |
Possible values:
|
file |
String | No |
base64 image |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.