Loading

Marketing Cloud Concat to prevent the addition of WAC parameters

Udgivelsesdato: Jan 9, 2025
Beskrivelse

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.

Løsning

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.

Vidensartikelnummer

000383129

 
Indlæser
Salesforce Help | Article