mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #984] [QUESTION] Matomo Analytics in Whoogle? #608
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#608
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Johnnii360 on GitHub (Apr 10, 2023).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/984
Hi guys!
Is there a way to insert a Matomo tracking code into Whoogle? My Whoogle instance run with
docker-composeand I already tried to edit the files inapp/templates/.My goal is just to track the visitors only without any search string to see how many people is using my Whoogle instance. It's also doable via importing logs to Matomo but I want to avoid this.
@benbusby commented on GitHub (Apr 13, 2023):
What did you try editing in
app/templates? Whoogle mainly usesindex.htmlfor the home page, anddisplay.htmlfor search results. I've never used Matomo, but I'm assuming you could just insert their script into the header of one of those?@Johnnii360 commented on GitHub (Apr 14, 2023):
Hi Ben! I already did but when I visit the page the code isn't set in the sourcecode.
@Johnnii360 commented on GitHub (Apr 24, 2023):
Found a solution by fetching visitors via server log analysis: https://matomo.org/log-analytics/