-
Notifications
You must be signed in to change notification settings - Fork 20
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
Find a New Way to Update Popular and Trending Pages #111
Comments
What is the difference between the Popular and Trending sections? |
Popular is the list of all-time most visited pages and Trending is list of pages with recent spikes in traffic. |
I don't think so. Just the newest pages section uses an extension.
pwb.py just calls PyWikiBot. The |
Pls assign me this issue. |
Go ahead! |
Popular and Trending pages both use the same script. Both are broken. Maybe edit the issue title to add Popular pages too. |
@harshkhandeparkar We can use another Google Analytics extension to fix this, but that raises privacy concerns. This is from the extension page:
Should we use this? |
Ideally not. Is there any extension that tracks page views without using any external service? |
Not one I could find. There is a TopTenPages extension but that only counts unique page views and arranges acc to all time. |
Is there any way to expose an option to the user to disable google analytics? |
Could not find any. |
Can google analytics be configured to only record anonymous view count and nothing else? |
Yes we can specify which metrics we want the extension to record. |
Then I think we can go ahead with this. |
Alright lets do this! |
@harshkhandeparkar Turns out it is not possible to configure which metrics we want to send in Google Analytics. It would include many metrics which are neither needed nor privacy focused. I say we remove the Trending pages section completely. We can replace the Popular pages with a simple extension like HitCounters. |
Would it be possible to integrate the HitCounters page on the main page? |
Yes, we could make a template from it. |
Nice. Go ahead with this. |
@shikharish any update? |
UA-XXXXXX-XX
google analytics id is deprecated and hence thegoogleAnalytics
extension no longer works.The text was updated successfully, but these errors were encountered: