All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.common.BudgetSimulationPointOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/common/simulation.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface BudgetSimulationPointOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.BudgetSimulationPoint)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The simulated budget upon which projected metrics are based.
   * 
* * int64 budget_amount_micros = 1; * @return The budgetAmountMicros. */ long getBudgetAmountMicros(); /** *
   * Projected required daily cpc bid ceiling that the advertiser must set to
   * realize this simulation, in micros of the advertiser currency.
   * Only campaigns with the Target Spend bidding strategy support this field.
   * 
* * int64 required_cpc_bid_ceiling_micros = 2; * @return The requiredCpcBidCeilingMicros. */ long getRequiredCpcBidCeilingMicros(); /** *
   * Projected number of biddable conversions.
   * 
* * double biddable_conversions = 3; * @return The biddableConversions. */ double getBiddableConversions(); /** *
   * Projected total value of biddable conversions.
   * 
* * double biddable_conversions_value = 4; * @return The biddableConversionsValue. */ double getBiddableConversionsValue(); /** *
   * Projected number of clicks.
   * 
* * int64 clicks = 5; * @return The clicks. */ long getClicks(); /** *
   * Projected cost in micros.
   * 
* * int64 cost_micros = 6; * @return The costMicros. */ long getCostMicros(); /** *
   * Projected number of impressions.
   * 
* * int64 impressions = 7; * @return The impressions. */ long getImpressions(); /** *
   * Projected number of top slot impressions.
   * Only search advertising channel type supports this field.
   * 
* * int64 top_slot_impressions = 8; * @return The topSlotImpressions. */ long getTopSlotImpressions(); /** *
   * Projected number of interactions.
   * Only discovery advertising channel type supports this field.
   * 
* * int64 interactions = 9; * @return The interactions. */ long getInteractions(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy