LeadsMail:PotentialLeads.EngagementIndex

Version: - string  

Summary

Returns amount of engagement index for the potential lead.

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetString("LeadsMail:PotentialLeads.EngagementIndex")

Check if tag has a value

@if(!string.IsNullOrWhiteSpace(GetString("LeadsMail:PotentialLeads.EngagementIndex"))) { @* Tag has value, so let's do something useful here. *@ }

Assign tag to a value for later use

@{ string storedTag = GetString("LeadsMail:PotentialLeads.EngagementIndex"); }

Outputting the template tag

<!--@LeadsMail:PotentialLeads.EngagementIndex-->

Check if string has a value

<!--@If Defined(@LeadsMail:PotentialLeads.EngagementIndex)--> Let's output this tag here: <strong><!--@LeadsMail:PotentialLeads.EngagementIndex--></strong> <!--@EndIf(@LeadsMail:PotentialLeads.EngagementIndex)-->