adding location selected to struct (#5960)

This commit is contained in:
Chelsey Beck 2024-07-23 11:47:33 -07:00 коммит произвёл GitHub
Родитель 7fe53eefa7
Коммит 7687f52c64
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -359,6 +359,7 @@ weather_summary AS (
ARRAY_AGG(
STRUCT(
weather_widget_impressions,
weather_widget_location_selected,
weather_widget_clicks,
weather_widget_load_errors,
weather_widget_change_display_to_detailed,

Просмотреть файл

@ -61,3 +61,4 @@
weather_widget_load_errors: 0
weather_widget_change_display_to_detailed: 0
weather_widget_change_display_to_simple: 0
weather_widget_location_selected: 0