-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add os_version to active subscription pixel #7406
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
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,5 +13,24 @@ | |
| "enum": ["true", "false"] | ||
| } | ||
| ] | ||
| }, | ||
| "m_privacy-pro_app_subscription_active": { | ||
| "description": "Fired once daily on app start for an active subscription", | ||
| "owners": ["lmac012"], | ||
| "triggers": ["other"], | ||
| "suffixes": ["form_factor"], | ||
| "parameters": [ | ||
| "appVersion", | ||
| { | ||
| "key": "os_version", | ||
| "description": "OS version of the device", | ||
| "type": "integer" | ||
| }, | ||
| { | ||
| "key": "petal", | ||
| "description": "Signals the pixel processing pipeline", | ||
| "type": "boolean" | ||
| } | ||
|
Comment on lines
+29
to
+33
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure about the best practices here, but shouldn't we add Regardless, I think it would make sense to add this parameter to |
||
| ] | ||
| } | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is always fired as a "daily" pixel, and as such, it has the
_dsuffix. This is not accounted for in this definition and will most likely cause validation errors. You could add"daily_count_short"to"suffixes", but this is never fired as a "count" type of pixel, so it's probably better to just include the type suffix in the name: