Linux 软件免费装

GA Link Tracker

开发者 project107
更新时间 2014年9月4日 21:53
捐献地址: 去捐款
PHP版本: 3.3 及以上
WordPress版本: 4.0
版权: GPLv2 or later
版权网址: 版权信息

标签

links analytics google analytics link events link tracker click tracking link metrics

下载

详情介绍:

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

安装:

  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!

常见问题:

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.

更新日志:

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.