Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1910462 - Add msstoresignedin to legacy telemetry environment #825

Merged
merged 1 commit into from
Jul 30, 2024
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
4 changes: 4 additions & 0 deletions schemas/telemetry/bhr/bhr.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/crash/crash.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/event/event.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/first-shutdown/first-shutdown.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/heartbeat/heartbeat.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/main/main.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/modules/modules.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/new-profile/new-profile.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/saved-session/saved-session.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/shield-icq-v1/shield-icq-v1.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/testpilot/testpilot.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/uninstall/uninstall.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/update/update.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/voice/voice.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,10 @@
"description": "Category of the source, such as 'organic' for a search engine.",
"type": "string"
},
"msstoresignedin": {
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise.",
"type": "boolean"
},
"source": {
"description": "Referring partner domain, when install happens via a known partner.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions templates/include/telemetry/environment.1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,10 @@
"dlsource": {
"type": "string",
"description": "Identifier that indicates where installations of Firefox originate, see bug 1827233"
},
"msstoresignedin": {
"type": "boolean",
"description": " Optional, only present if the installation was done through the Microsoft Store, and was able to retrieve the \"campaign ID\" it was first installed with. This value is \"true\" if the user was signed into the Microsoft Store when they first installed, and false otherwise."
}
}
},
Expand Down
5 changes: 4 additions & 1 deletion validation/telemetry/event.4.sample.pass.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,10 @@
"origin": "default",
"submissionURL": "https://www.google.com/search?q=&ie=utf-8&oe=utf-8&client=firefox-b"
},
"searchCohort": "nov17-2"
"searchCohort": "nov17-2",
"attribution": {
"msstoresignedin": false
}
},
"profile": {
"creationDate": 17660
Expand Down