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 f82d078 commit df6b7e4Copy full SHA for df6b7e4
src/Matomo.php
@@ -4279,6 +4279,16 @@ public function getCountry($segment = '', $optional = [])
4279
], $optional);
4280
}
4281
4282
+ /**
4283
+ * Get a list of used country codes to country names
4284
+ *
4285
+ * @return object
4286
+ */
4287
+ public function getCountry($segment = '', $optional = [])
4288
+ {
4289
+ return $this->_request('UserCountry.getCountryCodeMapping');
4290
+ }
4291
+
4292
/**
4293
* Get continents of all visitors
4294
*
0 commit comments