DistanceView

  • A distance view shows metrics aggregated by the user's distance from an advertiser's location extensions.

  • Each DistanceBucket includes impressions within a specific distance, with a single impression counting towards all relevant buckets.

  • Distance view resource names include a customer ID and a distance bucket.

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

  • The metric_system field shows whether the DistanceBucket uses the metric system.

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.