Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesApplyRecommendationOperationKeywordParameters

Parameters to use when applying keyword recommendation.

Inheritance
object
GoogleAdsSearchads360V23ServicesApplyRecommendationOperationKeywordParameters
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 GoogleAdsSearchads360V23ServicesApplyRecommendationOperationKeywordParameters : IDirectResponseSchema

Properties

AdGroup

The ad group resource to add keyword to. This is a required field.

Declaration
[JsonProperty("adGroup")]
public virtual string AdGroup { get; set; }
Property Value
Type Description
string

CpcBidMicros

Optional, CPC bid to set for the keyword. If not set, keyword will use bid based on bidding strategy used by target ad group.

Declaration
[JsonProperty("cpcBidMicros")]
public virtual long? CpcBidMicros { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MatchType

The match type of the keyword. This is a required field.

Declaration
[JsonProperty("matchType")]
public virtual string MatchType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX