Tracking single page websites parameter

Dear Matomo community

We have a SAP Fiori web application which we would like to track.
however when this application is being tracked, not the whole url is being registered. the paramter of the url are completely missing in the visitors log. How could i tell matomo to track the complete url ?

Thanks in advance
Hai

Hi,

is it possible to fetch the full URL via Script and use a Custom Dimension from type action and assign eg.: document.location.href to each page visit?

Also I think it should work to use the default tracker and provide a custom url
_paq.push([‘setCustomUrl’, ‘/’ + document.location.href);

But without knowing how your Matomo Tracking is implemented this is just an assumption.