Service
Dependencies
Encapsulates the information about bids and bidding strategies. Bidding Strategy can be set on campaigns, ad groups or ad group criteria. A bidding strategy can be set using one of the following:
- bidding scheme
- bidding strategy type
- bidding strategy ID for flexible bid strategies.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201306
- Fields
Field | Type | Description |
---|---|---|
biddingStrategyId AdxEnabled
Beta
Filterable
Selectable
|
xsd:long
|
Id of the bidding strategy to be associated with the campaign, ad group or ad group criteria. A bidding strategy is created using the BiddingStrategyService ADD operation and is assigned a BiddingStrategyId. The BiddingStrategyId can be shared across campaigns, ad groups and ad group criteria. This field can be selected using the value "BiddingStrategyId". This field can be filtered on. This is disabled for AdX. This is a beta feature. |
biddingStrategyName Beta
Filterable
ReadOnly
Selectable
|
xsd:string
|
Name of the bidding strategy. This is applicable only for flexible bidding strategies. This field can be selected using the value "BiddingStrategyName". This field can be filtered on. This is a beta feature. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
biddingStrategyType Filterable
Selectable
|
BiddingStrategyType
|
The type of the bidding strategy to be attached.
This field can be selected using the value "BiddingStrategyType".
This field can be filtered on.
Enumerations
|
biddingStrategySource Beta
Filterable
ReadOnly
Selectable
|
BiddingStrategySource
|
Indicates where the bidding strategy is associated i.e. campaign, ad group or
ad group criterion.
This field can be selected using the value "BiddingStrategySource".
This field can be filtered on.
This is a beta feature.
This field is read only and should not be set. If this field is sent to the API, it will be ignored.
Enumerations
|
biddingScheme | The bidding strategy metadata. Bidding strategy can be associated using the BiddingStrategyConfiguration.biddingStrategyType or the bidding scheme. | |
bids | Specifies the bids. Bids can be set only on ad groups and ad group criteria. Bids cannot be set on campaign. Default CPC, CPM and CPA bid values will be set if they are not provided during AdGroup creation. Default CPC, CPM and CPA bid values are minimal billable amounts in local currencies. For example, for US Dollars CPC, CPM and CPA default values are $0.01, $0.25 and $0.01, respectively. |