Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesRecommendationTargetCpaOptInRecommendationTargetCpaOptInRecommendationOption

The Target CPA opt-in option with impact estimate.

Inheritance
object
GoogleAdsSearchads360V23ResourcesRecommendationTargetCpaOptInRecommendationTargetCpaOptInRecommendationOption
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX