POST /advertisable/create
Creates a new advertisable.
Servers
- https://services.adroll.com/api/v1
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/x-www-form-urlencoded" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
name |
String | Yes |
The name of the advertisable. |
set_as_default |
Boolean | No |
Whether or not the created advertisable should be your new default advertisable. (Optional; default: False) |
url |
String | No |
The advertisable's URL. (Optional; default: None) |
organization |
String | Yes |
The EID of the organization who will own this advertisable. You need to own this organization. |
country_code |
String | No |
The ISO-3166 2-Letter country code the company is based in. This field is used to handle data collection policies in different countries. If left blank, we will apply our most conservative rules. (Optional; default: None) |
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.