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 5bdcb75 commit a0389beCopy full SHA for a0389be
src/Matomo.php
@@ -4910,7 +4910,7 @@ public function getTransitionsForPageUrl(
4910
string $limitBeforeGrouping = '',
4911
array $optional = []
4912
): mixed {
4913
- return $this->_request('Transitions.getTransitionsForPageTitle', [
+ return $this->_request('Transitions.getTransitionsForPageUrl', [
4914
'pageUrl' => $pageUrl,
4915
'segment' => $segment,
4916
'limitBeforeGrouping' => $limitBeforeGrouping,
0 commit comments