Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesRecommendationRecommendationMetrics

Weekly account performance metrics. For some recommendation types, these are averaged over the past 90-day period and hence can be fractional.

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

Properties

Clicks

Output only. Number of ad clicks.

Declaration
[JsonProperty("clicks")]
public virtual double? Clicks { get; set; }
Property Value
Type Description
double?

Conversions

Output only. Number of conversions.

Declaration
[JsonProperty("conversions")]
public virtual double? Conversions { get; set; }
Property Value
Type Description
double?

ConversionsValue

Output only. Sum of the conversion value of the conversions.

Declaration
[JsonProperty("conversionsValue")]
public virtual double? ConversionsValue { get; set; }
Property Value
Type Description
double?

CostMicros

Output only. Cost (in micros) for advertising, in the local currency for the account.

Declaration
[JsonProperty("costMicros")]
public virtual long? CostMicros { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

Impressions

Output only. Number of ad impressions.

Declaration
[JsonProperty("impressions")]
public virtual double? Impressions { get; set; }
Property Value
Type Description
double?

VideoViews

Output only. Number of video views for a video ad campaign.

Declaration
[JsonProperty("videoViews")]
public virtual double? VideoViews { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX