We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bbd72 commit 8d7f266Copy full SHA for 8d7f266
src/Matomo.php
@@ -3704,7 +3704,7 @@ public function getSitesIdFromSiteUrl($url, $optional = [])
3704
*
3705
* @return object
3706
*/
3707
- public function getSitesIdFromSiteUrl()
+ public function getSiteSettings()
3708
{
3709
return $this->_request('SitesManager.getSiteSettings');
3710
}
@@ -4284,7 +4284,7 @@ public function getCountry($segment = '', $optional = [])
4284
4285
4286
4287
- public function getCountry($segment = '', $optional = [])
+ public function getCountryCodeMapping($segment = '', $optional = [])
4288
4289
return $this->_request('UserCountry.getCountryCodeMapping');
4290
0 commit comments