Use Matomo completely without js and cookies

I would like to use Matomo for very, very simple tracking. I would like to do without JS. I would like to do HTTP tracking via MatomoTracker.php. Is there a possibility to disable all cookies completely in PHP?

1 Like

Anyone? :frowning:
I only found a setting for Third-party-cookies.

Image tracking?!

https://matomo.org/faq/how-to/faq_176/

I want to use a server-sided solution without cookies. So no js and no images.

Is it possible to use Matomo PHP tracker without any cookies?

Hi,

Disclaimer: I know very little about the php-tracker.

But looking at the code shouldn’t this be a matter of just not calling enableCookies() or setFirstPartyCookies?

Those are the only occurences of setCookie I can see.

Thanks a lot! I will try it

The best server-sided solution without cookies and tracking code might be the log file analysis:

https://matomo.org/docs/log-analytics-tool-how-to/