Is there a callback I can use to see if trackPageView
has been executed?
Reason: I am changing the url to remove GET-Parameters such as fbclid
, but I don’t want to remove them before the page view has been tracked. If I remove them before, then Matomo will track the “clean” url.
Thanks!