Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Budget orders manage client budgets at the account level and are linked to billing accounts for consolidated invoicing.
Each budget order has an ID, name, start and end date, purchase order number, spending limit, and a record of adjustments made to the spending limit.
You can access and manage budget order details, such as the billing account, spending limits, and adjustments, programmatically through the provided methods.
Represents a Google Ads budget order. Budget orders are used for managing
client budgets at the account level.
Each budget order is associated with a billing account which can take
invoices for consolidated billing. For details about budget orders and
billing accounts, see Billing.
The budget order's end date or null if there is no end
date.
getId()
Returns the ID of the budget order.
Return values:
Type
Description
String
The ID of the budget order.
getName()
Returns the name of the budget order.
Return values:
Type
Description
String
Name of the budget order.
getPoNumber()
Returns the purchase order number or null if there is no
purchase order number.
Return values:
Type
Description
String
The purchase order number or null if there is no
purchase order number.
getResourceName()
Returns the resource name of the budget order.
Return values:
Type
Description
String
The resource name of the budget order.
getSpendingLimit()
Returns the effective spending
limit in the account's currency, including all adjustments that have
been applied to the budget order. null indicates no limits. Code example.
Return values:
Type
Description
double
The effective spending limit or null if there is no
limit.
Returns the total
adjustments that have been applied to the spending limit, in the
account's currency. To get the base spending limit, subtract this from the
effective spending limit. null indicates no adjustments have
been applied.
Return values:
Type
Description
double
The net sum of adjustments since the creation of the budget order.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-23 UTC."],[],[]]