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.

Overview

Mention Me can support incentivising customers for taking an action and rewarding them once the action has been completed. This tag allows us to know once customers have completed the action so that we can reward them.

What is the Drive Action tag used for?

To enable us to reward a customer when an action has been completed. We use the email address as the eligibility criteria.

How to integrate the Drive Action tag

1

Add the JavaScript tag

Include the following JavaScript at the bottom of the page where the action has been completed. The request includes your unique partner code and the action ID. Your Client Success Manager will confirm the action ID.
<!-- Begin Mention Me Drive Action integration -->
<script type="text/javascript"
  src="https://tag-demo.mention-me.com/api/v2/incentivised-action/YOUR_PARTNER_CODE/<INSERT_ACTION_ID>?email=<INSERT_EMAIL>">
</script>
<!-- End Mention Me Drive Action integration -->
2

Confirm the action ID

Ask your Client Success Manager to confirm the action ID for your integration.
3

Customise the parameters

Customise the email parameter to pass the real data. Don’t forget to URL encode your data.

Mandatory data parameters

email
string
required
The customer’s email address. Please URL encode. Example: doreen@example.com
Last modified on April 17, 2026