# Mention Me Docs ## Docs - [Get access token](https://docs.mention-me.com/api-reference/auth/auth/get-access-token.md): Given a `client_id` and `client_secret`, this will return an `access_token` which can be used in the Authorization header of subsequent requests to the Merchant API. - [Getting an access token](https://docs.mention-me.com/api-reference/authentication/access-token.md): Get an access token using your API key to make authenticated requests to the API. - [Create an API key](https://docs.mention-me.com/api-reference/authentication/create-api-key.md): Create an API key with the correct scopes to access the API. - [Authentication](https://docs.mention-me.com/api-reference/authentication/overview.md): Understand how to authenticate with the API and make your first authenticated request. - [Scopes](https://docs.mention-me.com/api-reference/authentication/scopes.md): What are scopes and how do they work? - [Order tracking](https://docs.mention-me.com/api-reference/consumer-api/order-tracking.md): Record orders via the Consumer API or tracking pixel to attribute referrals. - [Overview](https://docs.mention-me.com/api-reference/consumer-api/overview.md): An introduction to our Consumer API - [Enrol referrer](https://docs.mention-me.com/api-reference/consumer/enrol-referrer/enrol-referrer.md): Tell us about a customer (and any related order and segmentation details) to enrol them as a referrer and receive an offer to share with them - [Find a friend](https://docs.mention-me.com/api-reference/consumer/find-referrer-by-name/find-a-friend.md): Search for a referrer by name (or email) to allow your customer to find their friend via NameShare. - [Find a friend content](https://docs.mention-me.com/api-reference/consumer/find-referrer-by-name/find-a-friend-content.md): Fetch details from Mention Me with which to build a "find a friend" page. This will include an initial CTA, such as "Been referred by a friend?" as well as specific content which you can use to build the page. - [Get dashboard](https://docs.mention-me.com/api-reference/consumer/get-referrer-dashboard/get-dashboard.md): Get a referrer's dashboard (given a referrer identity, get their dashboard data). - [Register referee](https://docs.mention-me.com/api-reference/consumer/link-new-customer-to-referrer/register-referee.md): After a successful response from the "Find friend" API, this endpoint allows you to register a new customer to confirm the relationship between the Referee (the friend) and the Referrer (the person who referred them). - [Record order](https://docs.mention-me.com/api-reference/consumer/record-order/record-order.md): Tell us that an order took place. - [Record order with a coupon](https://docs.mention-me.com/api-reference/consumer/record-order/record-order-with-a-coupon.md): For In-Store situations where a referral transaction can occur identified by a coupon and typically without a customer email address. - [Track product page view for referral attribution.](https://docs.mention-me.com/api-reference/consumer/track-product-page-view-for-referral-attribution.md): Request body (JSON): - browserId (string, required): Client-generated browser fingerprint hash (djb2) - referrerId (string, optional): Referring user's visitorId from mm_rf URL param - currentUrl (string): Full URL of product page - host (string): Hostname - pathname (string): URL path - referrer (s… - [Track product share action.](https://docs.mention-me.com/api-reference/consumer/track-product-share-action.md): Request body (JSON): - visitorId (string, required): User's visitorId from /view response - currentUrl (string): Full URL being shared - (+ all tracking properties from viewAction) - [Authentication token](https://docs.mention-me.com/api-reference/entry-point-api/authentication-token.md): How to Generate the Authentication Token for the Dashboard Endpoint - [Overview](https://docs.mention-me.com/api-reference/entry-point-api/overview.md): An introduction to the Entry Point API, its benefits and how to use it - [Referee integration](https://docs.mention-me.com/api-reference/entry-point-api/referee-integration.md): How to build the "Find a friend" journey in-app - [Referrer dashboard](https://docs.mention-me.com/api-reference/entry-point-api/referrer-dashboard.md): How to display a referrer their dashboard in-app - [Referrer promotion](https://docs.mention-me.com/api-reference/entry-point-api/referrer-promotion.md): How to promote your referral program to referrers in app - [Get dashboard](https://docs.mention-me.com/api-reference/entrypoint/dashboard/get-dashboard.md): Provide a customers' details so we can tell you if we could show them a dashboard (or offer). We'll provide the URL to the web-view for their dashboard. - [Find a friend by name](https://docs.mention-me.com/api-reference/entrypoint/referee/find-a-friend-by-name.md): Provide some details of a referee (optional - if you have them) and some context (such as locale) so we can tell you if we can serve a name finder journey. We'll provide the URL to the web-view for their journey. - [Enrol a customer in an offer](https://docs.mention-me.com/api-reference/entrypoint/referrer/enrol-a-customer-in-an-offer.md): Provide a customers' details so we can tell you if we could enrol them into an offer. We'll provide the URL to the web-view for their journey. - [Environments](https://docs.mention-me.com/api-reference/getting-started/environments.md): Which environments you can use for accessing Mention Me - [Errors](https://docs.mention-me.com/api-reference/getting-started/errors.md): Errors you might encounter when using the Mention Me APIs. - [Rate Limits](https://docs.mention-me.com/api-reference/getting-started/rate-limits.md): Understand rate limits for the Mention Me APIs - [API Reference](https://docs.mention-me.com/api-reference/introduction.md): Complete reference documentation for the Mention Me REST APIs - [Your first Merchant API request](https://docs.mention-me.com/api-reference/merchant-api/first-request.md): Make your first request to the Merchant API. - [Overview](https://docs.mention-me.com/api-reference/merchant-api/overview.md): Introduction to the Mention Me Merchant API. - [Validate coupon code](https://docs.mention-me.com/api-reference/merchant/coupons/validate-coupon-code.md): Check whether a single-use coupon code is valid and return details about the reward it is allowed to be redeemed for. - [Get customer rewards](https://docs.mention-me.com/api-reference/merchant/customers/get-customer-rewards.md): Returns all rewards a customer has been given. - [Get customers](https://docs.mention-me.com/api-reference/merchant/customers/get-customers.md): Returns all customers who match the given set of filters. - [Lapse customers](https://docs.mention-me.com/api-reference/merchant/customers/lapse-customers.md): A customer who is lapsed is one who you no longer consider an existing customer. This can be used to allow the customer to be referred again. A common use case for this is in subscription businesses where a customer has cancelled their subscription and is no longer a customer - you can mark them as… - [Purge customers](https://docs.mention-me.com/api-reference/merchant/customers/purge-customers.md): Purge all customers matching the given identifiers. - [Referee cancellations](https://docs.mention-me.com/api-reference/merchant/referee/referee-cancellations.md): Mark all customers matching the given identifiers as cancelled. i.e. they've cancelled their order or have failed to fulfil all necessary steps in order to be given a reward. - [Referee eligibility](https://docs.mention-me.com/api-reference/merchant/referee/referee-eligibility.md): Mark all customers matching the given identifiers as eligible for a reward - i.e. they've completed all necessary steps in order to be given a reward. For instance, this could be keeping a product for a certain amount of time, completing their first month with a subscription or completing transferri… - [Create Destination](https://docs.mention-me.com/api-reference/webhooks/create-destination.md): Set up a webhook destination in the Mention Me Connections Hub - [Disable or delete a webhook connection](https://docs.mention-me.com/api-reference/webhooks/disable-webhook.md): If a webhook connection is no longer required, you can either disable it (to pause message delivery) or delete it permanently from your account. - [Events](https://docs.mention-me.com/api-reference/webhooks/events.md): Webhook event types and their payloads. - [FAQ](https://docs.mention-me.com/api-reference/webhooks/faqs.md): Common questions about Mention Me webhooks. - [Overview](https://docs.mention-me.com/api-reference/webhooks/overview.md): An introduction to Webhooks. - [Security](https://docs.mention-me.com/api-reference/webhooks/security.md): How do you ensure that the Webhooks you recieve are from Mention Me, and have not been tampered with? - [PostMessage Iframe Events](https://docs.mention-me.com/developer-docs/advanced/postmessage-iframe.md): Triggering events when someone interacts with a Mention Me iframe - [Conversion Message Tag](https://docs.mention-me.com/developer-docs/integration/conversion-message.md): Display a reward reminder banner to referred friends and incented customers on your website - [Dashboard Tag](https://docs.mention-me.com/developer-docs/integration/dashboard.md): Add the referrer dashboard to your customer account area so referrers can track their referral status - [Encrypted Parameters](https://docs.mention-me.com/developer-docs/integration/encrypted-parameters.md): How to encrypt personal data in Mention Me tag parameters and referral links using libsodium - [Homepage Promotions](https://docs.mention-me.com/developer-docs/integration/entry-points/homepage-promotions.md): Add referral promotion placements to your homepage with cornerpeel and click-overlay options - [Landing Page Tag](https://docs.mention-me.com/developer-docs/integration/entry-points/landing-page.md): Create a dedicated referral landing page for existing customers to register and share - [Product Referral Tag](https://docs.mention-me.com/developer-docs/integration/entry-points/product-referral.md): Enable product-level referral tracking so customers can share specific products - [Referee Tag](https://docs.mention-me.com/developer-docs/integration/entry-points/referee.md): Integrate the referee tag on your checkout page so referred friends can claim their reward - [Referrer Tag](https://docs.mention-me.com/developer-docs/integration/entry-points/referrer.md): Integrate the referrer tag on your order confirmation page to promote referrals and track conversions - [Drive Action Tag](https://docs.mention-me.com/developer-docs/integration/incentive-for-action.md): Incentivise and reward customers for completing specific actions - [Native App Integration](https://docs.mention-me.com/developer-docs/integration/native-apps.md): Options for integrating Mention Me into your iOS or Android mobile application - [Newsletter API Integration](https://docs.mention-me.com/developer-docs/integration/newsletter-api.md): Configure referee marketing opt-in to automatically send subscriber data to your ESP or API endpoint - [Order Tracking](https://docs.mention-me.com/developer-docs/integration/order-tracking.md): Track conversions by adding the order tracking tag or pixel to your order confirmation page - [Tag Integration Guide](https://docs.mention-me.com/developer-docs/integration/overview.md): Merchant-specific integration instructions for implementing Mention Me JavaScript tags - [Error Codes & Messages](https://docs.mention-me.com/developer-docs/integration/reference/error-codes.md): Guidance on errors and warnings from Mention Me tags and how to resolve them - [Integration FAQs](https://docs.mention-me.com/developer-docs/integration/reference/faqs.md): Common questions about Mention Me tag integration, data protection, and troubleshooting - [Ecommerce Integrations](https://docs.mention-me.com/developer-docs/integration/setup/ecommerce-integrations.md): Platform-specific integration guides for ecommerce platforms - [Tag Containers](https://docs.mention-me.com/developer-docs/integration/setup/tag-containers.md): How to integrate Mention Me tags using tag container vendors like Google Tag Manager - [Testing Your Integration](https://docs.mention-me.com/developer-docs/integration/setup/testing.md): How to test Mention Me tags before going live, including debug mode and environment setup - [SFTP Connection](https://docs.mention-me.com/developer-docs/integration/sftp-connection.md): How to connect to the Mention Me SFTP server, including authentication, folder structure, and file format requirements - [SFTP Data Formats](https://docs.mention-me.com/developer-docs/integration/sftp-data-formats.md): Accepted CSV file formats for sending data to Mention Me via SFTP, including order feeds, customer registrations, and coupon redemption - [Best Practices for A/B Testing](https://docs.mention-me.com/knowledge/ab-testing/best-practices.md): Planning principles, proven test templates, and optimisation tips for getting the most from A/B testing in Mention Me. - [How A/B Testing Works](https://docs.mention-me.com/knowledge/ab-testing/how-it-works.md): How Mention Me's A/B testing system uses Bayesian modelling to optimise referral programme performance through smart experimentation. - [Understanding Propensity to Refer](https://docs.mention-me.com/knowledge/ab-testing/propensity-to-refer.md): How Mention Me's Propensity to Refer data model segments customers by their likelihood to refer and optimises their post-purchase experience. - [How to Set Up an A/B Test](https://docs.mention-me.com/knowledge/ab-testing/setup.md): Step-by-step guide to creating, launching, and analysing A/B tests in Mention Me using templates or custom configurations. - [Understanding Variation Metrics](https://docs.mention-me.com/knowledge/ab-testing/variation-metrics.md): How Mention Me's updated variation metrics for A/B testing differ from campaign-level metrics and why they provide more accurate experiment evaluation. - [Browser, Email Client & Device Support](https://docs.mention-me.com/knowledge/admin/browser-support.md): Supported browsers, email clients, devices, and TLS protocols for the Mention Me dashboard and end-user referral experience. - [Understanding the Customers Section](https://docs.mention-me.com/knowledge/admin/customers-section.md): Overview of the Customers section in the Mention Me dashboard, including available actions and related guides. - [How to Disable Your Ad Blocker](https://docs.mention-me.com/knowledge/admin/disable-ad-blocker.md): Steps to disable or whitelist your ad blocker so Mention Me referral features work correctly. - [Finding Your Partner Code](https://docs.mention-me.com/knowledge/admin/partner-code.md): How to locate your unique Partner Code in the Mention Me platform for integrations, support requests, and technical setup. - [Upload a Batch of Tags](https://docs.mention-me.com/knowledge/admin/upload-tags.md): How to upload eligibility data and other tags to the Mention Me platform using the Upload Tags tool. - [Coupon Reminder Journey in Attentive](https://docs.mention-me.com/knowledge/esp-crm/attentive/coupon-reminders.md): Activate the prebuilt Attentive journey to remind referrers to use their Mention Me coupon codes via SMS. - [Attentive Data Reference](https://docs.mention-me.com/knowledge/esp-crm/attentive/data-reference.md): Reference for Mention Me data visible in your Attentive account, including subscriber attributes and custom events. - [Promote Referral Journey in Attentive](https://docs.mention-me.com/knowledge/esp-crm/attentive/promote-referral.md): Activate the prebuilt Attentive journey to promote your referral programme and encourage customers to share via SMS. - [Set Up Attentive with Mention Me](https://docs.mention-me.com/knowledge/esp-crm/attentive/setup.md): Connect your Attentive account to Mention Me to sync referral data and enable SMS-powered advocacy. - [Coupon Reminder Scenarios in Bloomreach](https://docs.mention-me.com/knowledge/esp-crm/bloomreach/coupon-reminders.md): Create Bloomreach scenarios to remind referrers and referees to use their Mention Me coupon codes. - [Bloomreach Data Reference](https://docs.mention-me.com/knowledge/esp-crm/bloomreach/data-reference.md): Reference for all Mention Me data sent to Bloomreach, including contact profile attributes, custom events, and ECR data import. - [Promote Referral from Bloomreach](https://docs.mention-me.com/knowledge/esp-crm/bloomreach/promote-referral.md): Add a personalised referral CTA link to your Bloomreach emails and install pre-built referral initiatives. - [Set Up Bloomreach with Mention Me](https://docs.mention-me.com/knowledge/esp-crm/bloomreach/setup.md): Connect your Bloomreach account to Mention Me to sync referral data, opt-ins, and activate pre-built scenarios. - [Share Again Reminder Scenario in Bloomreach](https://docs.mention-me.com/knowledge/esp-crm/bloomreach/share-again.md): Create a Bloomreach scenario to encourage referrers to keep sharing with friends and earn additional rewards. - [Coupon Reminder Canvases in Braze](https://docs.mention-me.com/knowledge/esp-crm/braze/coupon-reminders.md): Create Braze canvases to remind referrers and referees to use their Mention Me coupon codes. - [Braze Data Reference](https://docs.mention-me.com/knowledge/esp-crm/braze/data-reference.md): Reference for all Mention Me data sent to Braze, including contact profile attributes and custom events. - [Promote Referral from Braze](https://docs.mention-me.com/knowledge/esp-crm/braze/promote-referral.md): Add a personalised referral CTA link to your Braze emails that sends customers directly to a pre-filled referral landing page. - [Set Up Braze with Mention Me](https://docs.mention-me.com/knowledge/esp-crm/braze/setup.md): Connect your Braze account to Mention Me to sync referral data, opt-ins, and enable pre-built canvases. - [Share Again Reminder Canvas in Braze](https://docs.mention-me.com/knowledge/esp-crm/braze/share-again.md): Create a Braze canvas to encourage referrers to keep sharing with friends and earn additional rewards. - [Coupon Reminder Programs in Dotdigital](https://docs.mention-me.com/knowledge/esp-crm/dotdigital/coupon-reminders.md): Create Dotdigital programs to remind referrers and referees to use their Mention Me coupon codes. - [Dotdigital Data Reference](https://docs.mention-me.com/knowledge/esp-crm/dotdigital/data-reference.md): Reference for all Mention Me data sent to Dotdigital, including contact profile attributes and insight collections. - [Promote Referral from Dotdigital](https://docs.mention-me.com/knowledge/esp-crm/dotdigital/promote-referral.md): Add a personalised referral CTA link to your Dotdigital emails that sends customers directly to a pre-filled referral landing page. - [Set Up Dotdigital with Mention Me](https://docs.mention-me.com/knowledge/esp-crm/dotdigital/setup.md): Connect your Dotdigital account to Mention Me to sync referral data, opt-ins, and enable pre-built programs. - [Share Again Reminder Program in Dotdigital](https://docs.mention-me.com/knowledge/esp-crm/dotdigital/share-again.md): Create a Dotdigital program to encourage referrers to keep sharing with friends and earn additional rewards. - [Emarsys Data Reference](https://docs.mention-me.com/knowledge/esp-crm/emarsys/data-reference.md): Reference for all Mention Me data sent to Emarsys, including contact profile attributes, external events, and ECR data import. - [Promote Referral from Emarsys](https://docs.mention-me.com/knowledge/esp-crm/emarsys/promote-referral.md): Add a personalised referral CTA link to your Emarsys emails and test Mention Me powered Tactics. - [Set Up Emarsys with Mention Me](https://docs.mention-me.com/knowledge/esp-crm/emarsys/setup.md): Connect your Emarsys account to Mention Me to sync referral data, opt-ins, and power automated tactics. - [Coupon Reminder Flows in Klaviyo](https://docs.mention-me.com/knowledge/esp-crm/klaviyo/coupon-reminders.md): Set up pre-built Klaviyo flows to remind referrers and referees to use their Mention Me coupon codes. - [Klaviyo Data Reference](https://docs.mention-me.com/knowledge/esp-crm/klaviyo/data-reference.md): Reference for all Mention Me data sent to Klaviyo, including contact profile attributes, custom events, and ECR data import. - [Promote Referral from Klaviyo](https://docs.mention-me.com/knowledge/esp-crm/klaviyo/promote-referral.md): Add a personalised referral CTA link to your Klaviyo emails that sends customers directly to a pre-filled referral landing page. - [Set Up Klaviyo with Mention Me](https://docs.mention-me.com/knowledge/esp-crm/klaviyo/setup.md): Connect your Klaviyo account to Mention Me to sync referral data, opt-ins, and enable pre-built flows. - [Share Again Reminder Flow in Klaviyo](https://docs.mention-me.com/knowledge/esp-crm/klaviyo/share-again.md): Set up a pre-built Klaviyo flow to encourage referrers to keep sharing with friends and earn more rewards. - [mParticle Data Reference](https://docs.mention-me.com/knowledge/esp-crm/mparticle/data-reference.md): Reference for all Mention Me data sent to mParticle, including contact profile attributes and custom events. - [Set Up mParticle with Mention Me](https://docs.mention-me.com/knowledge/esp-crm/mparticle/setup.md): Connect your mParticle account to Mention Me to sync referral and advocacy data into your CDP. - [Ometria Data Reference](https://docs.mention-me.com/knowledge/esp-crm/ometria/data-reference.md): Reference for all Mention Me data sent to Ometria, including contact profile attributes, custom events, and ECR data import. - [Set Up Ometria with Mention Me](https://docs.mention-me.com/knowledge/esp-crm/ometria/setup.md): Connect your Ometria account to Mention Me to sync referral data and opt-ins. - [ESP & CRM Integrations](https://docs.mention-me.com/knowledge/esp-crm/overview.md): Connect Mention Me with your email, SMS, and marketing automation platforms to activate first-party advocacy data. - [Coupon Reminder Journeys in SFMC](https://docs.mention-me.com/knowledge/esp-crm/sfmc/coupon-reminders.md): Create Salesforce Marketing Cloud journeys to remind referrers and referees to use their Mention Me coupon codes. - [Salesforce Marketing Cloud (SFMC) Data Reference](https://docs.mention-me.com/knowledge/esp-crm/sfmc/data-reference.md): Reference for all Mention Me Data Extensions in SFMC and ECR data import. - [Set Up Salesforce Marketing Cloud (SFMC) with Mention Me](https://docs.mention-me.com/knowledge/esp-crm/sfmc/setup.md): Connect your SFMC account to Mention Me to sync referral data, opt-ins, and link data extensions. - [Share Again Reminder Journey in SFMC](https://docs.mention-me.com/knowledge/esp-crm/sfmc/share-again.md): Create an SFMC journey to encourage referrers to keep sharing with friends and earn additional rewards. - [Glossary](https://docs.mention-me.com/knowledge/getting-started/glossary.md): A comprehensive A–Z reference of key terms and concepts used across the Mention Me referral platform. - [Going Live](https://docs.mention-me.com/knowledge/getting-started/going-live.md): Everything you need to prepare for launching your Mention Me referral programme — from technical integration to design, copy, and voucher codes. - [How Mention Me Works](https://docs.mention-me.com/knowledge/getting-started/how-mention-me-works.md): Understand how Mention Me turns your customers into brand advocates through referral, and how the platform helps you manage and optimise your programme. - [Overview](https://docs.mention-me.com/knowledge/getting-started/overview.md): Get started with Mention Me's referral platform — learn the fundamentals, explore key concepts, and find your way around. - [Platform Navigation](https://docs.mention-me.com/knowledge/getting-started/platform-navigation.md): A quick orientation guide to the main areas of your Mention Me dashboard. - [The Referral Journey](https://docs.mention-me.com/knowledge/getting-started/referral-journey.md): A step-by-step guide to how the referral experience works for both referrers and referees, across retail and non-retail industries. - [Support](https://docs.mention-me.com/knowledge/getting-started/support.md): How to submit requests to Mention Me's Support, Design, On Demand, and Tech teams using the support forms. - [Creating and Managing Influencer Collaborations](https://docs.mention-me.com/knowledge/influencer/collaborations/create-and-manage.md): Create, configure, and manage collaborations that define the work and rewards for your influencers. - [Inviting Influencers to Your Programme](https://docs.mention-me.com/knowledge/influencer/discovery/invite-influencers.md): How to invite discovered influencers and directly onboard influencers you've already vetted, including single, bulk, and manual invite flows. - [How Lookalike Profiles Are Identified](https://docs.mention-me.com/knowledge/influencer/discovery/lookalike-profiles.md): How Mention Me sources and vets lookalike influencer profiles before recommending them to your brand. - [How Influencer Scores Are Calculated](https://docs.mention-me.com/knowledge/influencer/discovery/scoring.md): How Mention Me identifies, vets, and scores influencers from your customer base before recommending them for outreach. - [What's Available on the Influencer Dashboard](https://docs.mention-me.com/knowledge/influencer/engagement/dashboard-access.md): A breakdown of all information influencers can see on their dashboard, including collaborations, earnings, and brand guidelines. - [Promoting Your Influencer Programme](https://docs.mention-me.com/knowledge/influencer/engagement/promoting-programme.md): Strategies and channels for attracting more influencer applications to your programme. - [Reviewing and Onboarding Influencer Applications](https://docs.mention-me.com/knowledge/influencer/engagement/review-and-onboard.md): How to review influencer applications, approve or reject them, complete onboarding with discount codes, and how influencers gain dashboard access. - [Customer Eligibility for Shopify Discount Codes](https://docs.mention-me.com/knowledge/influencer/incentives/customer-eligibility.md): Control which customers can use an influencer's Shopify discount code using customer segments. - [Editing and Converting Influencer Discount Codes](https://docs.mention-me.com/knowledge/influencer/incentives/edit-discount-code.md): How to edit an influencer's discount code and how to convert manually assigned codes to Shopify-managed discounts. - [Setting Up Automatic Shopify Discount Code Generation](https://docs.mention-me.com/knowledge/influencer/incentives/shopify-discount-setup.md): Connect your Shopify store to Mention Me and configure automatic discount code generation for influencer collaborations. - [Troubleshooting Shopify Discount Provider Issues](https://docs.mention-me.com/knowledge/influencer/incentives/troubleshooting.md): Resolve common connection, permission, and discount creation issues when using Shopify as your influencer discount provider. - [Updating Discount Settings in a Live Collaboration](https://docs.mention-me.com/knowledge/influencer/incentives/update-live-collaboration.md): How to change the discount value, minimum spend, or customer eligibility on a collaboration that already has enrolled influencers. - [Influencer](https://docs.mention-me.com/knowledge/influencer/overview.md): Discover, engage, and manage influencers who already love your brand. - [Adding or Editing Your Payment Details](https://docs.mention-me.com/knowledge/influencer/payments/payment-details.md): How to set up your payment method on the influencer dashboard so you can withdraw earned funds. - [Understanding the Different Payment Options Available](https://docs.mention-me.com/knowledge/influencer/payments/payment-options.md): Every payment method and supported currency for influencers receiving commission on the Mention Me Influencer Platform. - [Customising Your Influencer Dashboard](https://docs.mention-me.com/knowledge/influencer/setup/dashboard-customisation.md): Set up and brand the influencer dashboard where your influencers view earnings, manage their profile, and access collaborations. - [Setting Up and Configuring Influencer Emails](https://docs.mention-me.com/knowledge/influencer/setup/emails.md): Configure all influencer-related emails in the Mention Me platform, including invitation, application, approval, rejection, and login link emails. - [Getting Started with Your Influencer Programme](https://docs.mention-me.com/knowledge/influencer/setup/getting-started.md): An end-to-end walkthrough of the sections you need to complete before taking your influencer programme live. - [Configuring Your Influencer Login Page](https://docs.mention-me.com/knowledge/influencer/setup/login-page.md): Customise the login page where influencers access their dashboard via magic link, including styles, images, and content. - [Setting Up Your Influencer Registration Form](https://docs.mention-me.com/knowledge/influencer/setup/registration-form.md): Configure the registration form that influencers use to apply for your programme, including styling, images, content, and data capture fields. - [Google Ads Audience Builder](https://docs.mention-me.com/knowledge/integrations/audience-builders/google-ads.md): Create seed audiences from your first-party referral data, sync them with Google Ads, and use them as signals for Performance Max campaigns. - [Meta Audience Builder](https://docs.mention-me.com/knowledge/integrations/audience-builders/meta.md): Create seed audiences from your first-party referral data, sync them with Meta, and target lookalike audiences. - [TikTok Audience Builder](https://docs.mention-me.com/knowledge/integrations/audience-builders/tiktok.md): Create seed audiences from your first-party referral data, sync them with TikTok, and target lookalike audiences. - [CRM Feed Format](https://docs.mention-me.com/knowledge/integrations/data-feeds/crm-feed-format.md): Understand the structure, fields, and delivery of the CRM feed from the Mention Me platform. - [Email Vouchers in BAU Emails](https://docs.mention-me.com/knowledge/integrations/data-feeds/email-vouchers-in-bau.md): Insert Mention Me voucher codes into your Bloomreach BAU emails to remind customers about unused vouchers. - [SFTP Setup](https://docs.mention-me.com/knowledge/integrations/data-feeds/sftp-setup.md): Request and configure an SFTP connection with the Mention Me platform. - [Magento](https://docs.mention-me.com/knowledge/integrations/ecommerce/magento.md): Install and configure the Mention Me plugin for Magento 2, including referrer, referee, landing page, and dashboard tags. - [SAP Commerce Cloud](https://docs.mention-me.com/knowledge/integrations/ecommerce/sap-commerce.md): Integrate Mention Me with your SAP Commerce Cloud storefront using Google Tag Manager or direct JavaScript tags. - [Feefo](https://docs.mention-me.com/knowledge/integrations/reviews-rewards/feefo.md): Set up the Feefo integration to ingest reviews into Mention Me and add a Feefo banner to your referral journey. - [Giftcloud](https://docs.mention-me.com/knowledge/integrations/reviews-rewards/giftcloud.md): Set up the Giftcloud integration to deliver digital gift card rewards through your referral programme. - [Love2Shop](https://docs.mention-me.com/knowledge/integrations/reviews-rewards/love2shop.md): Set up the Love2Shop voucher integration with Mention Me and manage API secret key rotation. - [Runa](https://docs.mention-me.com/knowledge/integrations/reviews-rewards/runa.md): Set up the Runa voucher integration to issue gift card rewards through your referral programme. - [Trustpilot](https://docs.mention-me.com/knowledge/integrations/reviews-rewards/trustpilot.md): Set up the Trustpilot integration with Mention Me to ingest review data. - [Onboarding Curriculum](https://docs.mention-me.com/knowledge/onboarding/curriculum.md): A four-week self-led onboarding plan covering platform setup, design customisation, technical integration, and launch preparation. - [Onboarding FAQs](https://docs.mention-me.com/knowledge/onboarding/faqs.md): Frequently asked questions about the Mention Me onboarding process. - [Setting Up Your First Campaign](https://docs.mention-me.com/knowledge/onboarding/first-campaign.md): How to create your first referral campaign and configure an A/B test during onboarding. - [Onboarding Overview](https://docs.mention-me.com/knowledge/onboarding/overview.md): Get started with Mention Me: what to expect during onboarding and the key setup activities that unlock the full Advocacy Intelligence Platform. - [Reviewing Rewards on Your First Campaign](https://docs.mention-me.com/knowledge/onboarding/reviewing-rewards.md): How to review and update rewards on your first referral campaign in Mention Me. - [Testing the Dashboard Tag](https://docs.mention-me.com/knowledge/onboarding/testing/dashboard-tag.md): How to test the Mention Me dashboard tag on your customer account page in both Demo and Live environments. - [Switching from Demo to Live Tags](https://docs.mention-me.com/knowledge/onboarding/testing/demo-to-live.md): How to switch from testing with Mention Me Demo tags to production Live tags. - [Testing Your Referral Landing Page](https://docs.mention-me.com/knowledge/onboarding/testing/landing-page.md): How to test your referral landing page in both Demo and Live environments. - [Testing the Postpurchase Tag](https://docs.mention-me.com/knowledge/onboarding/testing/postpurchase-tag.md): How to test the Mention Me postpurchase tag on your order confirmation page in both Demo and Live environments. - [Testing the Referee Tag](https://docs.mention-me.com/knowledge/onboarding/testing/referee-tag.md): How to test the Mention Me referee tag on your checkout page in both Demo and Live environments. - [Testing Your Shopify App Integration](https://docs.mention-me.com/knowledge/onboarding/testing/shopify-app.md): How to verify your Mention Me Shopify integration before going live. - [The Campaigns & Preview Section](https://docs.mention-me.com/knowledge/referral/campaigns/campaigns-page.md): How to use the campaign preview tool to visualise, review, and share your referral customer journey. - [How to Organise & Run Campaigns](https://docs.mention-me.com/knowledge/referral/campaigns/organise-and-run.md): A comprehensive guide to setting up campaigns in Mention Me, including locales, triggering rules, customer segmentation, and referee qualification. - [Parallel Campaigns](https://docs.mention-me.com/knowledge/referral/campaigns/parallel-campaigns.md): How to run multiple simultaneous referral campaigns targeting different products or customer segments. - [Triggering Rules](https://docs.mention-me.com/knowledge/referral/campaigns/triggering-rules.md): A reference guide to all available triggering rules in Mention Me campaigns, covering tag data, platform facts, historical data, and advanced segmentation. - [Change a Customer Name](https://docs.mention-me.com/knowledge/referral/customers/change-name.md): Update a customer's first or last name in the Mention Me dashboard, and understand short link and email handling. - [Change Customer Status](https://docs.mention-me.com/knowledge/referral/customers/change-status.md): Change a customer's status from non-paying to paying in the Mention Me platform. - [Check Referral Status](https://docs.mention-me.com/knowledge/referral/customers/check-referral-status.md): Review a customer's referral activity timeline, confirm purchases, and handle reward or gaming approvals. - [Move Customers Between Campaigns](https://docs.mention-me.com/knowledge/referral/customers/move-between-campaigns.md): Manually move a customer between campaigns or roll forward a referrer to the latest offer. - [Purge Customer Data](https://docs.mention-me.com/knowledge/referral/customers/purge-data.md): Permanently delete customer data from the Mention Me platform individually, in bulk via CSV, or automatically via SFTP. - [Search, Add & Link Customers](https://docs.mention-me.com/knowledge/referral/customers/search-add-link.md): Search for customers, manually add them to campaigns, and link referrers to referees in the Mention Me platform. - [Unsubscribe a Customer](https://docs.mention-me.com/knowledge/referral/customers/unsubscribe.md): Stop all Mention Me referral-related emails for a customer, or re-enable them later. - [Custom CSS](https://docs.mention-me.com/knowledge/referral/design/custom-css.md): Customise the appearance of your referral program with CSS styles for text, images, buttons, and other elements. - [Custom Fonts](https://docs.mention-me.com/knowledge/referral/design/custom-fonts.md): Use custom fonts across your referral journey via font URLs or ZIP file uploads. - [Design Themes](https://docs.mention-me.com/knowledge/referral/design/design-themes.md): Learn how to customise, manage, and assign design themes to your referral touchpoints using the theme editor. - [Journey Design](https://docs.mention-me.com/knowledge/referral/design/journey-design.md): Understand the referral journey design and how it is shaped to optimise conversion and effectiveness. - [Managing Copy](https://docs.mention-me.com/knowledge/referral/design/managing-copy.md): Edit your referral campaign copy, leave comments for the Mention Me team, find and fix hardcoded placeholders, and request copy changes. - [Managing Images](https://docs.mention-me.com/knowledge/referral/design/managing-images.md): Image dimensions, uploading imagery across single or multiple offers, and managing your image library. - [Share Messages](https://docs.mention-me.com/knowledge/referral/design/share-messages.md): Edit the share message, customise the share image and overlay copy that referees see on social channels. - [Social Proof](https://docs.mention-me.com/knowledge/referral/design/social-proof.md): Increase trust and drive higher conversion rates by displaying how many referral rewards were given out last month. - [Approve or Decline Suspects](https://docs.mention-me.com/knowledge/referral/gaming/approve-decline-suspects.md): Mark customers as suspected of gaming, and approve or decline referrals individually or in bulk from the gaming approvals queue. - [Block a Customer](https://docs.mention-me.com/knowledge/referral/gaming/block-customer.md): Prevent a customer from referring, receiving rewards, or receiving any communication from Mention Me. - [Managing Gaming](https://docs.mention-me.com/knowledge/referral/gaming/managing-gaming.md): Understand what gaming is and how to use gaming controls, velocity controls, and eligibility checks to protect your referral programme. - [Reward Fulfilment](https://docs.mention-me.com/knowledge/referral/offers/fulfilment.md): How to manage reward fulfilment in Mention Me, including self-fulfilment, changing fulfilment methods, and managing email notifications. - [New Customer Attribution](https://docs.mention-me.com/knowledge/referral/offers/new-customer-attribution.md): How Mention Me defines new referred customers and how referral attribution works, including email-based tracking and first-click attribution. - [How to Push a Draft Offer Live](https://docs.mention-me.com/knowledge/referral/offers/push-draft-live.md): Step-by-step guide to pushing a draft campaign live in Mention Me, including A/B test configuration and scheduling. - [Reward Types & Fulfilment](https://docs.mention-me.com/knowledge/referral/offers/reward-types.md): An overview of the reward types available in Mention Me, including spend constraints and fulfilment methods. - [How to Set Up a Reward](https://docs.mention-me.com/knowledge/referral/offers/setup-reward.md): Step-by-step guide to editing or creating rewards for your campaign experiments in Mention Me. - [Sharing Methods](https://docs.mention-me.com/knowledge/referral/offers/sharing-methods.md): A guide to the referral sharing methods available in Mention Me, with industry-specific recommendations for driving the best results. - [Time-Limited Offers & Competitions](https://docs.mention-me.com/knowledge/referral/offers/time-limited-offers.md): How to plan and launch a time-limited referral promotion or competition to drive customer acquisition during key events. - [Troubleshooting Rewards](https://docs.mention-me.com/knowledge/referral/offers/troubleshooting-rewards.md): Common reasons why referral rewards may not work or be received, and how to resolve them. - [What Makes a Good Reward](https://docs.mention-me.com/knowledge/referral/offers/what-makes-a-good-reward.md): Strategic guidance on choosing the right referral rewards, including industry-specific recommendations and best practices. - [Referral](https://docs.mention-me.com/knowledge/referral/overview.md): Everything you need to manage your Mention Me referral programme — offers, campaigns, design, customers, and more. - [Conversion Message Banner](https://docs.mention-me.com/knowledge/referral/promoting/conversion-banner.md): Display a personalised announcement banner that reminds referred customers about their discount to drive more purchases. - [Promote on Dashboard](https://docs.mention-me.com/knowledge/referral/promoting/dashboard.md): Integrate a referral dashboard into your My Account area to promote sharing and let customers track their referrals. - [Promote in Email](https://docs.mention-me.com/knowledge/referral/promoting/email.md): Set up referral promotion in your emails with landing page links, customer data parameters, and tracking. - [Promote on Homepage](https://docs.mention-me.com/knowledge/referral/promoting/homepage.md): Drive customer acquisition by promoting your referral programme on your homepage using headers, tiles, corner peels, and overlays. - [Promotion Points & Situation Parameters](https://docs.mention-me.com/knowledge/referral/promoting/promotion-points.md): Track promotion performance using situation parameters on referral URLs and analyse effectiveness via the Promotion Points report. - [QR Codes & Leaflets](https://docs.mention-me.com/knowledge/referral/promoting/qr-codes-leaflets.md): Boost your referral programme offline using QR codes and printed links on flyers, product boxes, and other physical materials. - [Recommended Touchpoints](https://docs.mention-me.com/knowledge/referral/promoting/recommended-touchpoints.md): Maximise your referral programme's reach by promoting it across all available touchpoints. - [Assign Vouchers to Offers](https://docs.mention-me.com/knowledge/referral/vouchers/assign-to-offers.md): Assign listed and non-listed voucher batches to campaign rewards, including during onboarding. - [Extend Vouchers](https://docs.mention-me.com/knowledge/referral/vouchers/extend-vouchers.md): Extend the validity period for existing referral campaign vouchers instead of uploading new codes. - [Upload Vouchers](https://docs.mention-me.com/knowledge/referral/vouchers/upload-vouchers.md): Upload new voucher codes to the Mention Me platform via the Campaigns tab, Content page, reward email notification, or during onboarding. - [Advocacy Dashboards](https://docs.mention-me.com/knowledge/reporting/advocacy/dashboards.md): An overview of the Advocacy Dashboard, Advocacy Intelligence, and Programme Reporting pages in Mention Me. - [Earned Growth](https://docs.mention-me.com/knowledge/reporting/advocacy/earned-growth.md): Understanding Earned Growth -- a metric for measuring organic growth from retention and advocacy, developed by the creator of NPS. - [Extended Customer Revenue (ECR)](https://docs.mention-me.com/knowledge/reporting/advocacy/ecr.md): Understanding Extended Customer Revenue -- how ECR measures the full value of advocates, including segments, performance tracking, predicted data, and subscription considerations. - [Network Insights](https://docs.mention-me.com/knowledge/reporting/advocacy/network-insights.md): How Network Insights reveals hidden networks of fans in your customer base and helps you drive more value from advocacy. - [Sentiment Analysis](https://docs.mention-me.com/knowledge/reporting/advocacy/sentiment-analysis.md): Understanding share message sentiment analysis and NPS sentiment analysis in Mention Me, including setup, AI insights, and how to drive action from customer feedback. - [Comparison Groups Report](https://docs.mention-me.com/knowledge/reporting/creative-insights/comparison-groups.md): How to use the Comparison Groups report to build and compare custom segments of ads in Creative Insights. - [Connecting Ad Accounts](https://docs.mention-me.com/knowledge/reporting/creative-insights/connect-ad-accounts.md): How to authorise and connect your Facebook and TikTok ad accounts to Mention Me Creative Insights. - [Custom Reports](https://docs.mention-me.com/knowledge/reporting/creative-insights/custom-reports.md): How to create, save, and share custom reports in Mention Me Creative Insights. - [Naming Rule Tags](https://docs.mention-me.com/knowledge/reporting/creative-insights/naming-rule-tags.md): How to set up and use Naming Rule Tags to transform ad naming structures into valuable performance breakdowns in Creative Insights. - [New Launches Report](https://docs.mention-me.com/knowledge/reporting/creative-insights/new-launches.md): How to use the New Launches report to instantly identify winning and losing ads and cut optimisation time. - [Top Performers Report](https://docs.mention-me.com/knowledge/reporting/creative-insights/top-performers.md): How to use the Top Performers report to analyse your highest-performing creatives with advanced filters, metrics, and groupings. - [Available Influencer Metrics](https://docs.mention-me.com/knowledge/reporting/influencer/available-metrics.md): Understanding brand-level and individual influencer reporting available in the Mention Me dashboard. - [Reporting Overview](https://docs.mention-me.com/knowledge/reporting/overview.md): An introduction to reporting across referral, advocacy, influencer, and creative insights in the Mention Me platform. - [Analysing Referral Data](https://docs.mention-me.com/knowledge/reporting/referral/analyse-referral-data.md): How to track, analyse, and interpret your referral programme performance using the Mention Me Explore tool. - [Available Reports](https://docs.mention-me.com/knowledge/reporting/referral/available-reports.md): A complete list of every downloadable report in the Mention Me platform, with descriptions of the data each provides. - [Exporting Data](https://docs.mention-me.com/knowledge/reporting/referral/export-data.md): How to extract, generate, and export data from the Mention Me platform, including manual downloads, automated reports, and order/transaction exports. - [Market Insights](https://docs.mention-me.com/knowledge/reporting/referral/market-insights.md): How to use Market Insights to view and compare referral performance across multiple markets and regions. - [Referral Metrics Glossary](https://docs.mention-me.com/knowledge/reporting/referral/metrics-glossary.md): Definitions for every metric tracked across the referral funnel, from impressions and enrolment through to conversions and revenue. - [Content Security Policy](https://docs.mention-me.com/knowledge/security/account/content-security-policy.md): Recommended Content Security Policy directives for whitelisting Mention Me on your website. - [Password Rules](https://docs.mention-me.com/knowledge/security/account/password-rules.md): Password complexity requirements for accessing the Mention Me platform. - [Revoke User Access](https://docs.mention-me.com/knowledge/security/account/revoke-access.md): How to revoke or change user access in the Mention Me platform to maintain data security. - [Security Responsibilities](https://docs.mention-me.com/knowledge/security/account/security-responsibilities.md): Your responsibilities as a client for maintaining security on the Mention Me platform. - [Single Sign-On (SSO) Setup](https://docs.mention-me.com/knowledge/security/account/sso-setup.md): How to configure SSO for your Mention Me account using Google, Okta, Auth0, or Microsoft Entra. - [Two-Factor Authentication (2FA)](https://docs.mention-me.com/knowledge/security/account/two-factor-auth.md): How 2FA works on the Mention Me platform, including setup, recovery, and reset procedures. - [User Management](https://docs.mention-me.com/knowledge/security/account/user-management.md): How to add, unlock, and manage user accounts and permissions in the Mention Me platform. - [Exclude Existing Customers](https://docs.mention-me.com/knowledge/security/data-management/exclude-existing-customers.md): How to upload a list of existing customers to prevent them from receiving new customer referral rewards. - [Hash Historical Customer Emails](https://docs.mention-me.com/knowledge/security/data-management/hash-historical-emails.md): How to hash customer email addresses before sending historical customer records to Mention Me. - [Understanding Hashed Data](https://docs.mention-me.com/knowledge/security/data-management/hashing.md): What hashed data is, how Mention Me uses it, and how it differs from encryption. - [Historical Order Upload](https://docs.mention-me.com/knowledge/security/data-management/historical-order-upload.md): How to create and upload a historical order file to Mention Me, including Shopify-specific instructions. - [Send Data Securely](https://docs.mention-me.com/knowledge/security/data-management/send-data-securely.md): How to use the Secure Document Transfer feature to share sensitive files with Mention Me. - [Why All Transactions Are Required](https://docs.mention-me.com/knowledge/security/data-management/transactions-requirement.md): Why Mention Me needs all your transaction data to fairly reward referrals and prevent programme abuse. - [AI and Data](https://docs.mention-me.com/knowledge/security/data-privacy/ai-and-data.md): How Mention Me uses AI and machine learning, including data handling, model transparency, and ethical considerations. - [Contract Termination](https://docs.mention-me.com/knowledge/security/data-privacy/contract-termination.md): What happens to your data and account access when your business discontinues services with Mention Me. - [Going Cookieless](https://docs.mention-me.com/knowledge/security/data-privacy/cookieless.md): How to run your Mention Me referral programme without cookies, including trade-offs and consent platform guidance. - [Cookies](https://docs.mention-me.com/knowledge/security/data-privacy/cookies.md): How Mention Me uses cookies during the referral journey, and how to manage them with your consent platform. - [Customer Data Stored](https://docs.mention-me.com/knowledge/security/data-privacy/customer-data-stored.md): What customer data Mention Me stores, how it is transferred, and how it is used to run your referral programme. - [Data in Transit and at Rest](https://docs.mention-me.com/knowledge/security/data-privacy/data-in-transit.md): How Mention Me encrypts data in transit and at rest, and where customer data is stored. - [GDPR](https://docs.mention-me.com/knowledge/security/data-privacy/gdpr.md): How Mention Me complies with GDPR, including data controller/processor roles and handling customer data requests. - [Legal Basis for Sharing Data](https://docs.mention-me.com/knowledge/security/data-privacy/legal-basis.md): The legitimate interest framework under which brands share customer data with Mention Me. - [Sub-Processors](https://docs.mention-me.com/knowledge/security/data-privacy/sub-processors.md): Organisations that act as sub-processors of data within the Mention Me platform. - [Security & Data](https://docs.mention-me.com/knowledge/security/overview.md): How Mention Me protects customer data, secures account access, and manages data transfers. - [Adding the Announcement](https://docs.mention-me.com/knowledge/shopify/announcement.md): How to add the Mention Me announcement banner to your Shopify Thank You and Order Status pages. - [FAQs](https://docs.mention-me.com/knowledge/shopify/app-faqs.md): Commonly asked questions about the Mention Me Shopify App, including Shopify Plus requirements, Web Pixels, and checkout extensions. - [Installation](https://docs.mention-me.com/knowledge/shopify/app-installation.md): Install the Mention Me Shopify App and configure it across your Shopify checkout, thank you, and order status pages. - [Checkout Extensibility Best Practices](https://docs.mention-me.com/knowledge/shopify/checkout-extensibility.md): Recommended optimisations for Shopify Checkout Extensibility to maximise referral performance with Mention Me. - [Customer Journey Changes](https://docs.mention-me.com/knowledge/shopify/customer-journey.md): How to customise the Mention Me experience in Shopify, including checkout overlays, thank you pages, and colour settings. - [Imagery](https://docs.mention-me.com/knowledge/shopify/imagery.md): How to manage images for referee and referrer journeys when using Mention Me with Shopify. - [Legacy Tag Implementation](https://docs.mention-me.com/knowledge/shopify/legacy-tags.md): Manual tag implementation for Shopify stores not using the Mention Me Shopify App, including referee, landing page, dashboard, and coupon code integration. - [Locales](https://docs.mention-me.com/knowledge/shopify/locales.md): How to configure locale mapping between Shopify and Mention Me for multi-region and multi-language stores. - [Migrating to the New Shopify App](https://docs.mention-me.com/knowledge/shopify/migrating-to-new-app.md): How to install and configure the new Mention Me Shopify App and safely transition from the old app. - [Product Referral](https://docs.mention-me.com/knowledge/shopify/product-referral.md): How to install the Mention Me theme app extension to add a Share button on your Shopify product pages. - [Segmentation](https://docs.mention-me.com/knowledge/shopify/segmentation.md): How to segment customers using Shopify Metafields or custom JavaScript logic to show different Mention Me experiences. - [Common Error Codes and Messages](https://docs.mention-me.com/knowledge/tags/common-errors.md): Troubleshoot HTTP errors and JavaScript-based tag errors when integrating Mention Me tags into your site. - [Debug Dashboard](https://docs.mention-me.com/knowledge/tags/debug-dashboard.md): How to use the Debug Dashboard to check data is flowing correctly into Mention Me and troubleshoot integration issues. - [Global-e Checkout Integration](https://docs.mention-me.com/knowledge/tags/global-e.md): How to add Mention Me referrer and referee tags into Global-e checkouts, including Shopify + Global-e setups. - [Google Analytics Parameters](https://docs.mention-me.com/knowledge/tags/google-analytics.md): How to integrate Google Analytics UTM parameters with Mention Me to track referral traffic alongside other marketing channels. - [Google Tag Manager (GTM) Integration](https://docs.mention-me.com/knowledge/tags/google-tag-manager.md): How to configure your data layer, create data variables, and implement Mention Me tags using Google Tag Manager. - [Platform IP Addresses](https://docs.mention-me.com/knowledge/tags/ip-addresses.md): Mention Me platform IP addresses for whitelisting webhooks, newsletter sign-ups, and API traffic. - [Locales, Languages and Currencies](https://docs.mention-me.com/knowledge/tags/locales-languages-currencies.md): How to configure locales to segment your referral campaigns by customer region, language, and currency. - [Replatforming Checklist](https://docs.mention-me.com/knowledge/tags/replatforming.md): Essential steps for moving your Mention Me tags from one platform or website to another. - [Single Page Application (SPA) Tag Implementation](https://docs.mention-me.com/knowledge/tags/spa-implementation.md): How to handle Mention Me tags on SPAs built with React, Angular, or Vue, including resetting and validating tags. - [Where and Why to Implement Referrer and Referee Tags](https://docs.mention-me.com/knowledge/tags/where-and-why.md): Understand the two key tags that power the Mention Me referral journey and where to place them on your site. ## OpenAPI Specs - [merchant_api.oas](https://docs.mention-me.com/openapi/merchant_api.oas.json) - [entrypoint_api.oas](https://docs.mention-me.com/openapi/entrypoint_api.oas.json) - [consumer_api.oas](https://docs.mention-me.com/openapi/consumer_api.oas.json) - [auth_api.oas](https://docs.mention-me.com/openapi/auth_api.oas.json) ## Optional - [Submit a Request](https://help.mention-me.com/hc/en-gb/requests/new) - [Platform](https://app.mention-me.com)