-
Notifications
You must be signed in to change notification settings - Fork 193
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
Add GA for campaign tracking and instrument reporting form #2054
Comments
@digitarald hmmm… I was much in favor of getting rid of Google Analytics altogether. 😛 |
@adamopenweb what are your thoughts? |
We had some discussions this week about increasing incoming webcompat reports. It would be good to understand how effective each reporting path is. For example, we currently don't know how many people press the Report Site Issue button, but do not complete the form. |
This can be tracked already through the web requests without Google Analytics, we just need to collect the data in one place. Let's say as a thought experiment, we know, that 30% is coming from "Report Site Issue…" button in Firefox and 70% from the Webcompat site directly. What does it tell us? Are we able to have a meaningful action about it. I'm curious to better understand the goals. We currently have 3 paths.
To really measure the data, we need to associate the browser version this is reported from because the pools are different (report site button is not everywhere) for example.
This on the other hand I'm super dubious. Both paths land on the website form. Knowing the bounce rate might tell us if the site form is crappy or not and not why and how. It's where we enter into A/B testing, where you can test two options with pool of users and see if there is a better option. And even here, I don't think we have enough users/reports to have meaningful data. Stats with small numbers are flawed. The one thing I could see about the first stat is that we realize that only 0.1% of Nightly/devedition users use the Report Site Issue button. Then we can ask ourselves if it's worth the effort to keep it around. We can imagine we kill the feature inside Firefox and gives the real estate back to firefox dev team. Why I'm pushing back for Google Analytics?
|
I think this is already in place for the form v2. |
Right now it is hard or even impossible to track performance of the reporting form. Users are reported as "direct" referrals. The form can appear in
/issues/new
but also/
.The text was updated successfully, but these errors were encountered: