Show / Hide Table of Contents

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.

Inheritance
object
GoogleAdsSearchads360V23ResourcesDistanceView
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX