Skip to content

Commit cb11df7

Browse files
whdbytesized
authored andcommitted
Bug 1693305 - Clone citp-news-disinfo study (mozilla-services#658)
1 parent 2b870c1 commit cb11df7

File tree

7 files changed

+393
-0
lines changed

7 files changed

+393
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$comment": "Bug 1646151 - A deletion request in the Pioneer v2 pipeline.",
3+
"$schema": "http://json-schema.org/draft-04/schema#",
4+
"mozPipelineMetadata": {
5+
"bq_dataset_family": "pioneer_citp_news_disinfo_two",
6+
"bq_metadata_format": "pioneer",
7+
"bq_table": "deletion_request_v1"
8+
},
9+
"properties": {},
10+
"title": "deletion-request",
11+
"type": "object"
12+
}
Lines changed: 216 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,216 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"mozPipelineMetadata": {
4+
"bq_dataset_family": "pioneer_citp_news_disinfo_two",
5+
"bq_metadata_format": "pioneer",
6+
"bq_table": "measurements_v1",
7+
"expiration_policy": {
8+
"delete_after_days": 180
9+
}
10+
},
11+
"properties": {
12+
"WebScience.Measurements.LinkExposure": {
13+
"additionalProperties": false,
14+
"properties": {
15+
"linkExposures": {
16+
"items": {
17+
"additionalProperties": false,
18+
"properties": {
19+
"dayOfWeek": {
20+
"type": "integer"
21+
},
22+
"destinationDomain": {
23+
"type": "string"
24+
},
25+
"laterSharedCount": {
26+
"type": "integer"
27+
},
28+
"laterVisitedCount": {
29+
"type": "integer"
30+
},
31+
"numExposures": {
32+
"type": "integer"
33+
},
34+
"sourceDomain": {
35+
"type": "string"
36+
},
37+
"timeOfDay": {
38+
"type": "integer"
39+
},
40+
"visThreshold": {
41+
"type": "integer"
42+
}
43+
},
44+
"type": "object"
45+
},
46+
"type": "array"
47+
},
48+
"untrackedLinkExposures": {
49+
"additionalProperties": {
50+
"type": "integer"
51+
},
52+
"propertyNames": {
53+
"pattern": "^[0-9]*$"
54+
},
55+
"type": "object"
56+
}
57+
},
58+
"type": "object"
59+
},
60+
"WebScience.Measurements.PageNavigation": {
61+
"additionalProperties": false,
62+
"properties": {
63+
"numUntrackedVisits": {
64+
"type": "integer"
65+
},
66+
"trackedVisitsByDomain": {
67+
"items": {
68+
"additionalProperties": false,
69+
"properties": {
70+
"domain": {
71+
"type": "string"
72+
},
73+
"numSessions": {
74+
"type": "integer"
75+
},
76+
"visitsByReferrer": {
77+
"items": {
78+
"additionalProperties": false,
79+
"properties": {
80+
"classifierResults": {
81+
"additionalProperties": {
82+
"type": "integer"
83+
},
84+
"description": "additional properties are the name of the classifier, with the classification result as the value",
85+
"type": "object"
86+
},
87+
"dayOfWeek": {
88+
"type": "integer"
89+
},
90+
"laterSharedCount": {
91+
"type": "integer"
92+
},
93+
"numVisits": {
94+
"type": "integer"
95+
},
96+
"pageCategory": {
97+
"description": "deprecated, use classifierResults",
98+
"type": "integer"
99+
},
100+
"prevExposedCount": {
101+
"type": "integer"
102+
},
103+
"referrerDomain": {
104+
"type": "string"
105+
},
106+
"timeOfDay": {
107+
"type": "integer"
108+
},
109+
"totalAttention": {
110+
"type": "integer"
111+
},
112+
"totalScroll": {
113+
"type": "integer"
114+
}
115+
},
116+
"type": "object"
117+
},
118+
"type": "array"
119+
}
120+
},
121+
"type": "object"
122+
},
123+
"type": "array"
124+
}
125+
},
126+
"type": "object"
127+
},
128+
"WebScience.Measurements.SocialMediaLinkSharing": {
129+
"additionalProperties": false,
130+
"properties": {
131+
"linkSharesByPlatform": {
132+
"items": {
133+
"additionalProperties": false,
134+
"properties": {
135+
"numUntrackedShares": {
136+
"type": "integer"
137+
},
138+
"platform": {
139+
"enum": [
140+
"facebook",
141+
"twitter",
142+
"reddit"
143+
],
144+
"type": "string"
145+
},
146+
"trackedShares": {
147+
"items": {
148+
"additionalProperties": false,
149+
"properties": {
150+
"audience": {
151+
"enum": [
152+
"public",
153+
"restricted",
154+
"unknown"
155+
],
156+
"type": "string"
157+
},
158+
"classification": {
159+
"description": "deprecated, use classifierResults",
160+
"type": "string"
161+
},
162+
"classifierResults": {
163+
"additionalProperties": {
164+
"type": "integer"
165+
},
166+
"description": "additional properties are the name of the classifier, with the classification result as the value",
167+
"type": "object"
168+
},
169+
"dayOfWeek": {
170+
"type": "integer"
171+
},
172+
"domain": {
173+
"type": "string"
174+
},
175+
"numShares": {
176+
"type": "integer"
177+
},
178+
"pageClassification": {
179+
"description": "deprecated, use classifierResults",
180+
"type": "integer"
181+
},
182+
"prevExposed": {
183+
"type": "integer"
184+
},
185+
"source": {
186+
"type": "string"
187+
},
188+
"timeOfDay": {
189+
"type": "integer"
190+
},
191+
"visitReferrer": {
192+
"type": "string"
193+
}
194+
},
195+
"type": "object"
196+
},
197+
"type": "array"
198+
}
199+
},
200+
"type": "object"
201+
},
202+
"type": "array"
203+
}
204+
},
205+
"type": "object"
206+
},
207+
"WebScience.SurveyId": {
208+
"description": "ID sent to Qualtrics, for associating survey responses with telemetry data",
209+
"type": "string"
210+
},
211+
"WebScience.version": {
212+
"type": "string"
213+
}
214+
},
215+
"type": "object"
216+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$comment": "Bug 1663857 - Manage Pioneer v2 consent in about:pioneer",
3+
"$schema": "http://json-schema.org/draft-04/schema#",
4+
"mozPipelineMetadata": {
5+
"bq_dataset_family": "pioneer_citp_news_disinfo_two",
6+
"bq_metadata_format": "pioneer",
7+
"bq_table": "pioneer_enrollment_v1"
8+
},
9+
"properties": {},
10+
"title": "pioneer-enrollment",
11+
"type": "object"
12+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"mozPipelineMetadata": {
3+
"bq_metadata_format": "pioneer"
4+
}
5+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@PIONEER-STUDY_DELETION-REQUEST_1_JSON@
Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"type": "object",
4+
"mozPipelineMetadata": {
5+
"bq_metadata_format": "pioneer",
6+
"expiration_policy": {
7+
"delete_after_days": 180
8+
}
9+
},
10+
"properties": {
11+
"WebScience.SurveyId": {
12+
"type": "string",
13+
"description": "ID sent to Qualtrics, for associating survey responses with telemetry data"
14+
},
15+
"WebScience.version": { "type": "string" },
16+
"WebScience.Measurements.PageNavigation": {
17+
"type": "object",
18+
"properties": {
19+
"numUntrackedVisits": { "type": "integer" },
20+
"trackedVisitsByDomain": {
21+
"type": "array",
22+
"items": {
23+
"type": "object",
24+
"properties": {
25+
"domain": { "type": "string" },
26+
"numSessions": { "type": "integer" },
27+
"visitsByReferrer": {
28+
"type": "array",
29+
"items": {
30+
"type": "object",
31+
"properties": {
32+
"referrerDomain": { "type": "string" },
33+
"dayOfWeek": { "type": "integer" },
34+
"timeOfDay": { "type": "integer" },
35+
"pageCategory": {
36+
"type": "integer",
37+
"description": "deprecated, use classifierResults"
38+
},
39+
"classifierResults": {
40+
"type": "object",
41+
"additionalProperties": {
42+
"type": "integer"
43+
},
44+
"description": "additional properties are the name of the classifier, with the classification result as the value"
45+
},
46+
"numVisits": { "type": "integer" },
47+
"totalAttention": { "type": "integer" },
48+
"totalScroll": { "type": "integer" },
49+
"prevExposedCount": { "type": "integer" },
50+
"laterSharedCount": { "type": "integer" }
51+
},
52+
"additionalProperties": false
53+
}
54+
}
55+
},
56+
"additionalProperties": false
57+
}
58+
}
59+
},
60+
"additionalProperties": false
61+
},
62+
"WebScience.Measurements.SocialMediaLinkSharing": {
63+
"type": "object",
64+
"properties": {
65+
"linkSharesByPlatform": {
66+
"type": "array",
67+
"items": {
68+
"type": "object",
69+
"properties": {
70+
"platform": {
71+
"type": "string",
72+
"enum": ["facebook", "twitter", "reddit"]
73+
},
74+
"numUntrackedShares": { "type": "integer" },
75+
"trackedShares": {
76+
"type": "array",
77+
"items": {
78+
"type": "object",
79+
"properties": {
80+
"domain": { "type": "string" },
81+
"classification": {
82+
"type": "string",
83+
"description": "deprecated, use classifierResults"
84+
},
85+
"pageClassification": {
86+
"type": "integer",
87+
"description": "deprecated, use classifierResults"
88+
},
89+
"classifierResults": {
90+
"type": "object",
91+
"additionalProperties": {
92+
"type": "integer"
93+
},
94+
"description": "additional properties are the name of the classifier, with the classification result as the value"
95+
},
96+
"visitReferrer": { "type": "string" },
97+
"audience": {
98+
"type": "string",
99+
"enum": ["public", "restricted", "unknown"]
100+
},
101+
"prevExposed": { "type": "integer" },
102+
"source": { "type": "string" },
103+
"numShares": { "type": "integer" },
104+
"dayOfWeek": { "type": "integer" },
105+
"timeOfDay": { "type": "integer" }
106+
},
107+
"additionalProperties": false
108+
}
109+
}
110+
},
111+
"additionalProperties": false
112+
}
113+
}
114+
},
115+
"additionalProperties": false
116+
},
117+
"WebScience.Measurements.LinkExposure": {
118+
"type": "object",
119+
"properties": {
120+
"untrackedLinkExposures": {
121+
"type": "object",
122+
"propertyNames": { "pattern": "^[0-9]*$" },
123+
"additionalProperties": { "type": "integer" }
124+
},
125+
"linkExposures": {
126+
"type": "array",
127+
"items": {
128+
"type": "object",
129+
"properties": {
130+
"sourceDomain": { "type": "string" },
131+
"destinationDomain": { "type": "string" },
132+
"dayOfWeek": { "type": "integer" },
133+
"timeOfDay": { "type": "integer" },
134+
"visThreshold": { "type": "integer" },
135+
"numExposures": { "type": "integer" },
136+
"laterSharedCount": { "type": "integer" },
137+
"laterVisitedCount": { "type": "integer" }
138+
},
139+
"additionalProperties": false
140+
}
141+
}
142+
},
143+
"additionalProperties": false
144+
}
145+
}
146+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@PIONEER-STUDY_PIONEER-ENROLLMENT_1_JSON@

0 commit comments

Comments
 (0)