Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesGenerateKeywordIdeaResult

The result of generating keyword ideas.

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

Properties

CloseVariants

The list of close variants from the requested keywords that are combined into this GenerateKeywordIdeaResult. See https://support.google.com/google-ads/answer/9342105 for the definition of "close variants".

Declaration
[JsonProperty("closeVariants")]
public virtual IList<string> CloseVariants { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

KeywordAnnotations

The annotations for the keyword. The annotation data is only provided if requested.

Declaration
[JsonProperty("keywordAnnotations")]
public virtual GoogleAdsSearchads360V23CommonKeywordAnnotations KeywordAnnotations { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonKeywordAnnotations

KeywordIdeaMetrics

The historical metrics for the keyword.

Declaration
[JsonProperty("keywordIdeaMetrics")]
public virtual GoogleAdsSearchads360V23CommonKeywordPlanHistoricalMetrics KeywordIdeaMetrics { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonKeywordPlanHistoricalMetrics

Text

Text of the keyword idea. As in Keyword Plan historical metrics, this text may not be an actual keyword, but the canonical form of multiple keywords. See KeywordPlanKeywordHistoricalMetrics message in KeywordPlanService.

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