Hey there! Looks like dynamic content url query string parameters
no longer accept encoded ampersand (possibly other encoded characters) in the url. Meaning something like the query string below (which used to work) no longer works.
https://example.com/?first=john&last=doe
{{dc:url:param key=“first”}} {{dc:url:param key=“last”}}