com.google.ads.googleads.v17.common.TargetRoasOrBuilder 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/bidding.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface TargetRoasOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.TargetRoas)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The chosen revenue (based on conversion data) per unit of spend.
* Value must be between 0.01 and 1000.0, inclusive.
*
*
* optional double target_roas = 4;
* @return Whether the targetRoas field is set.
*/
boolean hasTargetRoas();
/**
*
* Required. The chosen revenue (based on conversion data) per unit of spend.
* Value must be between 0.01 and 1000.0, inclusive.
*
*
* optional double target_roas = 4;
* @return The targetRoas.
*/
double getTargetRoas();
/**
*
* Maximum bid limit that can be set by the bid strategy.
* The limit applies to all keywords managed by the strategy.
* This should only be set for portfolio bid strategies.
*
*
* optional int64 cpc_bid_ceiling_micros = 5;
* @return Whether the cpcBidCeilingMicros field is set.
*/
boolean hasCpcBidCeilingMicros();
/**
*
* Maximum bid limit that can be set by the bid strategy.
* The limit applies to all keywords managed by the strategy.
* This should only be set for portfolio bid strategies.
*
*
* optional int64 cpc_bid_ceiling_micros = 5;
* @return The cpcBidCeilingMicros.
*/
long getCpcBidCeilingMicros();
/**
*
* Minimum bid limit that can be set by the bid strategy.
* The limit applies to all keywords managed by the strategy.
* This should only be set for portfolio bid strategies.
*
*
* optional int64 cpc_bid_floor_micros = 6;
* @return Whether the cpcBidFloorMicros field is set.
*/
boolean hasCpcBidFloorMicros();
/**
*
* Minimum bid limit that can be set by the bid strategy.
* The limit applies to all keywords managed by the strategy.
* This should only be set for portfolio bid strategies.
*
*
* optional int64 cpc_bid_floor_micros = 6;
* @return The cpcBidFloorMicros.
*/
long getCpcBidFloorMicros();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy