Skip to main content

Overview

The dashboard tag lets referrers check their referral status, see pending rewards, and share with more friends. Place it in your customer account area.

Integration

1

Add the wrapper div

2

Add the JavaScript tag

Email in the URL Path

The dashboard tag also accepts an equivalent URL form where the customer’s email is included as a path segment rather than a query parameter. This is the canonical dashboard URL and is useful when generating a personalised dashboard link from a server-rendered email or account page.
Make sure the email is URL encoded (for example doreen%40example.com). All other parameters stay as query-string arguments.

Parameters

Mandatory

string
required
Customer’s email address. Example: doreen@example.com
string
required
Customer’s first name. Example: Doreen
string
required
Customer’s last name. Example: Green
string
required
Situation identifier. Example: dashboard
string
required
Locale code. Example: en_GB

Optional

string
Full name (alternative to firstname + surname).
string
Your internal customer identifier.
string
Customer’s phone number.
string
Customer segment.
string
Custom data field.
string
Encryption key identifier.
string
Display mode: embed (default) or link.
Last modified on July 13, 2026