Contents

BudgetOrder

The response to requests for budget order details.

Declaration

object BudgetOrder

Properties

NameTypeDescription
billingEmailstring

The billing email.

This field is updatable.

budgetMoney

The total budget amount available for the budget order.

This field is updatable.

clientNamestring

The advertiser or product. This is a requirement for agency-type accounts.

This field is updatable only before the startDate of a campaign.

endDatedate-time

The scheduled end date and time for the budget order in the format of yyyy-mm-dd'T'HH:MM:SS.SSS.

This field is updatable.

idint64

A unique identifier for the budget order.

When you create a budget order through Apple Ads Advanced, the system returns a budget order ID (boId) that you can use with Get a Budget Order to return details of a specific budget order for an organization or campaign group.

namestring

The name of the budget order, which is unique within an organization. This field is updatable only before the startDate of a campaign.

orderNumberstring

A purchase order number. This is a requirement for agency-type accounts.

This field is updatable only before the startDate of a campaign.

parentOrgIdint64

The unique identifier of the organization that owns the budget order.

primaryBuyerEmailstring

The primary buyer’s email address.

This field is updatable.

primaryBuyerNamestring

The primary buyer’s name.

This field is updatable.

startDatedate-time

The scheduled start date and time for the budget order in the format of yyyy-mm-dd'T'HH:MM:SS.SSS.

This field is updatable only before the startDate of a campaign and is only editable if there are no campaigns assigned to the budget order.

statusstring

The system-controlled status indicator for the budget order.

ACTIVE

This status occurs when the budget order reaches its start date.

CANCELED

This status occurs when you cancel the budget order.

COMPLETED

This status occurs when the budget order reaches its end date.

EXHAUSTED

This status occurs when you exhaust the budget for the budget order before it reaches its end date.

INACTIVE

This status occurs after you create the budget order and before it reaches its start date.

supplySources[string]

The supply source of ads to use in a budget order and a campaign. As of 5.3, the Create a Budget Order endpoint does not support a single placement type. In all responses, the supplySources field contains all possible values.

See Also

Budget Order Request and Response Objects