Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesAdGroupCriterionPositionEstimates

Estimates for criterion bids at various positions.

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

Properties

ETag

The ETag of the item.

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

EstimatedAddClicksAtFirstPositionCpc

Output only. Estimate of how many clicks per week you might get by changing your keyword bid to the value in first_position_cpc_micros.

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

EstimatedAddCostAtFirstPositionCpc

Output only. Estimate of how your cost per week might change when changing your keyword bid to the value in first_position_cpc_micros.

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

FirstPageCpcMicros

Output only. The estimate of the CPC bid required for ad to be shown on first page of search results.

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

FirstPositionCpcMicros

Output only. The estimate of the CPC bid required for ad to be displayed in first position, at the top of the first page of search results.

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

TopOfPageCpcMicros

Output only. The estimate of the CPC bid required for ad to be displayed at the top of the first page of search results.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX