Interface TargetImpressionShareSimulationPointOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetImpressionShareSimulationPoint,TargetImpressionShareSimulationPoint.Builder
public interface TargetImpressionShareSimulationPointOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongProjected number of absolute top impressions.doubleProjected number of biddable conversions.doubleProjected total value of biddable conversions.longProjected number of clicks.longProjected cost in micros.longProjected number of impressions.longProjected required daily budget that the advertiser must set in order to receive the estimated traffic, in micros of advertiser currency.longProjected required daily cpc bid ceiling that the advertiser must set to realize this simulation, in micros of the advertiser currency.longThe simulated target impression share value (in micros) upon which projected metrics are based.longProjected number of top slot impressions.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRequiredCpcBidCeilingMicros
long getRequiredCpcBidCeilingMicros()Projected required daily cpc bid ceiling that the advertiser must set to realize this simulation, in micros of the advertiser currency.
int64 required_cpc_bid_ceiling_micros = 2;- Returns:
- The requiredCpcBidCeilingMicros.
-
getRequiredBudgetAmountMicros
long getRequiredBudgetAmountMicros()Projected required daily budget that the advertiser must set in order to receive the estimated traffic, in micros of advertiser currency.
int64 required_budget_amount_micros = 3;- Returns:
- The requiredBudgetAmountMicros.
-
getBiddableConversions
double getBiddableConversions()Projected number of biddable conversions.
double biddable_conversions = 4;- Returns:
- The biddableConversions.
-
getBiddableConversionsValue
double getBiddableConversionsValue()Projected total value of biddable conversions.
double biddable_conversions_value = 5;- Returns:
- The biddableConversionsValue.
-
getClicks
long getClicks()Projected number of clicks.
int64 clicks = 6;- Returns:
- The clicks.
-
getCostMicros
long getCostMicros()Projected cost in micros.
int64 cost_micros = 7;- Returns:
- The costMicros.
-
getImpressions
long getImpressions()Projected number of impressions.
int64 impressions = 8;- Returns:
- The impressions.
-
getTopSlotImpressions
long getTopSlotImpressions()Projected number of top slot impressions. Only search advertising channel type supports this field.
int64 top_slot_impressions = 9;- Returns:
- The topSlotImpressions.
-
getAbsoluteTopImpressions
long getAbsoluteTopImpressions()Projected number of absolute top impressions. Only search advertising channel type supports this field.
int64 absolute_top_impressions = 10;- Returns:
- The absoluteTopImpressions.