Class GoogleAdsSearchads360V23ResourcesRecommendationForecastingSetTargetRoasRecommendation
The forecasting set target ROAS recommendation.
Inheritance
GoogleAdsSearchads360V23ResourcesRecommendationForecastingSetTargetRoasRecommendation
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesRecommendationForecastingSetTargetRoasRecommendation : IDirectResponseSchema
Properties
CampaignBudget
Output only. The campaign budget.
Declaration
[JsonProperty("campaignBudget")]
public virtual GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudget CampaignBudget { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudget |
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? |