[SalesForce] Where to find the dynamic fields used on the email templates

I am super new on salesforce marketing cloud.

I created a template and it works great.

I am using the visual composer and it allows me to insert code into it, a previously person had added some dynamic fields such as %%username%%

Some others seems to be static like %companyname%%

when sending the email (someone else does), it replaces username and company name by the right values.

Using salesforce marketing cloud, how can I know where those fields were defined? (I want to change company name)

Thanks

Best Answer

There are 3 different types of personalization strings

  1. Strings based off attributes inside of a list or data extension. This is the basic variables, like 'First Name', 'Full Name', 'Order Number', etc. If you are referencing 'company name' as a variable for each person, this would be where to look - meaning you would need to change the value inside the list/data extension.

  2. Strings based off account details - This is likely the one you are looking for. This would include 'Company Name', 'Company Address', 'Unsubscribe link', etc. To access/edit this information, you would need to go into the "administration' section of your account and select "Account Settings" here will list all the information, and there will be an 'edit' button towards the top to make these changes.

  3. Utility strings: These include things like "Email Name", "Data Source", etc. These in general are super helpful, but not necessarily what you are looking for.

Outside of personalization strings, there is also AMPScript, SSJS and GTL (Guide Template Language) that can be used for dynamic content and personalization.

Related Topic