Show / Hide Table of Contents

Class GoogleAdsSearchads360V0CommonTargetImpressionShare

An automated bidding strategy that sets bids so that a certain percentage of search ads are shown at the top of the first page (or other targeted location).

Inheritance
object
GoogleAdsSearchads360V0CommonTargetImpressionShare
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.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0CommonTargetImpressionShare : IDirectResponseSchema

Properties

CpcBidCeilingMicros

The highest CPC bid the automated bidding system is permitted to specify. This is a required field entered by the advertiser that sets the ceiling and specified in local micros.

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

ETag

The ETag of the item.

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

Location

The targeted location on the search results page.

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

LocationFractionMicros

The chosen fraction of ads to be shown in the targeted location in micros. For example, 1% equals 10,000.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX