Class GoogleAdsSearchads360V23ServicesMaximizeClicksBiddingStrategy
Maximize Clicks Bidding Strategy.
Implements
Inherited Members
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? |