diff --git a/ansible/templates/google_symptoms-params-prod.json.j2 b/ansible/templates/google_symptoms-params-prod.json.j2 index 231307e5b..caab9b8ff 100644 --- a/ansible/templates/google_symptoms-params-prod.json.j2 +++ b/ansible/templates/google_symptoms-params-prod.json.j2 @@ -32,7 +32,19 @@ {"signal": "anosmia_raw_search"}, {"signal": "anosmia_smoothed_search"}, {"signal": "sum_anosmia_ageusia_raw_search"}, - {"signal": "sum_anosmia_ageusia_smoothed_search"} + {"signal": "sum_anosmia_ageusia_smoothed_search"}, + {"signal": "s05_raw_search", + "geo_type": "msa"}, + {"signal": "s05_smoothed_search", + "geo_type": "msa"}, + {"signal": "s05_raw_search", + "geo_type": "hrr"}, + {"signal": "s05_smoothed_search", + "geo_type": "hrr"}, + {"signal": "s05_raw_search", + "geo_type": "county"}, + {"signal": "s05_smoothed_search", + "geo_type": "county"} ] }, "static": { diff --git a/google_symptoms/params.json.template b/google_symptoms/params.json.template index 7a22c6d23..7007adef5 100644 --- a/google_symptoms/params.json.template +++ b/google_symptoms/params.json.template @@ -22,7 +22,19 @@ {"signal": "anosmia_raw_search"}, {"signal": "anosmia_smoothed_search"}, {"signal": "sum_anosmia_ageusia_raw_search"}, - {"signal": "sum_anosmia_ageusia_smoothed_search"} + {"signal": "sum_anosmia_ageusia_smoothed_search"}, + {"signal": "s05_raw_search", + "geo_type": "msa"}, + {"signal": "s05_smoothed_search", + "geo_type": "msa"}, + {"signal": "s05_raw_search", + "geo_type": "hrr"}, + {"signal": "s05_smoothed_search", + "geo_type": "hrr"}, + {"signal": "s05_raw_search", + "geo_type": "county"}, + {"signal": "s05_smoothed_search", + "geo_type": "county"} ] }, "static": {