Referrer dashboard

How to display a referrer their dashboard in-app

You may want to give referrers the ability to see the status of their referrals, the rewards they've earned, and encourage them to share again. The simplest way to do this is to provide a link or button in your app which takes the customer to a dashboard web view hosted by us.

How to add a link to the Referrer Dashboard

Step 1

Call the Dashboard API passing parameters about the customer and the touchpoint. See the reference instructions for the Dashboard API.

Step 2

If available, Mention Me returns a URL to the web view and a piece of text which you can use for the call to action.

If we return an HTTP error code (e.g. 404) you should not show anything - the dashboard is not available for that customer, your account, or that touchpoint.

Step 3

When the user has finished using their dashboard they will close the web view to return to the app.


What’s Next

View the Entry Point API reference