Interface TargetImpressionShareSimulationPointOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getAbsoluteTopImpressions()
      Projected number of absolute top impressions.
      double getBiddableConversions()
      Projected number of biddable conversions.
      double getBiddableConversionsValue()
      Projected total value of biddable conversions.
      long getClicks()
      Projected number of clicks.
      long getCostMicros()
      Projected cost in micros.
      long getImpressions()
      Projected number of impressions.
      long getRequiredBudgetAmountMicros()
      Projected required daily budget that the advertiser must set in order to receive the estimated traffic, in micros of advertiser currency.
      long getRequiredCpcBidCeilingMicros()
      Projected required daily cpc bid ceiling that the advertiser must set to realize this simulation, in micros of the advertiser currency.
      long getTargetImpressionShareMicros()
      The simulated target impression share value (in micros) upon which projected metrics are based.
      long getTopSlotImpressions()
      Projected number of top slot impressions.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getTargetImpressionShareMicros

        long getTargetImpressionShareMicros()
         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%).
         
        int64 target_impression_share_micros = 1;
        Returns:
        The targetImpressionShareMicros.
      • 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.