Class GoogleAdsSearchads360V23CommonTargetImpressionShareSimulationPoint
Projected metrics for a specific target impression share value.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonTargetImpressionShareSimulationPoint : IDirectResponseSchema
Properties
AbsoluteTopImpressions
Projected number of absolute top impressions. Only search advertising channel type supports this field.
Declaration
[JsonProperty("absoluteTopImpressions")]
public virtual long? AbsoluteTopImpressions { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
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.
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? |
RequiredBudgetAmountMicros
Projected required daily budget that the advertiser must set in order to receive the estimated traffic, in micros of advertiser currency.
Declaration
[JsonProperty("requiredBudgetAmountMicros")]
public virtual long? RequiredBudgetAmountMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
RequiredCpcBidCeilingMicros
Projected required daily cpc bid ceiling that the advertiser must set to realize this simulation, in micros of the advertiser currency.
Declaration
[JsonProperty("requiredCpcBidCeilingMicros")]
public virtual long? RequiredCpcBidCeilingMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TargetImpressionShareMicros
The simulated target impression share value (in micros) upon which projected metrics are based. For example, 10% impression share, which is equal to 0.1, is stored as 100_000. This value is validated and will not exceed 1M (100%).
Declaration
[JsonProperty("targetImpressionShareMicros")]
public virtual long? TargetImpressionShareMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TopSlotImpressions
Projected number of top slot impressions. Only search advertising channel type supports this field.
Declaration
[JsonProperty("topSlotImpressions")]
public virtual long? TopSlotImpressions { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |