Class GoogleAdsSearchads360V23CommonHistoricalMetricsOptions
Historical metrics options.
Implements
Inherited Members
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 |