Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesKeywordPlanAdGroupKeyword

A Keyword Plan ad group keyword. Max number of keyword plan keywords per plan: 10000.

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

Properties

CpcBidMicros

A keyword level max cpc bid in micros (for example, $1 = 1mm). The currency is the same as the account currency code. This will override any CPC bid set at the keyword plan ad group level. Not applicable for negative keywords. (negative = true) This field is Optional.

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

Id

Output only. The ID of the Keyword Plan keyword.

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

KeywordPlanAdGroup

The Keyword Plan ad group to which this keyword belongs.

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

MatchType

The keyword match type.

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

Negative

Immutable. If true, the keyword is negative.

Declaration
[JsonProperty("negative")]
public virtual bool? Negative { get; set; }
Property Value
Type Description
bool?

ResourceName

Immutable. The resource name of the Keyword Plan ad group keyword. KeywordPlanAdGroupKeyword resource names have the form: customers/{customer_id}/keywordPlanAdGroupKeywords/{kp_ad_group_keyword_id}

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

Text

The keyword text.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX