Loading

Marketing Cloud Concat to prevent the addition of WAC parameters

게시 일자: Jan 9, 2025
상세 설명

In some situations, links may not work correctly when query string values (Email XtraLinkParameters) are appended. These links may be directed to external sites that do not accept or handle tracking parameters.

솔루션

The following AMPscript can be used as the basis of a workaround to prevent the parameters from being added to a single link:

%%[ 
var @URL 
Set @URL = 'http://www.salesforce.com' 
]%%
 
%%[ 
var @Link 
Set @Link = Concat('<a href="',@URL,'" alias="Link">Link Test</a>') 
]%% 

%%=v(@Link)=%% 

Note: Performing this workaround also disables click tracking for a single link.

Knowledge 기사 번호

000383129

 
로드 중
Salesforce Help | Article