Hello,
is this normal that format type “php” has been removed from latest matomo 4.x version? I’m connecting to matomo using c# library from here:
(I know it was not updated for a long time but it worked up to latest 3.x version). When you look here:
you will see that sendRequest method is using:
string url = URL + "/?module=API&format=php";
but API returns that php value for format param is not valid.
Thanks
2 posts - 2 participants