Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions

An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.

Inheritance
object
GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX