Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mention-me.com/llms.txt

Use this file to discover all available pages before exploring further.

This guide walks through adding Mention Me voucher codes into your Bloomreach BAU emails to remind customers about unused vouchers. You can also use pre-built initiatives to automate email reminders. Importing the initiative into Bloomreach generates:
  • Aggregates
  • Example banners
  • Segments used to display voucher content based on referral activity

Aggregates

All aggregates are calculated using the last issued voucher (either to a referrer or referee) with a future expiry date.
Aggregate NameDescription
last_mention_me_referee_voucher_codeReferee’s latest voucher code. Example: 10USDOFF-RXAAURVZ
last_mention_me_referee_voucher_expiryReferee voucher expiry date. Example: 2024-09-03T16:19:19.000Z
last_mention_me_referee_voucher_valueReferee’s voucher value. Example: 20% or 10 GBP
last_mention_me_referrer_voucher_codeReferrer’s latest voucher code. Example: 10USDOFF-RXAAURVZ
last_mention_me_referrer_voucher_expiryReferrer voucher expiry date. Example: 2024-09-03T16:19:19.000Z
last_mention_me_referrer_voucher_valueReferrer’s voucher value. Example: 20% or 10 GBP
To format expiry dates for customer-facing display:
{{ aggregates['aggregate_id'] | to_timestamp | from_timestamp('%A, %d of %B %Y') }}

Example banners

Two example banners (referrer and referee) are provided with pre-inserted aggregates.
Referrer banner example in Bloomreach
Referee banner example in Bloomreach

Pre-built segments

These segments control banner visibility and only display content to customers with voucher rewards.

Prerequisites

  1. An active Mention Me referral programme that rewards referees and referrers
  2. Mention Me and Bloomreach integration enabled
  3. Email Service Provider (ESP) integrated with your Bloomreach account
  4. Understanding of Bloomreach Jinja

Step 1 — Download banner aggregates

Download the JSON file linked at the bottom of this guide.

Step 2 — Import into Bloomreach

1

Log in to Bloomreach

Log in to Bloomreach.
2

Navigate to Initiatives

Navigate to Initiatives.Bloomreach Initiatives navigation
3

Click Import

Click Import.Bloomreach Import button
4

Upload and import the file

Upload the downloaded file and click Import.Bloomreach file upload and import dialog

Step 3 — Add a banner to emails

You have two options:

Using the pre-built banner

1

Add a custom row

Add a new row in your email design and choose Custom.
2

Insert a banner

Insert either the referrer or referee banner.Adding a custom banner row in Bloomreach email design
3

Customise the banner

Update banner copy and imagery to match your brand.

Using your own banner with aggregates

1

Add a personalisation tag

In your email, add a new personalisation tag using Customer attribute.
2

Select a Mention Me aggregate

Select an aggregate starting with last_mention_me.Selecting a Mention Me aggregate as a personalisation tag
For expiry dates, use Jinja formatting:
{{ aggregates['aggregate_id'] | to_timestamp | from_timestamp('%A, %d of %B %Y') }}
Jinja formatted expiry date in Bloomreach
Last modified on March 31, 2026