Class GoogleAdsSearchads360V23ResourcesAccountBudget
An account-level budget. It contains information about the budget itself, as well as the most recently approved changes to the budget and proposed changes that are pending approval. The proposed changes that are pending approval, if any, are found in 'pending_proposal'. Effective details about the budget are found in fields prefixed 'approved_', 'adjusted_' and those without a prefix. Since some effective details may differ from what the user had originally requested (for example, spending limit), these differences are juxtaposed through 'proposed_', 'approved_', and possibly 'adjusted_' fields. This resource is mutated using AccountBudgetProposal and cannot be mutated directly. A budget may have at most one pending proposal at any given time. It is read through pending_proposal. Once approved, a budget may be subject to adjustments, such as credit adjustments. Adjustments create differences between the 'approved' and 'adjusted' fields, which would otherwise be identical.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesAccountBudget : IDirectResponseSchema
Properties
AdjustedSpendingLimitMicros
Output only. The adjusted spending limit in micros. One million is equivalent to one unit. If the approved spending limit is finite, the adjusted spending limit may vary depending on the types of adjustments applied to this budget, if applicable. The different kinds of adjustments are described here: https://support.google.com/google-ads/answer/1704323 For example, a debit adjustment reduces how much the account is allowed to spend.
Declaration
[JsonProperty("adjustedSpendingLimitMicros")]
public virtual long? AdjustedSpendingLimitMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
AdjustedSpendingLimitType
Output only. The adjusted spending limit as a well-defined type, for example, INFINITE. This will only be populated if the adjusted spending limit is INFINITE, which is guaranteed to be true if the approved spending limit is INFINITE.
Declaration
[JsonProperty("adjustedSpendingLimitType")]
public virtual string AdjustedSpendingLimitType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AmountServedMicros
Output only. The value of Ads that have been served, in micros. This includes overdelivery costs, in which case a credit might be automatically applied to the budget (see total_adjustments_micros).
Declaration
[JsonProperty("amountServedMicros")]
public virtual long? AmountServedMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ApprovedEndDateTime
Output only. The approved end time in yyyy-MM-dd HH:mm:ss format.
Declaration
[JsonProperty("approvedEndDateTime")]
public virtual string ApprovedEndDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ApprovedEndTimeType
Output only. The approved end time as a well-defined type, for example, FOREVER.
Declaration
[JsonProperty("approvedEndTimeType")]
public virtual string ApprovedEndTimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ApprovedSpendingLimitMicros
Output only. The approved spending limit in micros. One million is equivalent to one unit. This will only be populated if the proposed spending limit is finite, and will always be greater than or equal to the proposed spending limit.
Declaration
[JsonProperty("approvedSpendingLimitMicros")]
public virtual long? ApprovedSpendingLimitMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ApprovedSpendingLimitType
Output only. The approved spending limit as a well-defined type, for example, INFINITE. This will only be populated if the approved spending limit is INFINITE.
Declaration
[JsonProperty("approvedSpendingLimitType")]
public virtual string ApprovedSpendingLimitType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ApprovedStartDateTime
Output only. The approved start time of the account-level budget in yyyy-MM-dd HH:mm:ss format. For example, if a new budget is approved after the proposed start time, the approved start time is the time of approval.
Declaration
[JsonProperty("approvedStartDateTime")]
public virtual string ApprovedStartDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BillingSetup
Output only. The resource name of the billing setup associated with this account-level budget. BillingSetup
resource names have the form: customers/{customer_id}/billingSetups/{billing_setup_id}
Declaration
[JsonProperty("billingSetup")]
public virtual string BillingSetup { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Output only. The ID of the account-level budget.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Name
Output only. The name of the account-level budget.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Notes
Output only. Notes associated with the budget.
Declaration
[JsonProperty("notes")]
public virtual string Notes { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PendingProposal
Output only. The pending proposal to modify this budget, if applicable.
Declaration
[JsonProperty("pendingProposal")]
public virtual GoogleAdsSearchads360V23ResourcesAccountBudgetPendingAccountBudgetProposal PendingProposal { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesAccountBudgetPendingAccountBudgetProposal |
ProposedEndDateTime
Output only. The proposed end time in yyyy-MM-dd HH:mm:ss format.
Declaration
[JsonProperty("proposedEndDateTime")]
public virtual string ProposedEndDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProposedEndTimeType
Output only. The proposed end time as a well-defined type, for example, FOREVER.
Declaration
[JsonProperty("proposedEndTimeType")]
public virtual string ProposedEndTimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProposedSpendingLimitMicros
Output only. The proposed spending limit in micros. One million is equivalent to one unit.
Declaration
[JsonProperty("proposedSpendingLimitMicros")]
public virtual long? ProposedSpendingLimitMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ProposedSpendingLimitType
Output only. The proposed spending limit as a well-defined type, for example, INFINITE.
Declaration
[JsonProperty("proposedSpendingLimitType")]
public virtual string ProposedSpendingLimitType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProposedStartDateTime
Output only. The proposed start time of the account-level budget in yyyy-MM-dd HH:mm:ss format. If a start time type of NOW was proposed, this is the time of request.
Declaration
[JsonProperty("proposedStartDateTime")]
public virtual string ProposedStartDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PurchaseOrderNumber
Output only. A purchase order number is a value that helps users reference this budget in their monthly invoices.
Declaration
[JsonProperty("purchaseOrderNumber")]
public virtual string PurchaseOrderNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Output only. The resource name of the account-level budget. AccountBudget resource names have the form:
customers/{customer_id}/accountBudgets/{account_budget_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Output only. The status of this account-level budget.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalAdjustmentsMicros
Output only. The total adjustments amount. An example of an adjustment is courtesy credits.
Declaration
[JsonProperty("totalAdjustmentsMicros")]
public virtual long? TotalAdjustmentsMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |