Create spend item
Create a new campaign spend item for a specified campaign. This endpoint allows you to add financial details related to campaign expenditures, which can help in tracking and managing marketing budgets effectively.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique identifier of the campaign for which the spend item is being created.
Body
The monetary value of the spend item, represented as a number.
The name of the spend item, represented as a string.
An integer indicating the order or sequence of the spend item within a list.
A string providing additional details or context about the spend item.
Response
successful operation
The financial amount associated with the spend item, represented as a number.
A Unix timestamp in milliseconds indicating when the spend item was created.
The unique identifier for the spend item, represented as a string.
The name of the spend item, represented as a string.
An integer indicating the order or sequence of the spend item.
A Unix timestamp in milliseconds indicating when the spend item was last updated.
A string providing additional details about the spend item.