Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

How to pass parameter to customization block

Avatar

Level 2

Hello ,

i'm working on a Html customization block which i have to call in many places and in each place i have to show a different texte.

this is the code of my customization block :

 

<div>
 <p>here the dynamic text</p>
</div>

 

im calling my block in an email template using this syntax  :

 

<%@ include view='myCustomBloc' %>

 

my issue is that i want to pass my custom text as a parameter when i call my custom bloc  in order to show the correct text according to the email template.

 

Any help please !

 

Regards

does adobe campaign support this mode

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 3

Hi @JamesAlio,

 

You need to create the variable in the delivery properties if you want to personalize the content on an email template basis & need to pass that same variable in the personalization block. PFB screenshot for reference.

 

Personalization block screenshot

Amit_Shinde_0-1618978322828.png

 

Delivery properties screenshot

Amit_Shinde_1-1618978414684.png

 

Hope this helps.

 

Regards,

Amit

 

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Level 3

Hi @JamesAlio,

 

You need to create the variable in the delivery properties if you want to personalize the content on an email template basis & need to pass that same variable in the personalization block. PFB screenshot for reference.

 

Personalization block screenshot

Amit_Shinde_0-1618978322828.png

 

Delivery properties screenshot

Amit_Shinde_1-1618978414684.png

 

Hope this helps.

 

Regards,

Amit

 

Avatar

Level 2
Thank you