Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesGenerateKeywordHistoricalMetricsRequest

Request message for KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics.

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

Properties

AggregateMetrics

The aggregate fields to include in response.

Declaration
[JsonProperty("aggregateMetrics")]
public virtual GoogleAdsSearchads360V23CommonKeywordPlanAggregateMetrics AggregateMetrics { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonKeywordPlanAggregateMetrics

ETag

The ETag of the item.

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

GeoTargetConstants

The resource names of the location to target. Maximum is 10. An empty list MAY be used to specify all targeting geos.

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

HistoricalMetricsOptions

The options for historical metrics data.

Declaration
[JsonProperty("historicalMetricsOptions")]
public virtual GoogleAdsSearchads360V23CommonHistoricalMetricsOptions HistoricalMetricsOptions { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonHistoricalMetricsOptions

IncludeAdultKeywords

If true, adult keywords will be included in response. The default value is false.

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

KeywordPlanNetwork

Targeting network. If not set, Google Search And Partners Network will be used.

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

Keywords

A list of keywords to get historical metrics. Not all inputs will be returned as a result of near-exact deduplication. For example, if stats for "car" and "cars" are requested, only "car" will be returned. A maximum of 10,000 keywords can be used.

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

Language

The resource name of the language to target. Each keyword belongs to some set of languages; a keyword is included if language is one of its languages. If not set, all keywords will be included.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX