Class GoogleAdsSearchads360V23ServicesManualCpcBiddingStrategy
Manual CPC Bidding Strategy.
Implements
Inherited Members
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? |