%%[
var @SubscriberKey,@EmailAddress
set @SubscriberKey = RequestParameter('SubscriberKey')
set @EmailAddress = RequestParameter('EmailAddress')
]%%
(2)
2-1
Smart Capture ブロックをドラッグ&ドロップします。
2-2
Smart Capture を選択した状態で、Data Extension 内 ID 項目 (Subscriberkey にあたります) 及び、
EmailAddress 項目を非表示属性として設定し、表示属性にてその他の表示したい項目を選択します。
(この時点で非表示属性欄に値をいれる必要はありません)
2-3
Smart Capture を選択した状態で HTML エディター タブへ遷移し、コードの最下部まで遷移すると、
<input name="SubscriberKey" type="hidden" value=""> <input name="EmailAddress" type="hidden" value="">
の記載がありますので、以下の通り書き換えます。
<input name="SubscriberKey" type="hidden" value="%%=v(@SubscriberKey)=%%"> <input name="EmailAddress" type="hidden" value="%%=v(@EmailAddress)=%%">
(3)
保存して Publish します。%%[ var @SubscriberKey,@EmailAddress set @SubscriberKey=_subscriberkey /*送信 DE 内の Subscriberkey に該当する項目名でも問題ありません*/ set @EmailAddress=emailaddr /*送信 DE 内のEmailAddress に該当する項目名でも問題ありません*/ ]%% <br> <a href="%%=RedirectTo(CloudPagesURL(CloudPagesID,'SubscriberKey',@SubscriberKey,'EmailAddress',@EmailAddress))=%%">Click Here</a> <br>※上記 CloudPagesURL() 内の第1引数の CloudPagesID は、
000393063

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.