Hi everyone,
I'm encountering a strange behavior with email links generated from Customer Insights - Journeys. The links in the emails are being appended with a fragment like this:
#msdynmkt_trackingcontext=cb7d3280-529d-4e07-bdf3-5f91f5690300
Instead of using an ampersand (&
) to add tracking parameters to the query string, it's using a hash (#
), which introduces a URL fragment. This is causing issues on our landing pages, especially those using hash-based routing or anchor navigation.