OptinMonster makes it easy to show campaigns to visitors who have been referred to your site from another specific website.
In this article, you’ll learn how to use OptinMonster’s Referral Detection rule.
Before you start, Referral Detection targeting is available with a Pro or higher subscription.
Some situations you might find the Referral Detection rule especially useful include:
- If you’re running a promotion with another website and want to show a targeted message only to visitors who reach your site through that promotion.
- To show a specific message only to visitors who reach your site through social media, e.g. through Facebook, Twitter, Instagram, etc.
- To hide campaigns from traffic who reach your site through another specific website.
Referral Detection Targeting
To target your campaign to visitors who have reached your site by clicking on a link from another specific website, follow these steps:
- Navigate to the Display Rules view in the campaign builder.
- Next, when adding or editing a rule select Who (Personalization) from the left-hand list and select the Referral Targeting option.
- Configure the rule as desired using the operator dropdown and text field.
The following options are available for ReferralTargeting:- exactly matches
- does not exactly match
- contains
- does not contain
- is empty
- matches the pattern
- does not match the pattern
- When you’re finished, Save the campaign.
If you’re serious about jumpstarting your website growth, then get started with OptinMonster today!
Our conversion experts will design 1 free campaign for you to get maximum results – absolutely FREE! Click here to get started →
FAQs
Can I use Referral Detection to hide/show campaigns to visitors arriving from my email newsletter?
No, however, you can follow our guide on how to hide OptinMonster from existing newsletter subscribers.
Troubleshooting
Referrer Detection isn’t working for my campaign, why?
Referrer Detection checks if a specific value has been passed as HTTP_REFERRER
in the browser.
If the HTTP_REFERRER
passed is empty then Referrer Detection will fail for your campaign and your campaign might not load as you expect.
There are several reasons the HTTP_REFERRER
could be empty, including if the website visitor:
- entered the site URL in the browser address bar itself
- visited the site by a browser-maintained bookmark
- visited the site as the first page in the window/tab
- switched from a secure (HTTPS) site to a non-secure (HTTP) site
- has security software installed (antivirus/firewall/etc) which strips the referrer from all requests
- is behind a proxy which strips the referrer from all requests
- visited the site programmatically without setting the referrer header
Why doesn’t this work when the visitor switches from a secure (HTTPS) to a non-secure (HTTP) site?
By default, the referrer data is not passed when the visitor reaches a non-secure (HTTP) site from a secure (HTTPS) site.
For advanced users, if you have access to the site your visitors are coming from, you can resolve this issue by adding the following meta tag to the head of the secure (HTTPS) site.
This article about the Referrer Meta Tag provides context on how this works and examples of the various meta tags available for this purpose.