-
Notifications
You must be signed in to change notification settings - Fork 95
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
Implement GA metrics pings #46
Comments
Metrics spec pending in #11 |
Do we have a tracking ID for GA? |
CC @wresuolc for that. |
I'm waiting to get one until we have a final name / domain. @johngruen |
lmorchard
added a commit
to lmorchard/FirefoxColor
that referenced
this issue
Feb 26, 2018
- New Metrics module with methods to send various pings - Add a random per-client UUID to localStorage, generating as necessary - Wire up metrics pings to links and major app interactions - Implement timer-based add-on install success/fail event - Simplify BrowserPreview to only handle onClick rather than setting the theme directly, so that presets and saved themes can handle metric pings differently - Only deselect current color if there's one selected Fixes mozilla#46
lmorchard
added a commit
to lmorchard/FirefoxColor
that referenced
this issue
Feb 26, 2018
- New Metrics module with methods to send various pings - Add a random per-client UUID to localStorage, generating as necessary - Wire up metrics pings to links and major app interactions - Implement timer-based add-on install success/fail event - Simplify BrowserPreview to only handle onClick rather than setting the theme directly, so that presets and saved themes can handle metric pings differently - Only deselect current color if there's one selected Fixes mozilla#46
lmorchard
added a commit
to lmorchard/FirefoxColor
that referenced
this issue
Feb 27, 2018
- New Metrics module with methods to send various pings - Add a random per-client UUID to localStorage, generating as necessary - Wire up metrics pings to links and major app interactions - Implement timer-based add-on install success/fail event - Simplify BrowserPreview to only handle onClick rather than setting the theme directly, so that presets and saved themes can handle metric pings differently - Only deselect current color if there's one selected Fixes mozilla#46
lmorchard
added a commit
to lmorchard/FirefoxColor
that referenced
this issue
Feb 27, 2018
- New Metrics module with methods to send various pings - Add a random per-client UUID to localStorage, generating as necessary - Wire up metrics pings to links and major app interactions - Implement timer-based add-on install success/fail event - Simplify BrowserPreview to only handle onClick rather than setting the theme directly, so that presets and saved themes can handle metric pings differently - Only deselect current color if there's one selected Fixes mozilla#46
lmorchard
added a commit
to lmorchard/FirefoxColor
that referenced
this issue
Feb 27, 2018
- New Metrics module with methods to send various pings - Add a random per-client UUID to localStorage, generating as necessary - Wire up metrics pings to links and major app interactions - Implement timer-based add-on install success/fail event - Simplify BrowserPreview to only handle onClick rather than setting the theme directly, so that presets and saved themes can handle metric pings differently - Only deselect current color if there's one selected Fixes mozilla#46
lmorchard
added a commit
to lmorchard/FirefoxColor
that referenced
this issue
Feb 28, 2018
- Add testpilot-ga dependency - New Metrics module with methods to send various pings - Wire up metrics pings to links and major app interactions - Implement timer-based add-on install success/fail event - Simplify BrowserPreview to only handle onClick rather than setting the theme directly, so that presets and saved themes can handle metric pings differently - Only deselect current color if there's one selected Fixes mozilla#46
lmorchard
added a commit
to lmorchard/FirefoxColor
that referenced
this issue
Feb 28, 2018
- Add testpilot-ga dependency - New Metrics module with methods to send various pings - Wire up metrics pings to links and major app interactions - Implement timer-based add-on install success/fail event - Simplify BrowserPreview to only handle onClick rather than setting the theme directly, so that presets and saved themes can handle metric pings differently - Only deselect current color if there's one selected Fixes mozilla#46
lmorchard
added a commit
to lmorchard/FirefoxColor
that referenced
this issue
Feb 28, 2018
- Add testpilot-ga dependency - New Metrics module with methods to send various pings - Wire up metrics pings to links and major app interactions - Implement timer-based add-on install success/fail event - Simplify BrowserPreview to only handle onClick rather than setting the theme directly, so that presets and saved themes can handle metric pings differently - Only deselect current color if there's one selected Fixes mozilla#46
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From acceptance criteria:
The text was updated successfully, but these errors were encountered: