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

com.google.ads.googleads.v10.common.PercentCpcOrBuilder Maven / Gradle / Ivy

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

package com.google.ads.googleads.v10.common;

public interface PercentCpcOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.PercentCpc)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Maximum bid limit that can be set by the bid strategy. This is
   * an optional field entered by the advertiser and specified in local micros.
   * Note: A zero value is interpreted in the same way as having bid_ceiling
   * undefined.
   * 
* * optional int64 cpc_bid_ceiling_micros = 3; * @return Whether the cpcBidCeilingMicros field is set. */ boolean hasCpcBidCeilingMicros(); /** *
   * Maximum bid limit that can be set by the bid strategy. This is
   * an optional field entered by the advertiser and specified in local micros.
   * Note: A zero value is interpreted in the same way as having bid_ceiling
   * undefined.
   * 
* * optional int64 cpc_bid_ceiling_micros = 3; * @return The cpcBidCeilingMicros. */ long getCpcBidCeilingMicros(); /** *
   * Adjusts the bid for each auction upward or downward, depending on the
   * likelihood of a conversion. Individual bids may exceed
   * cpc_bid_ceiling_micros, but the average bid amount for a campaign should
   * not.
   * 
* * optional bool enhanced_cpc_enabled = 4; * @return Whether the enhancedCpcEnabled field is set. */ boolean hasEnhancedCpcEnabled(); /** *
   * Adjusts the bid for each auction upward or downward, depending on the
   * likelihood of a conversion. Individual bids may exceed
   * cpc_bid_ceiling_micros, but the average bid amount for a campaign should
   * not.
   * 
* * optional bool enhanced_cpc_enabled = 4; * @return The enhancedCpcEnabled. */ boolean getEnhancedCpcEnabled(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy