Enable By Billing Country dimension in prod

This commit is contained in:
uri 2024-09-05 16:17:05 +02:00
parent 4322206091
commit 2662527790

View file

@ -30,6 +30,7 @@ Additionally, it provides a proper display name for reporting purposes.
{% set dimensions = [
{"dimension": "'global'", "dimension_display": "'Global'"},
{"dimension": "'by_number_of_listings'", "dimension_display": "'By # of Listings Booked in 12 Months'"}
{"dimension": "'by_billing_country'", "dimension_value": "By Billing Country"}
] %}
{{ return(dimensions) }}
{% endmacro %}