Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPoint

Projected metrics for a specific percent CPC amount. Only Hotel advertising channel type supports this field.

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

Properties

BiddableConversions

Projected number of biddable conversions.

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

BiddableConversionsValue

Projected total value of biddable conversions in local currency.

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

Clicks

Projected number of clicks.

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

CostMicros

Projected cost in micros.

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

Projected number of impressions.

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

PercentCpcBidMicros

The simulated percent CPC upon which projected metrics are based. Percent CPC expressed as fraction of the advertised price for some good or service. The value stored here is 1,000,000 * [fraction].

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

TopSlotImpressions

Projected number of top slot impressions.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX