Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
8ae1b94
schema and test data for CITP's Pioneer study, fails test of bq_metad…
akohlbre Oct 22, 2020
fe69104
add defaults, and prettify
akohlbre Oct 22, 2020
a0863ac
number -> integer
akohlbre Oct 22, 2020
c5fb6c6
add deletion and enrollment schemas from pioneer-debug
akohlbre Oct 22, 2020
cf9bd99
add forgotten toplevel schemas
akohlbre Oct 22, 2020
72b6b97
namespace rename to pioneer-citp-news-disinfo, and ping to measurements
akohlbre Oct 23, 2020
c5d91d5
add schema field for reporting generated survey id
akohlbre Oct 28, 2020
2fc0a8e
add field to pioneer-citp measurements
akohlbre Oct 29, 2020
b926634
add schema field for reporting generated survey id
akohlbre Oct 28, 2020
bc44cf7
add field to pioneer-citp measurements
akohlbre Oct 29, 2020
d726770
Merge branch 'master' of github.com:akohlbre/mozilla-pipeline-schemas
akohlbre Oct 29, 2020
afd7242
deprecate and replace old field, add description for survey id field
akohlbre Oct 29, 2020
4c694dd
Merge branch 'master' of github.com:mozilla-services/mozilla-pipeline…
akohlbre Oct 30, 2020
3178019
consistency updates for pioneer citp
akohlbre Oct 30, 2020
25ba0da
Merge branch 'master' of github.com:mozilla-services/mozilla-pipeline…
akohlbre Nov 17, 2020
3547122
update classification reporting for multiple classifiers, add extensi…
akohlbre Nov 17, 2020
11822c2
move additionalProperties to right location
akohlbre Nov 17, 2020
eb35662
add updated generated schema based on addtl props fix
akohlbre Nov 17, 2020
8867d23
fix addtl props in second instance, add description
akohlbre Nov 17, 2020
8ffc96a
remove empty properties line
akohlbre Nov 17, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@
"items": {
"additionalProperties": false,
"properties": {
"classifierResults": {
"additionalProperties": {
"type": "integer"
},
"description": "additional properties are the name of the classifier, with the classification result as the value",
"type": "object"
},
"dayOfWeek": {
"type": "integer"
},
Expand All @@ -84,6 +91,7 @@
"type": "integer"
},
"pageCategory": {
"description": "deprecated, use classifierResults",
"type": "integer"
},
"prevExposedCount": {
Expand Down Expand Up @@ -145,9 +153,16 @@
"type": "string"
},
"classification": {
"description": "deprecated, use pageClassification",
"description": "deprecated, use classifierResults",
"type": "string"
},
"classifierResults": {
"additionalProperties": {
"type": "integer"
},
"description": "additional properties are the name of the classifier, with the classification result as the value",
"type": "object"
},
"dayOfWeek": {
"type": "integer"
},
Expand All @@ -158,6 +173,7 @@
"type": "integer"
},
"pageClassification": {
"description": "deprecated, use classifierResults",
"type": "integer"
},
"prevExposed": {
Expand Down Expand Up @@ -188,6 +204,9 @@
"WebScience.SurveyId": {
"description": "ID sent to Qualtrics, for associating survey responses with telemetry data",
"type": "string"
},
"WebScience.version": {
"type": "string"
}
},
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"type": "string",
"description": "ID sent to Qualtrics, for associating survey responses with telemetry data"
},
"WebScience.version": { "type": "string" },
"WebScience.Measurements.PageNavigation": {
"type": "object",
"properties": {
Expand All @@ -25,7 +26,17 @@
"referrerDomain": { "type": "string" },
"dayOfWeek": { "type": "integer" },
"timeOfDay": { "type": "integer" },
"pageCategory": { "type": "integer" },
"pageCategory": {
"type": "integer",
"description": "deprecated, use classifierResults"
},
"classifierResults": {
"type": "object",
"additionalProperties": {
"type": "integer"
},
"description": "additional properties are the name of the classifier, with the classification result as the value"
},
"numVisits": { "type": "integer" },
"totalAttention": { "type": "integer" },
"totalScroll": { "type": "integer" },
Expand Down Expand Up @@ -63,9 +74,19 @@
"domain": { "type": "string" },
"classification": {
"type": "string",
"description": "deprecated, use pageClassification"
"description": "deprecated, use classifierResults"
},
"pageClassification": {
"type": "integer",
"description": "deprecated, use classifierResults"
},
"classifierResults": {
"type": "object",
"additionalProperties": {
"type": "integer"
},
"description": "additional properties are the name of the classifier, with the classification result as the value"
},
"pageClassification": { "type": "integer"},
"visitReferrer": { "type": "string" },
"audience": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"WebScience.SurveyId": "f85b22d6-b0a6-419f-820a-75f28c1a8af3",
"WebScience.version": "v1.2",
"WebScience.Measurements.PageNavigation": {
"numUntrackedVisits": 500,
"trackedVisitsByDomain": [
Expand All @@ -11,7 +12,10 @@
"referrerDomain": "google.com",
"dayOfWeek": 1,
"timeOfDay": 8,
"pageCategory": 1,
"classifierResults": {
"pol-page-classifier": 2,
"covid-page-classifier": 1
},
"numVisits": 10,
"totalAttention": 500,
"totalScroll": 400,
Expand All @@ -31,7 +35,10 @@
"trackedShares": [
{
"domain": "nytimes.com",
"pageClassification": 0,
"classifierResults": {
"pol-page-classifier": 2,
"covid-page-classifier": 1
},
"audience": "public",
"source": "page",
"visitReferrer": "google.com",
Expand All @@ -42,6 +49,10 @@
},
{
"domain": "nytimes.com",
"classifierResults": {
"pol-page-classifier": 1,
"covid-page-classifier": 2
},
"pageClassification": 1,
"audience": "restricted",
"source": "",
Expand All @@ -59,7 +70,10 @@
"trackedShares": [
{
"domain": "nytimes.com",
"pageClassification": 2,
"classifierResults": {
"pol-page-classifier": 0,
"covid-page-classifier": 1
},
"visitReferrer": "google.com",
"audience": "public",
"source": "",
Expand Down