Enable By Billing Country dimension in prod
This commit is contained in:
parent
4322206091
commit
2662527790
1 changed files with 1 additions and 0 deletions
|
|
@ -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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue