Class GoogleAdsSearchads360V23ResourcesRecommendationTargetCpaOptInRecommendationTargetCpaOptInRecommendationOption
The Target CPA opt-in option with impact estimate.
Inheritance
GoogleAdsSearchads360V23ResourcesRecommendationTargetCpaOptInRecommendationTargetCpaOptInRecommendationOption
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesRecommendationTargetCpaOptInRecommendationTargetCpaOptInRecommendationOption : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Goal
Output only. The goal achieved by this option.
Declaration
[JsonProperty("goal")]
public virtual string Goal { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Impact
Output only. The impact estimate if this option is selected.
Declaration
[JsonProperty("impact")]
public virtual GoogleAdsSearchads360V23ResourcesRecommendationRecommendationImpact Impact { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesRecommendationRecommendationImpact |
RequiredCampaignBudgetAmountMicros
Output only. The minimum campaign budget, in local currency for the account, required to achieve the target CPA. 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? |
TargetCpaMicros
Output only. Average CPA target.
Declaration
[JsonProperty("targetCpaMicros")]
public virtual long? TargetCpaMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |