Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonHistoricalMetricsOptions

Historical metrics options.

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

Properties

ETag

The ETag of the item.

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

IncludeAverageCpc

Indicates whether to include average cost per click value. Average CPC is provided only for legacy support.

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

YearMonthRange

The year month range for historical metrics. If not specified, metrics for the past 12 months are returned. Search metrics are available for the past 4 years. If the search volume is not available for the entire year_month_range provided, the subset of the year month range for which search volume is available are returned.

Declaration
[JsonProperty("yearMonthRange")]
public virtual GoogleAdsSearchads360V23CommonYearMonthRange YearMonthRange { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonYearMonthRange

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX