Class GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetImpressionShare
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).
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetImpressionShare : IDirectResponseSchema
Properties
CpcBidCeilingMicros
Output only. 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
Output only. 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? |