com.google.ads.googleads.v17.common.TargetImpressionShareSimulationPointOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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 TargetImpressionShareSimulationPointOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.TargetImpressionShareSimulationPoint)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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;
* @return The targetImpressionShareMicros.
*/
long getTargetImpressionShareMicros();
/**
*
* 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;
* @return The requiredCpcBidCeilingMicros.
*/
long getRequiredCpcBidCeilingMicros();
/**
*
* 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;
* @return The requiredBudgetAmountMicros.
*/
long getRequiredBudgetAmountMicros();
/**
*
* Projected number of biddable conversions.
*
*
* double biddable_conversions = 4;
* @return The biddableConversions.
*/
double getBiddableConversions();
/**
*
* Projected total value of biddable conversions.
*
*
* double biddable_conversions_value = 5;
* @return The biddableConversionsValue.
*/
double getBiddableConversionsValue();
/**
*
* Projected number of clicks.
*
*
* int64 clicks = 6;
* @return The clicks.
*/
long getClicks();
/**
*
* Projected cost in micros.
*
*
* int64 cost_micros = 7;
* @return The costMicros.
*/
long getCostMicros();
/**
*
* Projected number of impressions.
*
*
* int64 impressions = 8;
* @return The impressions.
*/
long getImpressions();
/**
*
* Projected number of top slot impressions.
* Only search advertising channel type supports this field.
*
*
* int64 top_slot_impressions = 9;
* @return The topSlotImpressions.
*/
long getTopSlotImpressions();
/**
*
* Projected number of absolute top impressions.
* Only search advertising channel type supports this field.
*
*
* int64 absolute_top_impressions = 10;
* @return The absoluteTopImpressions.
*/
long getAbsoluteTopImpressions();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy