Hi there, we are trying to use the fields on campaign member on marketing cloud emails using personalisation but the personalisation is only available for leads, contacts and accounts. Is there any way to use the campaign member fields on emails. Ex: Survey link field on campaign member record - which will be helpful if we can use on emails
#Marketing Cloud #Personalization #Personalization Strings #Personalisation #Email Marketing#Personalization Strings0 debatiendo
- Actividad reciente
- Fecha de creación
- Recomendado
- Todas las preguntas
- Preguntas con una respuesta aceptada
- Preguntas sin respuesta
- Preguntas sin respuesta aceptada
Personalisation of campaign member data
#Marketing Cloud #Personalization Strings #Personalization #Personalisation #Email Marketing #Marketing #Marketing Email #Marketing User #Marketing Specialist28 abr 2024, 14:20 Hi there, we are trying to use the fields on campaign member on marketing cloud emails using personalisation but the personalisation is only available for leads, contacts and accounts. Is there any way to use the campaign member fields on emails. Ex: Survey link field on campaign member record - which will be helpful if we can use on emails
Hello everybody!
Quick question, is there any way to get the Pardot form ID in the layout template? Using Javascript, handlebars or personalization strings?
Thanks for your support
20 nov 2020, 21:33 I'm not sure why you would want this. Do you have more details? What are you trying to do, with the form ID? There's probably a better way to get there.
In general, a Layout Template is used across multiple forms.
So if you have multiple <iframe> forms embedded on your website, you assign them all the same Layout Template. Now all the forms look the same (fonts, colors, buttons, etc.). If you need to change the button color (from red to blue, for example) you would make that CSS change in one place - that Layout Template shared by all forms - and the change happens across all the forms at once.
So your question seems like it ties a single Pardot form to a single Pardot Layout Template, which would mean you need different Layout Templates for each form ... making it hard to do those kind of mass updates.
So that's why I'm wondering what you're trying to do, so there can be a more efficient answer.

How can I format a personalization string as a phone number? The data type in the data extension is set to "phone" so the format is 1234567890. When I insert that field into email text I want it formatted as: 123-456-7890. Is this possible?
Hi All,
I would like to test the personalization strings, Dynamic content and AMPscript. I create 1 Test Data Extension, and one based email template to test & preview before sending. Then, I send immediately the email for my Test Data extension. I put my personal emails to test with differents address Gmail & Outlook and I never received the email, while I didn't have errors messages of the delivery.
Moreover, I don't find my subscribers on my Test Data extension in "All subscribers".
I thought that the subscribers were added automatically in "All subscribers"...
Could you help me please ?
Many thanks
Pauline
Hi everyone,
I'm looking to use personalization strings from two different data extensions (that are related) in one email. Is this possible and if it is how could I achieve this? Any help would be greatly appreciated!
30 ene 2019, 13:54 Hi @Matthew Cooke You have to use LookupRows OR LookupOrderedRows functions with FOR loop.
LookupRows
https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-programmatic-content.meta/mc-programmatic-content/lookuprows.htmLookupOrderedRows
https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-programmatic-content.meta/mc-programmatic-content/lookuporderedrows.htmUsing the FOR Process Loop in this link
https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-programmatic-content.meta/mc-programmatic-content/languageElements.htm