Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
@@ -0,0 +1,12 @@
{
"$comment": "Bug 1646151 - A deletion request in the Pioneer v2 pipeline.",
"$schema": "http://json-schema.org/draft-04/schema#",
"mozPipelineMetadata": {
"bq_dataset_family": "pioneer_citp_news_disinfo_two",
"bq_metadata_format": "pioneer",
"bq_table": "deletion_request_v1"
},
"properties": {},
"title": "deletion-request",
"type": "object"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,216 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"mozPipelineMetadata": {
"bq_dataset_family": "pioneer_citp_news_disinfo_two",
"bq_metadata_format": "pioneer",
"bq_table": "measurements_v1",
"expiration_policy": {
"delete_after_days": 180
}
},
"properties": {
"WebScience.Measurements.LinkExposure": {
"additionalProperties": false,
"properties": {
"linkExposures": {
"items": {
"additionalProperties": false,
"properties": {
"dayOfWeek": {
"type": "integer"
},
"destinationDomain": {
"type": "string"
},
"laterSharedCount": {
"type": "integer"
},
"laterVisitedCount": {
"type": "integer"
},
"numExposures": {
"type": "integer"
},
"sourceDomain": {
"type": "string"
},
"timeOfDay": {
"type": "integer"
},
"visThreshold": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"untrackedLinkExposures": {
"additionalProperties": {
"type": "integer"
},
"propertyNames": {
"pattern": "^[0-9]*$"
},
"type": "object"
}
},
"type": "object"
},
"WebScience.Measurements.PageNavigation": {
"additionalProperties": false,
"properties": {
"numUntrackedVisits": {
"type": "integer"
},
"trackedVisitsByDomain": {
"items": {
"additionalProperties": false,
"properties": {
"domain": {
"type": "string"
},
"numSessions": {
"type": "integer"
},
"visitsByReferrer": {
"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"
},
"laterSharedCount": {
"type": "integer"
},
"numVisits": {
"type": "integer"
},
"pageCategory": {
"description": "deprecated, use classifierResults",
"type": "integer"
},
"prevExposedCount": {
"type": "integer"
},
"referrerDomain": {
"type": "string"
},
"timeOfDay": {
"type": "integer"
},
"totalAttention": {
"type": "integer"
},
"totalScroll": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"WebScience.Measurements.SocialMediaLinkSharing": {
"additionalProperties": false,
"properties": {
"linkSharesByPlatform": {
"items": {
"additionalProperties": false,
"properties": {
"numUntrackedShares": {
"type": "integer"
},
"platform": {
"enum": [
"facebook",
"twitter",
"reddit"
],
"type": "string"
},
"trackedShares": {
"items": {
"additionalProperties": false,
"properties": {
"audience": {
"enum": [
"public",
"restricted",
"unknown"
],
"type": "string"
},
"classification": {
"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"
},
"domain": {
"type": "string"
},
"numShares": {
"type": "integer"
},
"pageClassification": {
"description": "deprecated, use classifierResults",
"type": "integer"
},
"prevExposed": {
"type": "integer"
},
"source": {
"type": "string"
},
"timeOfDay": {
"type": "integer"
},
"visitReferrer": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"WebScience.SurveyId": {
"description": "ID sent to Qualtrics, for associating survey responses with telemetry data",
"type": "string"
},
"WebScience.version": {
"type": "string"
}
},
"type": "object"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$comment": "Bug 1663857 - Manage Pioneer v2 consent in about:pioneer",
"$schema": "http://json-schema.org/draft-04/schema#",
"mozPipelineMetadata": {
"bq_dataset_family": "pioneer_citp_news_disinfo_two",
"bq_metadata_format": "pioneer",
"bq_table": "pioneer_enrollment_v1"
},
"properties": {},
"title": "pioneer-enrollment",
"type": "object"
}
5 changes: 5 additions & 0 deletions templates/pioneer-citp-news-disinfo-two/defaults.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"mozPipelineMetadata": {
"bq_metadata_format": "pioneer"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@PIONEER-STUDY_DELETION-REQUEST_1_JSON@
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"mozPipelineMetadata": {
"bq_metadata_format": "pioneer",
"expiration_policy": {
"delete_after_days": 180
}
},
"properties": {
"WebScience.SurveyId": {
"type": "string",
"description": "ID sent to Qualtrics, for associating survey responses with telemetry data"
},
"WebScience.version": { "type": "string" },
"WebScience.Measurements.PageNavigation": {
"type": "object",
"properties": {
"numUntrackedVisits": { "type": "integer" },
"trackedVisitsByDomain": {
"type": "array",
"items": {
"type": "object",
"properties": {
"domain": { "type": "string" },
"numSessions": { "type": "integer" },
"visitsByReferrer": {
"type": "array",
"items": {
"type": "object",
"properties": {
"referrerDomain": { "type": "string" },
"dayOfWeek": { "type": "integer" },
"timeOfDay": { "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" },
"prevExposedCount": { "type": "integer" },
"laterSharedCount": { "type": "integer" }
},
"additionalProperties": false
}
}
},
"additionalProperties": false
}
}
},
"additionalProperties": false
},
"WebScience.Measurements.SocialMediaLinkSharing": {
"type": "object",
"properties": {
"linkSharesByPlatform": {
"type": "array",
"items": {
"type": "object",
"properties": {
"platform": {
"type": "string",
"enum": ["facebook", "twitter", "reddit"]
},
"numUntrackedShares": { "type": "integer" },
"trackedShares": {
"type": "array",
"items": {
"type": "object",
"properties": {
"domain": { "type": "string" },
"classification": {
"type": "string",
"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"
},
"visitReferrer": { "type": "string" },
"audience": {
"type": "string",
"enum": ["public", "restricted", "unknown"]
},
"prevExposed": { "type": "integer" },
"source": { "type": "string" },
"numShares": { "type": "integer" },
"dayOfWeek": { "type": "integer" },
"timeOfDay": { "type": "integer" }
},
"additionalProperties": false
}
}
},
"additionalProperties": false
}
}
},
"additionalProperties": false
},
"WebScience.Measurements.LinkExposure": {
"type": "object",
"properties": {
"untrackedLinkExposures": {
"type": "object",
"propertyNames": { "pattern": "^[0-9]*$" },
"additionalProperties": { "type": "integer" }
},
"linkExposures": {
"type": "array",
"items": {
"type": "object",
"properties": {
"sourceDomain": { "type": "string" },
"destinationDomain": { "type": "string" },
"dayOfWeek": { "type": "integer" },
"timeOfDay": { "type": "integer" },
"visThreshold": { "type": "integer" },
"numExposures": { "type": "integer" },
"laterSharedCount": { "type": "integer" },
"laterVisitedCount": { "type": "integer" }
},
"additionalProperties": false
}
}
},
"additionalProperties": false
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@PIONEER-STUDY_PIONEER-ENROLLMENT_1_JSON@