Class GoogleAdsSearchads360V23ServicesGenerateKeywordIdeaResult
The result of generating keyword ideas.
Implements
Inherited Members
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 |