Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesRecommendationTargetRoasOptInRecommendation

The Target ROAS opt-in recommendation.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RecommendedTargetRoas

Output only. The recommended target ROAS (revenue per unit of spend). The value is between 0.01 and 1000.0, inclusive.

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

RequiredCampaignBudgetAmountMicros

Output only. The minimum campaign budget, in local currency for the account, required to achieve the target ROAS. Amount is specified in micros, where one million is equivalent to one currency unit.

Declaration
[JsonProperty("requiredCampaignBudgetAmountMicros")]
public virtual long? RequiredCampaignBudgetAmountMicros { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX