Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesGenerateRecommendationsRequestTargetImpressionShareInfo

Current Target Impression Share information of the campaign.

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

Properties

ETag

The ETag of the item.

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

Location

Required. The targeted location on the search results page. This is required for campaigns where the AdvertisingChannelType is SEARCH and the bidding strategy type is TARGET_IMPRESSION_SHARE.

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

MaxCpcBidCeiling

Optional. Ceiling of max CPC bids in micros set by automated bidders. This is optional for campaigns with an AdvertisingChannelType of SEARCH and a bidding strategy type of TARGET_IMPRESSION_SHARE.

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

TargetImpressionShareMicros

Required. The chosen fraction of targeted impression share in micros. For example, 1% equals 10,000. It must be a value between 1 and 1,000,000. This is required for campaigns with an AdvertisingChannelType of SEARCH and a bidding strategy type of TARGET_IMPRESSION_SHARE.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX