Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesBiddableKeyword

A biddable keyword part of an ad group.

Inheritance
object
GoogleAdsSearchads360V23ServicesBiddableKeyword
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX