SharedBudgetAssignmentUpdate
Request payload for changing or removing a campaign’s budget order assignment.
Declaration
object SharedBudgetAssignmentUpdateProperties
| Name | Type | Description |
|---|---|---|
budgetId | int64 | The identifier of the budget order to assign this campaign to. Omit to leave the current assignment unchanged. |
Discussion
The API embeds SharedBudgetAssignmentUpdate in CampaignUpdate to modify a campaign’s budget order assignment.
Example
{
"budgetId": 555666777
}