Class GoogleAdsSearchads360V23ServicesBiddableKeyword
A biddable keyword part of an ad group.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesBiddableKeyword : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Keyword
Required. Keyword. Must have text and match type.
Declaration
[JsonProperty("keyword")]
public virtual GoogleAdsSearchads360V23CommonKeywordInfo Keyword { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonKeywordInfo |
MaxCpcBidMicros
A max cpc bid in micros that overrides the ad group level max cpc bid in forecast simulation. This value will override the max cpc value set in the bidding strategy and ad group. Only specify this field for bidding strategies that support max cpc values.
Declaration
[JsonProperty("maxCpcBidMicros")]
public virtual long? MaxCpcBidMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |