Class GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions
An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetCpa
Output only. The target cost per acquisition (CPA) option. This is the average amount that you would like to spend per acquisition.
Declaration
[JsonProperty("targetCpa")]
public virtual long? TargetCpa { get; set; }
Property Value
Type | Description |
---|---|
long? |
TargetCpaMicros
Output only. The target cost per acquisition (CPA) option. This is the average amount that you would like to spend per acquisition.
Declaration
[JsonProperty("targetCpaMicros")]
public virtual long? TargetCpaMicros { get; set; }
Property Value
Type | Description |
---|---|
long? |