How do I personalize variables in an Asset?
Navigate to templates under Setup
This may be under a different part of your navigation bar depending on your settings and customization. Contact your Support team or Consultant for further assistance if you can’t find the selection.
Create new, or select a template you’d like to edit.
For Print, Web, Web Banners, Presentations, Blogs, and Contracts, either select a Text Box by double clicking on text, or add a Text box (under Add dropdown and Text). In the pop-up window, select Field Chooser.
For Email, either select a Text Box by double clicking on text, or add a Text box (under Smart Objects > Basic Objects > Text). This will change the top ribbon choices. Select “Insert AMP Variables”.
In the Select Fields pop-up, follow the prompts to generate a code for personalization.
This feature will utilize the fields under User, Company, and Organization profiles. If you do not see Organization and Company Fields, click the dropdown carrot to the right. (For Channel and CorePRM, use Organization Fields for Partner information. For MSP Advantage user Company fields for your own company information.)
The variable code will display in the text box.
Navigating the Select Fields code generator
There are two
Types of variable codes, conditional and non-conditional
- Conditional - Based on input values, this will change
- Non-conditional - Static value
There is one
Conditional Type, "if"
- If - Ties together two conditions with one leading to the result of the other condition
Select Operator will give you a list of relationships to choose from between conditions
Enter Value will determine for the condition is looking (
Tip: Leave value blank if you're using fields and want to have a default filler value if that same record field is blank.)
Under
Enter Label, put in what text you'd like to show if that condition is matched
Click
Save and Continue when using the "if" as your original conditional type to bring up, "else if" as an
Conditional Type and continue the chain to add a second resolution
For example, I would like a receiving end person's First Name to show up if that field is populated inside my software, but, if it's not populated and blank, I'd like it to say "Friend". I would use these steps:
1.
2. Insert & Continue
3.
Your code would look like this,
[if value = "##user.FirstName##" Equal= "" ]Friend[/if] [elseif value = "##user.FirstName##" NotEqual= "" ]##user.FirstName##[/elseif]
Click ‘Save’ then ‘Accept’
You can copy/paste the code anywhere in the text box. However, do not edit the code.
Click Preview in the top bar to see how it will look. Note: If that user, company or organization does not have that filled in under their matching profile, nothing will populate.
Related Articles
How do I add personalization to an email template?
Personalization is a powerful tool that can be used across assets within Mindmatrix. Insert codes to automatically show data from fields within a user's profile, organization, or company. How can you access personalization? In the email template ...
For Channel and CorePRM Programs: How to create a co-branded asset and give partners access
It is possible to personalize navigation menus within Mindmatrix software. If you are unable to navigate to the correct page, contact your platform administrator. This article will cover how an admin in a channel program can setup an asset with ...
How to personalize landing page links with a different domain
It is a good idea to create a subdomain and point that subdomain to a Mindmatrix URL so you can use your own URL in landing pages inserted into your website and to comply with some pay per click (PPC) advertisement company policies. Some online ...
How do I make changes in the user profile?
In May of 2023, the user profile in Mindmatrix software was upgraded for all users as part of the Bridge UI improvements. The new user profile page has several sub-sections: Personal information Social information Company information Language And ...
How do I update my user profile?
Login to Mindmatrix account. Click on the profile icon on the top right corner of your screen. Hover on the user profile and click "View". This will open your user profile for editing. This area includes both a “Personal Info” and “My Location” tab, ...