Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesManualCpcBiddingStrategy

Manual CPC Bidding Strategy.

Inheritance
object
GoogleAdsSearchads360V23ServicesManualCpcBiddingStrategy
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 GoogleAdsSearchads360V23ServicesManualCpcBiddingStrategy : IDirectResponseSchema

Properties

DailyBudgetMicros

Campaign level budget in micros. If set, 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("dailyBudgetMicros")]
public virtual long? DailyBudgetMicros { 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

MaxCpcBidMicros

Required. A bid in micros to be applied to ad groups within the campaign for a manual CPC bidding strategy.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX