Class GoogleAdsSearchads360V23ResourcesDistanceView
A distance view with metrics aggregated by the user's distance from an advertiser's location extensions. Each DistanceBucket includes all impressions that fall within its distance and a single impression will contribute to the metrics for all DistanceBuckets that include the user's distance.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesDistanceView : IDirectResponseSchema
Properties
DistanceBucket
Output only. Grouping of user distance from location extensions.
Declaration
[JsonProperty("distanceBucket")]
public virtual string DistanceBucket { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MetricSystem
Output only. True if the DistanceBucket is using the metric system, false otherwise.
Declaration
[JsonProperty("metricSystem")]
public virtual bool? MetricSystem { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ResourceName
Output only. The resource name of the distance view. Distance view resource names have the form:
customers/{customer_id}/distanceViews/1~{distance_bucket}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |