Outbound link click tracking is essential for many site owners and Vince helps you automate this process. With our “Outbound Link Click Tracking” you can:
- See which external URLs are clicked the most
- See on which of your pages the particular outbound link gets the clicks
- Filter the dashboard by external URL to see what type of visitors click the most (referral source, country, device, browser, OS)
“Outbound Link Click Tracking” is an enhanced measurement and not included in our default script. This is because we want to keep the default script as simple and lightweight as possible. The additional enhanced measurements you can choose to add depending on your needs.
If you want to track external link clicks, here’s what you need to do:
Step 1: Change the Vince script snippet
Change your Vince script snippet src
attribute from http://localhost:8080/js/script.js
to http://localhost:8080/js/script.outbound-links.js
The new snippet will look like this (make sure to change the data-domain
attribute to the domain you added to Plausible):
<script defer data-domain="yourdomain.com" src="http://localhost:8080/js/script.outbound-links.js"></script>
As usual, you need to place your Vince Analytics tracking script code into the Header (<head>
) section of your site. Place the tracking script within the <head> … </head>
tags.
Do this for all the websites where you’d like to enable outbound link click tracking. This is the only tracking script you need. You don’t need to keep the old script. Your stats will keep tracking without interruption, and you won’t lose any of your old data.
Do you want to use the outbound link clicks feature alongside the file downloads feature? You can combine any of our extensions by changing the
src
attribute in the snippet. In this case, change it toscript.outbound-links.file-downloads.js
.
Step 2: Create a custom event goal in your Plausible Analytics account
Outbound link clicks won’t show up automatically. You’ll have to configure the goal for them to show up on your dashboard.
To configure a goal, go to your website’s settings in your Plausible Analytics account and visit the “Goals” section. You should see a prompt to add a goal.
Click on the “+ Add goal” button to go to the goal creation form.
Select Custom event
as the goal trigger and enter this exact name: Outbound Link: Click
.
Next, click on the “Add goal” button and you’ll be taken back to the Goals page. After you’ve completed this process, all the external link clicks will start being tracked and will be displayed in the “Goal Conversions” report of your Plausible Analytics dashboard. You’ll see the “Outbound Link: Click” goal as soon as the first external link click has been tracked.
See all the outbound link clicks in your dashboard
Click on “Outbound Link: Click” to see the full list of all clicks on all external links and have your dashboard filtered by external clicks only. You can see:
- The number of total external link clicks
- The number of unique external link clicks
- The conversion rate
- Top referral sources that lead to clicks
- Top pages that drive the clicks
- Countries that click on external links
- Devices (screen size, browser, OS) that click on external links
Click on a particular external URL to filter the dashboard by those clicks only and get the full overview of that specific URL.