This feature allows you to pull data from LeadBI into your website pages. Example:
Hello <{{ first_name | Dear Visitor }}>, welcome to our website.
The snippet from above will try to use the first name from LeadBI, if the user is not identified will use "Dear Visitor".
Avalable variables:
- first_name
- last_name
- company_name
- phone
- custom_fields
- role
- country
- city
- state
- website
- first_visit
- last_activity
- referral
- page_views
- view_time
- visits
This feature is also avalable in wordpress via a shortcode. Example:
Hi [leadbi_placeholder var="first_name" default="Dear Visitor"]