Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
PendingAccountBudgetProposal
Stay organized with collections
Save and categorize content based on your preferences.
A pending proposal associated with the enclosing account-level budget, if applicable.
Fields |
proposal_type
|
AccountBudgetProposalType
Output only. The type of this proposal, for example, END to end the budget associated with this proposal.
|
account_budget_proposal
|
string
Output only. The resource name of the proposal. AccountBudgetProposal resource names have the form: customers/{customer_id}/accountBudgetProposals/{account_budget_proposal_id}
|
name
|
string
Output only. The name to assign to the account-level budget.
|
start_date_time
|
string
Output only. The start time in yyyy-MM-dd HH:mm:ss format.
|
purchase_order_number
|
string
Output only. A purchase order number is a value that helps users reference this budget in their monthly invoices.
|
notes
|
string
Output only. Notes associated with this budget.
|
creation_date_time
|
string
Output only. The time when this account-level budget proposal was created. Formatted as yyyy-MM-dd HH:mm:ss.
|
Union field end_time
end_time . The end time of the account-level budget. end_time can be only one of the following: |
end_date_time
|
string
Output only. The end time in yyyy-MM-dd HH:mm:ss format.
|
end_time_type
|
TimeType
Output only. The end time as a well-defined type, for example, FOREVER.
|
Union field spending_limit
spending_limit . The spending limit. spending_limit can be only one of the following: |
spending_limit_micros
|
int64
Output only. The spending limit in micros. One million is equivalent to one unit.
|
spending_limit_type
|
SpendingLimitType
Output only. The spending limit as a well-defined type, for example, INFINITE.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[[["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 2024-10-12 UTC."],[[["Provides information on the pending proposal linked to the enclosing account-level budget."],["Includes details like proposal type, name, start/end times, purchase order, and notes."],["Outlines the spending limit and its type, which could be a specific amount or infinite."],["Displays the creation date and time of the account-level budget proposal."],["Shows the resource name for accessing the full proposal details."]]],["This describes an account-level budget proposal, detailing its properties. Key information includes the `proposal_type` (e.g., END), `account_budget_proposal` resource name, the budget's assigned `name`, `start_date_time`, and `creation_date_time`. It also specifies `end_time`, which can be a specific `end_date_time` or a `end_time_type`. Spending is controlled by `spending_limit_micros` or a `spending_limit_type`. Additional fields allow `purchase_order_number` and `notes` to be added to the proposal.\n"]]