zone_features (nightly)
Fetch a feature at a zone level, where a feature is a complex measurement or insight, possibly with multiple results.
feature_name should be set to one of the features outlined in Metrics and Features
feature_value is the result.
// query
query Zone_features(
$limit: Int,
$offset: Int,
$order_by: [zone_features_order_by!],
$where: zone_features_bool_exp
) {
zone_features(
limit: $limit,
offset: $offset,
order_by: $order_by,
where: $where
) {
date_time_end
date_time_start
feature_name
feature_value
granularity
group_id
id
site_id
zone_id
}
}
Last updated
Was this helpful?