Class GoogleAdsSearchads360V23ResourcesRecommendationTargetRoasOptInRecommendation
The Target ROAS opt-in recommendation.
Implements
Inherited Members
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? |