Class GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetSpend
An automated bid strategy that sets your bids to help get as many clicks as possible within your budget.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetSpend : IDirectResponseSchema
Properties
CpcBidCeilingMicros
Output only. Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy.
Declaration
[JsonProperty("cpcBidCeilingMicros")]
public virtual long? CpcBidCeilingMicros { 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 |
TargetSpendMicros
Output only. The spend target under which to maximize clicks. A TargetSpend bidder will attempt to spend the smaller of this value or the natural throttling spend amount. If not specified, the budget is used as the spend target. This field is deprecated and should no longer be used. See https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html for details.
Declaration
[JsonProperty("targetSpendMicros")]
public virtual long? TargetSpendMicros { get; set; }
Property Value
Type | Description |
---|---|
long? |