Docs

Create Campaign

This API allows you to create a new Campaign.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
object

Metadata for the campaign.

string

Name of the campaign. Allowed characters: letters, digits, dashes, underscores, and spaces. Maximum 255 characters allowed.

string

Type of operation to perform on campaign Items. Allowed Values: `ADD`, `REMOVE`

object

List of Operations to perform on campaign items.

array of string
string

Start date of the campaign in yyyy-MM-dd format.

string

End date of the campaign in yyyy-MM-dd format.

number

Daily budget allocated for the campaign. Must be a positive value with up to 2 decimal places. Daily budget must be between $5.00 and $2,500.00.

number

(optional) Total budget allocated for the campaign. Must be a positive value with up to 2 decimal places. Total budget must be between $5.00 and $250,000.00. Total budget must be greater than or equal to daily budget.

string

Bidding strategy type for the campaign. Defaults to `TARGET_ROAS` if not specified.

number

Target ROAS for the campaign. Must be a positive value between 1.00 and 20.00, with up to 2 decimal places. Defaults to `3.5` if not specified.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.