Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesMaximizeClicksBiddingStrategy

Maximize Clicks Bidding Strategy.

Inheritance
object
GoogleAdsSearchads360V23ServicesMaximizeClicksBiddingStrategy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesMaximizeClicksBiddingStrategy : IDirectResponseSchema

Properties

DailyTargetSpendMicros

Required. The daily target spend in micros to be used for estimation. A minimum value is enforced for the local currency used in the campaign. An error will occur showing the minimum value if this field is set too low.

Declaration
[JsonProperty("dailyTargetSpendMicros")]
public virtual long? DailyTargetSpendMicros { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxCpcBidCeilingMicros

Ceiling on max CPC bids in micros.

Declaration
[JsonProperty("maxCpcBidCeilingMicros")]
public virtual long? MaxCpcBidCeilingMicros { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX