Class GoogleAdsSearchads360V23ResourcesRecommendationTargetAdjustmentInfo
Information of a target adjustment recommendation.
Implements
Inherited Members
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 |