python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Matomo 4.7.1 core:archive ssl certificate problem
I have Matomo 4.7.1 installed on RHEL8 and am getting an error message when running the core archive.
/opt/matomo/matomo-4.7.1/plugins/GeoIp2/GeoIP2AutoUpdater.php(175): GeoIP2AutoUpdater: failed to d...
Matt
Votes: 0
Answers: 1
Request user consent for iOS App using Matomo analytics
Im using Matomo for tracking user's page visits. Things that I'm getting is userId, and pages which user visited nothing more. Do I still need to request for consent? Im not sharing user data with any...
Sarath
Votes: 0
Answers: 1
Use local Apache to access php-fpm on docker container
I have a matomo container running with php-fpm
# docker-compose.yml
version: "3"
services:
app:
container_name: matomo
image: matomo:fpm-alpine
restart: unless-stopped
vo...
Martial
Votes: 0
Answers: 1
How to inject matomo tag manager code into head by javascript code
I want to inject a matomo tag manager script into the head section of a page by javascript code. However when I try the code in matomo preview mode, the code doesn't fire. What am I misssing?
var scri...
Cellist
Votes: 0
Answers: 1