Skip to content

Commit 10e2ec0

Browse files
committed
add dimensions section
1 parent c1af3b9 commit 10e2ec0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opmon/fr-billboard-rollout.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ skip_default_metrics=true
1717

1818
data_source = "newtab_clients_daily"
1919
boolean_pref = "mozfun.map.get_key(experiments, 'fr-billboard-rollout').branch IS NOT NULL"
20-
dimensions=['country']
20+
dimensions=['country_code']
2121

2222
[metrics.organic_pocket_impressions.statistics]
2323
mean = {}
@@ -40,6 +40,6 @@ mean = {}
4040
mean = {}
4141

4242
[dimensions]
43-
[dimensions.country]
43+
[dimensions.country_code]
4444
data_source = "newtab_clients_daily"
45-
select_expression = "country"
45+
select_expression = "country_code"

0 commit comments

Comments
 (0)