Dynamic tags are a way of converting information (such event details or contact information stored in Upsales) into a placeholder for landing pages or emails.
When editing a landing page, you’ll see the {{Event.Date}} dynamic tag. Users viewing the landing page only see the date.
To use a dynamic tag, select Insert tag from a text block on a landing page or email template. Different tags are available, depending on the type of resource you are preparing.
Tags available
Personalisation tag |
Output |
{{Event.Name}}
|
The event name you pick
|
{{Event.Location}}
|
The event location you pick
|
{{Event.Date}}
|
DD Month YYYY
|
{{Event.DateNumerical}}
|
YYYY-MM-DD
|
{{Event.DateAndTime}}
|
DD Month YYYY HH:MM-HH:MM
|
{{Event.DateAndTimeNumerical}}
|
YYYY-MM-DD HH:MM
|
{{Event.EndDate}}
|
DD Month YYYY
|
{{Event.EndDateNumerical}}
|
YYYY-MM-DD
|
{{Event.StartTime}}
|
HH:MM
|
{{Event.EndTime}}
|
HH:MM
|
{{Event.LandingpageUrl}}
|
https://pages.upsales.com/123456
|
Example tags
Combining event date tags:
{{Event.Date}} {{Event.StartTime}} - {{Event.EndTime}} = DD Month YYYY HH:MM - HH:MM
Using a single event tag:
{{Event.DateAndTime}} = DD Month YYYY HH:MM - HH:MM