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.

Номер статьи базы знаний

000383129

 
Загрузка
Salesforce Help | Article