Pageview and custom dimensions

Hello,

I sent pageview in a vue js application (using the vue-matomo library) like that:

_paq.push([‘trackPageView’, pageTitle, {
dimension3: flowID,
dimension4: shopCod,
dimension5: newProject,
}]);

and in the network devtool i have this:
dimension3: 1668526320050-0006001
dimension4: 0006001
dimension5: true

What i would have in the reports is this:
pageTitle | dimension 3 | time on page
page 1 | value 1 | time on page
page 2 | value 1 | time on page
page 3 | value 2 | time on page

But i can’t figure out how to do that.
Some help would be welcome !

Thanks,