DistanceView

  • The distance view aggregates metrics based on the user's distance from an advertiser's location extensions.

  • A single impression can contribute to the metrics of multiple distance buckets.

  • The resource name for a distance view includes the customer ID and the distance bucket.

  • The distance_bucket field indicates the grouping of user distance from location extensions.

  • The metric_system field shows whether the metric system is being used for the DistanceBucket.

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.

Fields

resource_name

string

Output only. The resource name of the distance view. Distance view resource names have the form:

customers/{customer_id}/distanceViews/1~{distance_bucket}

distance_bucket

DistanceBucket

Output only. Grouping of user distance from location extensions.

metric_system

bool

Output only. True if the DistanceBucket is using the metric system, false otherwise.