Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesRecommendationTargetAdjustmentInfo

Information of a target adjustment recommendation.

Inheritance
object
GoogleAdsSearchads360V23ResourcesRecommendationTargetAdjustmentInfo
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 GoogleAdsSearchads360V23ResourcesRecommendationTargetAdjustmentInfo : IDirectResponseSchema

Properties

CurrentAverageTargetMicros

Output only. The current average target of the campaign or portfolio targeted by this recommendation.

Declaration
[JsonProperty("currentAverageTargetMicros")]
public virtual long? CurrentAverageTargetMicros { 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. The factor by which we recommend the target to be adjusted by.

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

SharedSet

Output only. The shared set resource name of the portfolio bidding strategy where the target is defined. Only populated if the recommendation is portfolio level.

Declaration
[JsonProperty("sharedSet")]
public virtual string SharedSet { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX