Add budget item
Add a new budget item to the specified campaign. This endpoint allows you to associate financial allocations with a campaign, enabling better tracking and management of campaign budgets.
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 to which the budget item will be added.
Body
The monetary value of the budget item, represented as a number.
The name of the budget item. It is a string that identifies the budget item.
An integer indicating the order or sequence of the budget item.
A string providing additional details about the budget item.
Response
successful operation
The financial amount allocated to this budget item, represented as a number.
A Unix timestamp in milliseconds indicating when this budget item was created.
The unique identifier for this budget item, represented as a string.
The name of the budget item, represented as a string.
An integer representing the order or sequence of this budget item within the campaign.
A Unix timestamp in milliseconds indicating when this budget item was last updated.
A description of the budget item, represented as a string.