-
Notifications
You must be signed in to change notification settings - Fork 898
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
How do we find out whether people clicked "Yes" or "No" on the feedback widget? #70
Comments
/cc @kaycebasques |
Andrew, please correct me if I'm wrong here, but there's a Helpful count
and a total count, so you can calculate the "not helpful" account by
subtracting one from the other.
…On Sun, Apr 14, 2019 at 9:51 PM Sarah Maddox ***@***.***> wrote:
/cc @kaycebasques <https://github.com/kaycebasques>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#70 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABO4XAS4BK4MLO2Q44ILGTDPQQCVRANCNFSM4HF4QWLQ>
.
|
Hi Jared,
Yes, you can figure out the number of "not helpful" clicks by subtracting
"Event Value" from "Total Events" in Google Analytics. The screenshot below
is an example from the Kubernetes "Was this page helpful?" stats.
If you go into Events for the "Helpful" Event Category and set the
Secondary dimension to "Page", you can see the stats per page. The "Total
Events" will be the total number of clicks -- both helpful and not helpful.
"Event Value" are the clicks indicating the page was helpful. You can then
take the difference between the two to calculate the number of clicks for
people saying the page was not helpful.
*Event Value = # Helpful*
*Total Events - Event Value = # Not Helpful*
[image: xxQiQB6sjdO-1.png]
Let me know if you have any other questions.
Cheers,
…--Andrew
On Mon, Apr 15, 2019 at 9:33 AM Jared Bhatti ***@***.***> wrote:
Andrew, please correct me if I'm wrong here, but there's a Helpful count
and a total count, so you can calculate the "not helpful" account by
subtracting one from the other.
On Sun, Apr 14, 2019 at 9:51 PM Sarah Maddox ***@***.***>
wrote:
> /cc @kaycebasques <https://github.com/kaycebasques>
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#70 (comment)>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/ABO4XAS4BK4MLO2Q44ILGTDPQQCVRANCNFSM4HF4QWLQ>
> .
>
--
Cheers,
--Andrew
Andrew Chen | Program Manager, Open Source Strategy | chenopis@google.com
| 650-495-4987
|
We should document this somewhere in https://serene-roentgen-10fbaa.netlify.com/docs/ ...but where? New page on User Feedback? |
You can indeed calculate the exact "yes" and "no" counts using the method described above, but I think that's a bit of a special case. The average value column gives you a breakdown of the scores. 55% of respondents clicked "yes" for It might help to understand what happens when a user clicks "yes" or "no". When you click "yes" an event is sent to GA with the following data:
And when a user clicks "no":
So all of the responses get collected under the I can write a bona fide guide on all of this stuff, but I agree that there's currently not a good place to put this file on the Docsy documentation site as it currently stands. |
I think |
That would be absolutely great if you could! The current temporary repo for the final docs is: |
Ping @kaycebasques ? |
I've been completely swamped. I'll work on it on Wednesday. |
Thanks!! |
PR is here: LisaFC/docsysite#14 |
Thanks! |
…/markdownlint-cli-0.29.0 Bump markdownlint-cli from 0.26.0 to 0.29.0
This PR added the feedback widget:
#1
Please would you add some usage docs for interpreting the results of the widget?
(I've found the feedback event in Google Analytics for my site, but I can't figure out whether people clicked "Yes" or "No" on the feedback widget. At first I thought everyone is just clicking yes, because the only event I see is "helpful" - there's no "not helpful" event. But now 2 months have passed and there's still no "not helpful" event so I'm beginning to think there must be some other way of reading the input.)
The text was updated successfully, but these errors were encountered: