Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

GA Link Tracker

Beschrijving

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

Installatie

  1. Upload GA-Link-Tracker.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. All done!

FAQ

How do I configure this?

Short answer: You don’t. There are no configurable options to this script, as it simply appends event tracker behavior to your links.

What other data does it collect?

None.

What else does it do?

Nothing.

Beoordelingen

3 september 2016 1 reactie
So disappointed. In our installation the 'PageID: CURRENT_PAGE_URI' isn't working. Instead of using the current uri it uses the first one used on the page and applies this to every link on the page. e.g. on all-of-my-pages.html it applied the following to each link. <a onclick="ga('send', 'event', 'Links', 'click', 'http://first-link-used-in-page.html');" href="current-page.html" target="_blank">
Lees alle 3 beoordelingen

Bijdragers & ontwikkelaars

“GA Link Tracker” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “GA Link Tracker” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

v2.2 – Fixed conflict with abbr tag

v2.1 – Minor bugfix

v2.0 – Updated to use Google’s newer analyitcs.js file

v1.0 – Initial release.