Using Template Variables
Personalize every page with dynamic variables that adapt to each contact.
Template variables are the basic level of personalize inside of RevvedUp's landing pages. They start the process of making each page unique and tailored to the specific contact viewing it.
Understanding Template Variables
What Are They?
Template variables are placeholders that get replaced with real data:
In templates:
Hi {{BUYER.CONTACT.FIRST_NAME}}, welcome to {{BUYER.ACCOUNT.NAME}}'s demo!
On generated pages:
Hi John, welcome to Acme Corp's demo!
When to Use Them
✅ Perfect for:
Contact information (name, title, company)
Custom fields from your CRM
Campaign-specific data
Calculated values (scores, dates)
❌ Not for:
Content that changes frequently
Real-time data
Complex conditional logic
Large blocks of text
How to Insert Variables
Method 1: Quick Insert (Fastest)
While typing, type
{
Variable menu appears automatically
Select from the list or keep typing to filter
Press Enter to insert
Method 2: Slash Command
Type
/
on a new line or in textSelect "Template Variable"
Choose from the full list
Variable is inserted at cursor
Method 3: Toolbar
Click where you want the variable
Click the
</>
icon in the formatting toolbarBrowse and select variable
Click the copy icon
Paste it into the page
Available Variables
Buyer Information
Buyer Account Details
Information about the company you're selling to:
{{BUYER.ACCOUNT.NAME}}
Name of the company you're selling to
Acme Corp
{{BUYER.ACCOUNT.INDUSTRY}}
Industry of the company
Pharmaceuticals
{{BUYER.ACCOUNT.DOMAIN}}
Domain of the company
example.com
Buyer Contact Details
Information about the person you're reaching out to:
{{BUYER.CONTACT.NAME}}
Full name of the contact
John Smith
{{BUYER.CONTACT.FIRST_NAME}}
First name of the contact
John
{{BUYER.CONTACT.LAST_NAME}}
Last name of the contact
Smith
{{BUYER.CONTACT.ROLE}}
Role of the contact
VP of Sales
{{BUYER.CONTACT.PHONE}}
Phone of the contact
(555) 123-4567
{{BUYER.CONTACT.LINKED_IN_URL}}
LinkedIn URL of the contact
linkedin.com/in/johnsmith
Seller Information
Seller Account Details
Your company information from the seller profile:
{{SELLER.ACCOUNT.NAME}}
Name on the seller profile
Your Company
{{SELLER.ACCOUNT.DOMAIN}}
Domain on the seller profile
yourcompany.com
Seller Representative Details
Information about the sales representative:
{{SELLER.REP.NAME}}
Name of the representative
Jane Anderson
{{SELLER.REP.FIRST_NAME}}
First name of the representative
Jane
{{SELLER.REP.LAST_NAME}}
Last name of the representative
Anderson
{{SELLER.REP.PHONE}}
Phone # of the representative
(555) 987-6543
Date Variables
Multiple date format options for dynamic content:
{{DATE.TODAY.DEFAULT}}
Default date format
Aug 2, 2025
{{DATE.TODAY.LONG}}
Long date format
August 02, 2025
{{DATE.TODAY.SHORT}}
Short date format
Aug 2
{{DATE.TODAY.MONTH}}
Current month
August
{{DATE.TODAY.YEAR}}
Current year
2025
{{DATE.TODAY.MONTH_YEAR}}
Month and year
August, 2025
Global Variables
Custom variables that can be set globally. See more at global variable settings.
Revveal AI Research Variables
Revveal enables AI-powered research about your buyers. Each research type has both a question and answer variable. See more about setting up Revveal.
Formatting
Apply unique styles to variables:
Insert the variable
Select it (click the pill)
Apply formatting from toolbar:
Colors
Backgrounds
Font sizes
Troubleshooting
"Variable not replaced"
Check if viewing generated page (not template)
Verify contact has the data
Ensure variable name is correct
"Wrong data showing"
Check CRM field mapping
Verify data sync is current
Clear page cache
Related Documentation
Personalization Features
AI Text Blocks - Generate dynamic content using AI
Advanced Personalization - Overview of all personalization options
Image Personalization - Dynamic logos and branding
Using Variables
All Content Blocks - Variables work in any text block
Publishing Templates - Going live with personalized pages
Remember: Variables are powerful, but subtlety is key. The best personalization feels natural, not robotic!
Last updated