This post is in response to some discussions about tracking referrals to a hostel website from an HTTPS website.
If a website that uses HTTPS in the URL links to a website that uses HTTP in the URL, the referral won't show up in your Google Analytics (or other logs/trackers).
(Technical details.)
There are some ways to fix this.
Change your website to HTTPS/SSL
A web address that starts with HTTPS won't send referrers to an HTTP site, but it will send referrers to another HTTPS page. If you run your website over a secure connection (HTTPS), you should be able to see the referrers.
Changing your site to HTTPS involves some technical work, but it might be made easier with Cloudflare's new SSL feature:
https://www.cloudflare.com/ssl
Add Google campaign URLs to your inbound links
Most analytics software, including Google Analytics and Clicky, can track the source of a visit if the URL include special tracking parameters.
This URL is an example of a URL that would track visits from Hostel Rocket to your hostel website (though I'm not sure if they allow these kinds of URLs):
http://example.com/?utm_source=HostelRocket&utm_medium=hostelpage&utm_ca...
You can change "example.com" to your domain name and it should work.
Here is a form that you can use to generate customer campaign URLs.
https://support.google.com/analytics/answer/1033867?hl=en#url_builder_form
Then, when you login to Google Analytics (or similar software), you'll be able to see the number of visits that came through that link. You can find the number of referrrals in Google Analytics by going to Acquisitions > Campaigns > All Campaigns
.
If you do include these tracking parameters in URLs, you should also be sure that you use canonical URL meta tags:
http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonica...
Content management systems like WordPress and Drupal have optional plugins that automatically handle canonical URL tags for you.
If that doesn't make sense, post a comment below and I'll explain in more detail.
Log in to join discussion