Skip to content
Closed
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: 2 additions & 2 deletions PixelDefinitions/pixels/subscription_pixels.json5
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"description": "Fired when a render process crash is reported by the WebView that shows subscription pages.",
"owners": ["lmac012"],
"triggers": ["other"],
"suffixes": ["daily_count_short", "form_factor"],
"suffixes": ["daily_count_short_form_factor"],
"parameters": [
"appVersion",
{
Expand All @@ -40,7 +40,7 @@
"description": "Fired when subscription frontend initiates sign-in using auth v1 token.",
"owners": ["lmac012"],
"triggers": ["other"],
"suffixes": ["daily_count_short", "form_factor"],
"suffixes": ["daily_count_short_form_factor"],
"parameters": ["appVersion"],
"expires": "2026-02-01"
},
Expand Down
5 changes: 5 additions & 0 deletions PixelDefinitions/suffixes_dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@
"description": "Platform and device form-factor",
"key": "android",
"enum": ["phone", "tablet"]
},
"daily_count_short_form_factor": {
"type": "string",
"description": "Pixel schedule type",
"enum": [ [["d", "c"], ["android"], ["phone", "tablet"]], [["android"], ["phone", "tablet"]] ]
}
}