Class GoogleAdsSearchads360V23CommonTargetCpaSimulationPoint
Projected metrics for a specific target CPA amount.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonTargetCpaSimulationPoint : IDirectResponseSchema
Properties
AppInstalls
Projected number of app installs.
Declaration
[JsonProperty("appInstalls")]
public virtual double? AppInstalls { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
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? |
InAppActions
Projected number of in-app actions.
Declaration
[JsonProperty("inAppActions")]
public virtual double? InAppActions { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Interactions
Projected number of interactions. Only discovery advertising channel type supports this field.
Declaration
[JsonProperty("interactions")]
public virtual long? Interactions { 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? |
TargetCpaMicros
The simulated target CPA upon which projected metrics are based.
Declaration
[JsonProperty("targetCpaMicros")]
public virtual long? TargetCpaMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TargetCpaScalingModifier
The simulated scaling modifier upon which projected metrics are based. All CPA targets relevant to the simulated entity are scaled by this modifier.
Declaration
[JsonProperty("targetCpaScalingModifier")]
public virtual double? TargetCpaScalingModifier { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
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? |