Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestBiddingInfo

Current bidding information of the campaign. Provides a wrapper for bidding-related signals that inform recommendations.

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

Properties

BiddingStrategyType

Current bidding strategy. This field is necessary for the following recommendation_types: MAXIMIZE_CLICKS_OPT_IN, MAXIMIZE_CONVERSIONS_OPT_IN, MAXIMIZE_CONVERSION_VALUE_OPT_IN, SET_TARGET_CPA, SET_TARGET_ROAS, TARGET_CPA_OPT_IN, TARGET_ROAS_OPT_IN

Declaration
[JsonProperty("biddingStrategyType")]
public virtual string BiddingStrategyType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

TargetCpaMicros

Current target_cpa in micros. This can be populated for campaigns with a bidding strategy type of TARGET_CPA or MAXIMIZE_CONVERSIONS.

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

TargetImpressionShareInfo

Optional. Current Target Impression Share information of the campaign. This field is necessary for the following recommendation_types: CAMPAIGN_BUDGET

Declaration
[JsonProperty("targetImpressionShareInfo")]
public virtual GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestTargetImpressionShareInfo TargetImpressionShareInfo { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestTargetImpressionShareInfo

TargetRoas

Current target_roas. This can be populated for campaigns with a bidding strategy type of TARGET_ROAS or MAXIMIZE_CONVERSION_VALUE.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX