You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AE-1142] Include ad client dma in the interaction and request-stats pings (#9)
In preparation for rolling out OHTTP between Desktop FFox and MARS, we need to capture all the ad client's geo fields in all our pings -- specifically the interaction and request-stats ping.
Copy file name to clipboardExpand all lines: telemetry/glean/metrics.yaml
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ ad:
123
123
country_code:
124
124
type: string
125
125
description: >
126
-
Country code associated with the client when the ad was requested.
126
+
Country code (ISO 3166-1 alpha-2) associated with the client when the ad was requested.
127
127
Should not be null.
128
128
lifetime: application
129
129
send_in_pings:
@@ -141,8 +141,9 @@ ad:
141
141
region_code:
142
142
type: string
143
143
description: >
144
-
Region code associated with the client when the ad was requested. May
145
-
be null.
144
+
Region code (ISO 3166-2 alpha-2) associated with the client when the ad was requested.
145
+
Region is also known as Subdivision 1.
146
+
May be null.
146
147
lifetime: application
147
148
send_in_pings:
148
149
- interaction
@@ -298,7 +299,7 @@ ad_client:
298
299
country_code:
299
300
type: string
300
301
description: >
301
-
Country code (ISO 3166-1 alpha-2 format) associated with the client when the ad was requested.
302
+
Country code (ISO 3166-1 alpha-2) associated with the client when the ad was requested.
302
303
Should not be null.
303
304
lifetime: application
304
305
send_in_pings:
@@ -314,7 +315,8 @@ ad_client:
314
315
region_code:
315
316
type: string
316
317
description: >
317
-
Region code (ISO 3166-2 format) associated with the client when the ad was requested.
318
+
Region code (ISO 3166-2 alpha-2) associated with the client when the ad was requested.
319
+
Region is also known as Subdivision 1.
318
320
May be null.
319
321
lifetime: application
320
322
send_in_pings:
@@ -330,11 +332,15 @@ ad_client:
330
332
dma_code:
331
333
type: string
332
334
description: >
333
-
Designated Marketing Area code (US only) associated with the client when the ad was requested. DMAs are a pre-defined set of city or metro-level regions.
335
+
Designated Marketing Area code (US only) associated with the client when the ad was requested.
336
+
DMAs are a set of 210 city or metro-level US regions pre-defined by Nielsen.
337
+
DMAs are provided to MARS via MaxMind IP geolocation lookup.
0 commit comments