GA Link Tracker

GA Link Tracker Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,973 downloads
GA Link Tracker Icon

Try plugin: GA Link Tracker

We'll create fresh WordPress site with GA Link Tracker installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About GA Link Tracker

A tiny WordPress plugin to track events of link clicks in the main content area of the site.

2


0


0


0


1

updated: 10 years ago
since: 11 years ago
author: PROJECT107

Description

A tiny WordPress plugin to track events of link clicks in the main content area of the site. Install it and forget about it.

Links will show up under Events in the Analytics site, and will have a category of ‘Links’, a label of ‘PageID: CURRENT_PAGE_URI’, and the value of the href of the link being tracked.

Example of code added to properly formed URLs in main post content:

<a onclick="ga('send', 'event', 'Links', 'click', 'http://twitter.com/chris_dickow');" href="http://twitter.com/chris_dickow">@chris_dickow</a>

The above example assumes the href of the link is: http://www.myurl.com/my_blog/my_link.html