Skip to content
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

Bug: avoid showing the stats with parameter #150

Closed
xinbenlv opened this issue Jun 18, 2020 · 2 comments
Closed

Bug: avoid showing the stats with parameter #150

xinbenlv opened this issue Jun 18, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@xinbenlv
Copy link
Owner

xinbenlv commented Jun 18, 2020

Currently, our logic emit event to Google Analytics (aka GA) with full URL path, including paramters. The problaby is such parameters are included ina GA View when querying chart data.

image

There are two solutions:

  1. Filter out from the Google Analytics side. I suggest try solutions like this https://www.bounteous.com/insights/2020/05/15/excluding-url-query-parameters-google-analytics/. I will share with you the Google Analytics account access
  2. When we emit GA events from OpenGoLink, we stripe the URL query parameter off the query.

Solution 1 is more ideal, but if it doesn't work, we can go for Solution 2.

@xinbenlv xinbenlv added the bug Something isn't working label Jun 27, 2020
@xinbenlv
Copy link
Owner Author

我给你的gmail加了Google Analytics的管理权限,你试试看能不能访问:https://analytics.google.com/analytics/web/#/report-home/a89403611w185121247p182353868/%3F_u.date00=20200714&_u.date01=20200714

@xinbenlv
Copy link
Owner Author

Let's wait to confirm it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants