Loading

Marketing Cloud Concat to prevent the addition of WAC parameters

Julkaisupäivä: Jan 9, 2025
Kuvaus

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.

Ratkaisu

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-artikkelin numero

000383129

 
Ladataan
Salesforce Help | Article