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 1ec48ed commit a656be5Copy full SHA for a656be5
src/Matomo.php
@@ -41,7 +41,7 @@ class Matomo
41
private $_rangeEnd = null;
42
private $_isJsonDecodeAssoc = false;
43
44
- private $_limit = '';
+ private $_limit = -1;
45
46
private $_errors = [];
47
@@ -444,7 +444,8 @@ private function _parseUrl($method, array $params = [])
444
'idSite' => $this->_siteId,
445
'period' => $this->_period,
446
'format' => $this->_format,
447
- 'language' => $this->_language
+ 'language' => $this->_language,
448
+ 'filter_limit' => $this->_filter
449
] + $params;
450
451
foreach ($params as $key => $value) {
0 commit comments