試験MCE-Dev-201 トピック1 問題138 スレッド
Salesforce MCE-Dev-201のリアル試験問題集
問題 #: 138
トピック #: 1
問題 #: 138
トピック #: 1
How can subscriber, system, and sendable Data Extension attributes be referenced for content personalization using SSJS? Choose 1.
おすすめの解答:A 解答を投票する
To reference subscriber, system, and sendable Data Extension attributes for content personalization using SSJS, the correct syntax is <ctrl:field name="attributeName" />. This tag allows you to dynamically insert the value of an attribute into the email content.
* <ctrl:field> Tag: This tag is used to insert the value of an attribute from a Data Extension or subscriber attribute into the content. The name attribute of the <ctrl:field> tag specifies which attribute's value should be used.
%%[ var @firstName set @firstName = AttributeValue("FirstName") ]%% Hello, <ctrl:field name=" FirstName" />!
Salesforce SSJS Guide
This syntax ensures that the correct personalization attributes are pulled into the email, enabling dynamic and personalized content based on subscriber data.
* <ctrl:field> Tag: This tag is used to insert the value of an attribute from a Data Extension or subscriber attribute into the content. The name attribute of the <ctrl:field> tag specifies which attribute's value should be used.
%%[ var @firstName set @firstName = AttributeValue("FirstName") ]%% Hello, <ctrl:field name=" FirstName" />!
Salesforce SSJS Guide
This syntax ensures that the correct personalization attributes are pulled into the email, enabling dynamic and personalized content based on subscriber data.
Itou 2026-03-09 12:11:13
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。