Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesRecommendationRaiseTargetCpaBidTooLowRecommendation

The raise target CPA bid too low recommendation.

Inheritance
object
GoogleAdsSearchads360V23ResourcesRecommendationRaiseTargetCpaBidTooLowRecommendation
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.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesRecommendationRaiseTargetCpaBidTooLowRecommendation : IDirectResponseSchema

Properties

AverageTargetCpaMicros

Output only. The current average target CPA of the campaign, in micros of customer local currency.

Declaration
[JsonProperty("averageTargetCpaMicros")]
public virtual long? AverageTargetCpaMicros { 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

RecommendedTargetMultiplier

Output only. A number greater than 1.0 indicating the factor by which we recommend the target CPA should be increased.

Declaration
[JsonProperty("recommendedTargetMultiplier")]
public virtual double? RecommendedTargetMultiplier { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX