This article lists all Event Hub merge tags, broken into sections. The tables show which areas of the application each merge tag is supported in.
If one of the tags is required in another app Module. Please request via support. This is a minor task and can be relatively done quickly.
Shared across Commercial and VIP:
VIP Specific:
Commercial Specific:
Click on the tags with Blue links for more TAG explanation.
SHARED ACROSS CONNECT AND STREAM
Account / Company
Merge Tag Name | VIP EDM | Commercial EDM | Ticket HTML |
{{my_company_name}} | |||
{{account_uuid}} | |||
{{account_name}} | |||
{{account_type}} | |||
{{account_tier}} | |||
{{account_sub_type}} |
Branding
Merge Tag Name | VIP EDM | Commercial EDM | Ticket HTML |
{{my_company_logo}} | |||
{{primary_color}} | |||
{{text_color}} | |||
{{secondary_color}} |
Event Data
Merge Tag Name | VIP EDM | Commercial EDM | VIP EDM |
{{event_name}} | |||
{{venue_name}} | |||
{{event_dates| date: "%A, %e %B %Y"}} | |||
{{event_date_uuid}} | |||
{{event_color}} | |||
{{orders_close}} | |||
{{event_time}} | |||
{{facility_name}} | |||
{{client_asset_opens}} | |||
{{dress_code}} | |||
{{host_block}} | |||
{{rsvp_by_date | date: "%A, %e %B %Y"}} | |||
{{speaker}} | |||
{{ticket_type}} | |||
{{menu_as_pdf}} | |||
{{venue_agenda_as_pdf}} |
Event Timings
Merge Tag Name | Stream EDM | Connect EDM | Ticket EDM |
Connect Agenda Timings
{{agenda_timings_label_1}}: {{agenda_timings_1}} | |||
Stream Config Timings
% if event_timings %} {% for event_time in event_timings %}{{event_time.name}} - {{event_time.time | add_new_line }} {% endfor %} {% else %}**Check Event Config **{% endif %} |
Guest / Recipient Data
Merge Tag Name | VIP EDM | Commercial EDM | Ticket HTML |
{{recipient.email}} |
| ||
{{recipient.first_name}} | |||
{{recipient.last_name}} | |||
{{recipient.postnominal}} | |||
{{recipient.title}} | |||
{{recipient.company}} | |||
{{partners_count}} | |||
{{partners_text}} | |||
{{contact_image}} |
VIP SPECIFIC
RSVP Links (VIP Specific)
Merge Tag Name | VIP Invite EDM | VIP Confirm EDM | VIP Details EDM |
{{rsvp_yes_no_link}} | |||
{{rsvp_no_link}} | |||
{{rsvp_yes_link}} |
Signature Block (VIP Specific)
Merge Tag Name | VIP Invite EDM | VIP Confirm EDM | VIP Details EDM |
{{requester.email}} | |||
{{requester.full_name}} | |||
{{requester.phone}} | |||
{{requester.department_name}} | |||
{{signature_block}} | |||
{{on_behalf_of_user.full_name}} | |||
{{on_behalf_of_user.department_name}} |
Special Blocks (Stream Specific)
Merge Tag Name | Stream Invite EDM | Stream Confirm EDM | Stream Details EDM |
{{rsvp_answers_block}} | |||
{{alternate_address}} | |||
{{all_guests}} | |||
{{timings_block}} | coming soon | coming soon | coming soon |
Ticketing (VIP Specific)
Merge Tag Name | VIP Invite EDM | VIP Confirm EDM | VIP Details EDM |
Refer to the linked article on usage | |||
|
| ||
{{released_tickets_as_zip_stream}} |
|
|
Commercial
Admin
Sales and F&B Orders (Commercial Specific)
Merge Tag Name | Connect Communications EDM | Connect Confirmation EDM | Ticket EDM |
{{orders_close}} | |||
{{contents}} | |||
{{fb_order_data}} | |||
{{sales_package_order_number}} | |||
{{sales_package_inclusions_text}} | |||
{{sales_package_name}} |
Ticketing (Commercial Specific)
| Connect Communications EDM | Connect Confirmation EDM | Ticket EDM |
{{released_tickets}}
//can be used to send tickets as zip | |||
{{released_tickets_as_pdfs}} or
Refer to linked article on usage | |||
{{facility_best_entry}} | |||
{{facility_stand}} | |||
{{facility_seat}} | |||
{{facility_level}} | |||
{{facility_section}} | |||
{{facility_row}} | |||
{{facility_sales_group}} | |||
id="barcode" | |||
id="smallBarcode" | |||
id="qrCode" | |||
{{qr_code}}
//shows reference number |
Barcode HTML
<div id="barcode-container"
style="position: relative; width: 500px; margin:0px auto; text-align:center;">
<svg id="barcode" viewBox="25 -20 200 80"></svg>
</div>
SmallBarcode HTML
<div id="barcode-container"
style="position: relative; width: 500px; margin:0px auto; text-align:center;
">
<svg id="smallBarcode" viewBox="25 -20 200 80"></svg>
</div>
QRCode HTML
<div style="margin-left:320px;background:white;text-align:center;display:inline-block;">
<div id="qrCode"></div>
</div>