Using DNN 9.3.2 and the Advanced URL provider, Google Ads appends a query string with a GCLID. It looks like this: https://example.com/travel-insurance/overview/?gclid=tester-123
When DNN9 gets that URL, it rewrites it to remove the trailing slash between the last word and the ?
before the GCLID. It looks like this: https://example.com/travel-insurance/overview?gclid=tester-123
This drops Google Ads tracking. Is there a way to ensure that DNN doesn't drop the /
during the rewrite?