Contents

SharedBudgetAssignmentUpdate

Request payload for changing or removing a campaign’s budget order assignment.

Declaration

object SharedBudgetAssignmentUpdate

Properties

NameTypeDescription
budgetIdint64

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
}

See Also