https://developer.matomo.org/api-reference/PHP-Matomo-Tracker#disablesendimageresponse I am using the following code: ``` $matomoTracker->disableSendImageResponse(); $ret = $matomoTracker->getUrlTrackPageView($page->title()); ``` When I open the url at $ret I always see a gif image instead of a 204 response. Also, is there an option to tell matomo if the url got requested, the user uses a screen resolution of AxB? Combined with some clever css we could track the resolution of user devices: https://medium.com/javascript-in-plain-english/tracking-with-css-ec98e3d81046 https://www.templarbit.com/blog/2018/03/20/tracking-users-with-css/
https://developer.matomo.org/api-reference/PHP-Matomo-Tracker#disablesendimageresponse
I am using the following code:
When I open the url at $ret I always see a gif image instead of a 204 response.
Also, is there an option to tell matomo if the url got requested, the user uses a screen resolution of AxB? Combined with some clever css we could track the resolution of user devices:
https://medium.com/javascript-in-plain-english/tracking-with-css-ec98e3d81046
https://www.templarbit.com/blog/2018/03/20/tracking-users-with-css/