How can I override the default Page URL without causing duplicate pageviews in PP TM?

Hi @loldenburg,

If you want to keep the automatic page view tracking and have a custom URL then probably the best way would be to create a custom HTML tag, add the setCustomUrl function to it (e.g. _paq.push(["setCustomUrl",{{ my custom url }}]);) and set a higher priority for the tag that’s using setCustomUrl (Tag Manager > Settings > Tag priority), so it’s triggered before the Piwik PRO tag.

No, you are not blind. There’s no way to set a custom URL inside the Piwik PRO tag :frowning: .

You are correct. Once you enable Track page views manually the trackPageView function should be removed from your tracking code (the Piwik PRO tag). Is this also occuring in incognito?