Service
BudgetOrderService
Dependencies
A BudgetOrder links an account wide budget with a BillingAccount.
- Namespace
-
https://adwords.google.com/api/adwords/billing/v201206 - Fields
| Field | Type | Description |
|---|---|---|
| billingAccountId Filterable
Required
Selectable
|
xsd:string
|
This field can be selected using the value "BillingAccountId".
This field can be filtered on.
This field is required and should not be null when it is contained within Operators : ADD.
|
| id Filterable
Required
Selectable
|
xsd:long
|
This field can be selected using the value "Id".
This field can be filtered on.
This field is required and should not be null when it is contained within Operators : SET, REMOVE.
|
| spendingLimit Filterable
Required
Selectable
|
cm:Money
|
To specify an unlimited budget, set spendingLimit to -1 (in micros),
otherwise spendingLimit must be greater than 0.
This field can be selected using the value "SpendingLimit".
This field can be filtered on.
This field is required and should not be null when it is contained within Operators : ADD.
|
| startDateTime Filterable
Required
Selectable
|
xsd:string
|
StartDateTime cannot be in the past,it must be on or before
"20361231 235959 America/Los_Angeles".
This field can be selected using the value "StartDateTime".
This field can be filtered on.
This field is required and should not be null when it is contained within Operators : ADD.
|
| endDateTime Filterable
Required
Selectable
|
xsd:string
|
EndDateTime must be on or before "20361231 235959 America/Los_Angeles" or
must set the same instant as "20371230 235959 America/Los_Angeles" to
indicate infinite end date.
This field can be selected using the value "EndDateTime".
This field can be filtered on.
This field is required and should not be null when it is contained within Operators : ADD.
|