Class GoogleAdsSearchads360V23ResourcesAdGroupCriterionPositionEstimates
Estimates for criterion bids at various positions.
Implements
Inherited Members
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? |