Email truncation with “&” when tracking is enabled in Adobe Campaign Standard
In Adobe Campaign Standard (ACS), when tracking is enabled, the tracked URL can be truncated at the first “&” character, causing everything after it to be dropped and breaking the link; the original content is not deleted—only the generated tracked URL is affected. To fix this, ensure proper URL encoding and review tracking rules, and optionally avoid using “&” in display text by replacing it with “and” or an en dash (–).
Description description
Environment
- Product: Adobe Campaign Standard, v25.2
- Instance: Production and Stage
Issue/Symptoms
- Live sends with tracking enabled generate tracked URLs that are truncated at the first “
&” character. - All parameters after the “
&” are dropped from the tracked URL, which breaks the link. - The email content stored in ACS is not modified; the issue occurs only in the generated tracked URL, not in the stored content.
- The email content appears correctly in AEM, ACS, and test sends when tracking is disabled.
Resolution resolution
To fix this issue, follow these steps:
- Check the email HTML and make sure all links are correctly encoded. Use
&for ampersands inhrefattributes, and URL‑encode any dynamic values. Make sure all HTML entities are properly escaped. - Review the link‑tracking setup and confirm that no custom rules or regex split the URL at “
&”. The tracking process must capture the full URL, including all parameters. - As a workaround, avoid using “
&” in visible text such as button labels, link text, or headings. Use “and” or an en dash (–) instead. If you must show “&” in link text, wrap the text inside a<span>within the<a>tag (for example: …<span>Text &amp; More Text</span></a>). - Send a proof with tracking enabled and verify that the tracked URL contains all parameters and is not truncated.
Note: This issue relates to encoding or unescaped HTML entities during ACS’s link-tracking process. Encode all HTML entities properly for optimal system compatibility.
3d58f420-19b5-47a0-a122-5c9dab55ec7f