Skip to content

Commit 398d717

Browse files
authored
[AE-1184] Add contextual targeting metrics (#11)
* Add contextual targeting pings for interactions and request-stats
1 parent c9bc97d commit 398d717

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

telemetry/glean/metrics.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,40 @@ ad:
5353
data_reviews:
5454
- https://bugzilla.mozilla.org/show_bug.cgi?id=1900898
5555
expires: never
56+
57+
taxonomy:
58+
type: string
59+
description: >
60+
Taxonomy identifier for the contextual categories (e.g. "IAB-3.0").
61+
May be null if no contextual information was provided.
62+
lifetime: application
63+
send_in_pings:
64+
- interaction
65+
- request-stats
66+
notification_emails:
67+
- ads-eng@mozilla.com
68+
bugs:
69+
- https://mozilla-hub.atlassian.net/browse/AE-1184
70+
data_reviews:
71+
- https://bugzilla.mozilla.org/show_bug.cgi?id=2017204
72+
expires: never
73+
74+
categories:
75+
type: string_list
76+
description: >
77+
Comma-separated list of contextual category identifiers from the taxonomy
78+
(e.g. "210,315"). May be null if no contextual information was provided.
79+
lifetime: application
80+
send_in_pings:
81+
- interaction
82+
- request-stats
83+
notification_emails:
84+
- ads-eng@mozilla.com
85+
bugs:
86+
- https://mozilla-hub.atlassian.net/browse/AE-1184
87+
data_reviews:
88+
- https://bugzilla.mozilla.org/show_bug.cgi?id=2017204
89+
expires: never
5690

5791
creative_id:
5892
type: string

0 commit comments

Comments
 (0)