Marketing Cloud (マーケティングクラウド) では、メールコンテンツ (Mail Contents) 内のすべてのリンク (link)に自動的にトラッキング用のパラメーターを付与することができます。
この状態の時、特定 URL のトラッキング (Tracking) を無効にする標準機能はありませんが、AMPscript (アンプスクリプト) を使うことで特定の URL だけトラッキングを無効にすることができます。
以下のような AMPsciprt をメールコンテンツ内のテキストや HTML ブロックなどに記載してください。
※下記はサンプルコードとなりますので、要件にあわせて適宜差し替えなどを行って活用してください。また想定通りに動作するかは、必ず事前に検証を行うようにしてください。
%%[
var @URL
set @URL = 'https://example.com' /* トラッキング無効にしたい URL */
var @UnTrackedURL
set @UnTrackedURL= Concat('<a href=',v(@URL),'>Click Here</a>')
]%%
%%=v(@UnTrackedURL)=%%
案2
TreatAsContent 関数を利用して、トラッキング用のパラメーター付与を防いでいます。
%%=TreatAsContent('<a href='https://example.com'>Click Here</a>')=%%
002465284

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.