Email truncation with “&” when tracking is enabled in Adobe Campaign Standard
In Adobe Campaign Standard (ACS), when tracking is enabled, email content left to the “&” symbol disappears. To resolve this, disable tracking and replace “&” with another character.
Description description
Environment
- Product: Adobe Campaign Standard, v25.2
- Instance: Production and Stage
Issue/Symptoms
- Live sends with tracking enabled truncate text left to the “
&” symbol. - Text before the “
&” symbol is missing in live sends. - Email content displays correctly in AEM, ACS, and test sends without tracking enabled.
Resolution resolution
To fix this issue, follow these steps:
- Replace all instances of “
&” in display text with an alternative like “and” or “-”. - If retaining the “
&” symbol is necessary, wrap the link text containing it within a<span>tag inside the<a>tag. For example:<a href="..."><span>Text & More Text</span></a>. - Send a proof with tracking enabled to confirm no truncation.
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.
Related Readings
Delivery best practices in the campaign v8 documentation
recommendation-more-help
3d58f420-19b5-47a0-a122-5c9dab55ec7f