Class GoogleAdsSearchads360V23ResourcesRecommendationRecommendationMetrics
Weekly account performance metrics. For some recommendation types, these are averaged over the past 90-day period and hence can be fractional.
Implements
Inherited Members
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? |