<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress Plugins &#187; Tag: tracking - Recent Posts</title>
		<link>http://wordpress.org/plugins/tags/tracking</link>
		<description>WordPress Plugins &#187; Tag: tracking - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 08:46:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/plugins/rss/tags/tracking" rel="self" type="application/rss+xml" />

		<item>
			<title>ARYO Activity Log</title>
			<link>http://wordpress.org/plugins/aryo-activity-log/#post-53482</link>
			<pubDate>Tue, 21 May 2013 17:12:42 +0000</pubDate>
			<dc:creator>Maor Chasen</dc:creator>
			<guid isPermaLink="false">53482@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site.]]></description>
					</item>
		<item>
			<title>Clicky Analytics</title>
			<link>http://wordpress.org/plugins/clicky-analytics/#post-53432</link>
			<pubDate>Mon, 20 May 2013 14:31:09 +0000</pubDate>
			<dc:creator>mordauk</dc:creator>
			<guid isPermaLink="false">53432@http://wordpress.org/plugins/</guid>
			<description><![CDATA[<p>Emailed Author: WordPress includes its own version of jquery, which has been rigorously tested with WP and many of the most common plugins. In order to provide the best compatibility and experience for our users, we ask that you not package your own (especially not an older version) and instead use wp_enqueue_script() to pull in WordPress’s version.</p>
<p>Please review <a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script" rel="nofollow">http://codex.wordpress.org/Function_Reference/wp_enqueue_script</a> and update your plugin accordingly.</p>
<p>Keep in mind: Offloading the default jquery and other scripts to Google is similarly disallowed for the same reasons, but also because you're introducing an unnecessary dependency on another site. If your code doesn't work with the built-in jQuery, it's most likely a noconflict issue. If you can't guess, we -really- want you to use our jquery, and if you can't, we need to know why so we can fix things for everyone.</p>
<p>When you've corrected your code, reply to this email with the updated code attached, or provide a link to the new code.
</p>]]></description>
					</item>
		<item>
			<title>Clicky Analytics</title>
			<link>http://wordpress.org/plugins/clicky-analytics/#post-53329</link>
			<pubDate>Thu, 16 May 2013 12:43:14 +0000</pubDate>
			<dc:creator>deconf</dc:creator>
			<guid isPermaLink="false">53329@http://wordpress.org/plugins/</guid>
			<description><![CDATA[This plugin will display Clicky Web Analytics data and statistics inside your WordPress Blog.]]></description>
					</item>
		<item>
			<title>Reduce Bounce Rate</title>
			<link>http://wordpress.org/plugins/reduce-bounce-rate/#post-53046</link>
			<pubDate>Thu, 09 May 2013 03:42:23 +0000</pubDate>
			<dc:creator>Okoth1</dc:creator>
			<guid isPermaLink="false">53046@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Increase visitors&#039; Time on Site and reduce the Bounce Rate in Google Analytics. Simple and effective.]]></description>
					</item>
		<item>
			<title>Google URL Builder</title>
			<link>http://wordpress.org/plugins/google-url-builder/#post-53032</link>
			<pubDate>Wed, 08 May 2013 14:40:01 +0000</pubDate>
			<dc:creator>Audrius Dobilinskas</dc:creator>
			<guid isPermaLink="false">53032@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Allows to manually tag campaign URLs and pass the information to Google Analytics.]]></description>
					</item>
		<item>
			<title>Ad King Pro</title>
			<link>http://wordpress.org/plugins/adkingpro/#post-52967</link>
			<pubDate>Mon, 06 May 2013 21:53:57 +0000</pubDate>
			<dc:creator>ashdurham</dc:creator>
			<guid isPermaLink="false">52967@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Ad King Pro allows you to easily manage, track and report on your on-site advertising. Upload, link, go.]]></description>
					</item>
		<item>
			<title>Google AdWords Remarketing</title>
			<link>http://wordpress.org/plugins/google-adwords-remarketing/#post-52685</link>
			<pubDate>Mon, 29 Apr 2013 11:29:26 +0000</pubDate>
			<dc:creator>Audrius Dobilinskas</dc:creator>
			<guid isPermaLink="false">52685@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Adds your Google AdWords Remarketing JavaScript tracking code to your WordPress website.]]></description>
					</item>
		<item>
			<title>Google Universal Analytics</title>
			<link>http://wordpress.org/plugins/google-universal-analytics/#post-52559</link>
			<pubDate>Thu, 25 Apr 2013 16:10:31 +0000</pubDate>
			<dc:creator>Audrius Dobilinskas</dc:creator>
			<guid isPermaLink="false">52559@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Adds the latest Google Universal Analytics JavaScript tracking code to your WordPress website.]]></description>
					</item>
		<item>
			<title>Evercookie</title>
			<link>http://wordpress.org/plugins/evercookie/#post-52462</link>
			<pubDate>Wed, 24 Apr 2013 00:51:16 +0000</pubDate>
			<dc:creator>Ipstenu (Mika E.)</dc:creator>
			<guid isPermaLink="false">52462@http://wordpress.org/plugins/</guid>
			<description><![CDATA[<p>Emailed Author: Two issues</p>
<p>== Including your own jquery ==</p>
<p>WordPress includes its own version of jquery, which has been rigorously tested with WP and many of the most common plugins. In order to provide the best compatibility and experience for our users, we ask that you not package your own (especially not an older version) and instead use wp_enqueue_script() to pull in WordPress’s version.</p>
<p>Please review <a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script" rel="nofollow">http://codex.wordpress.org/Function_Reference/wp_enqueue_script</a> and update your plugin accordingly.</p>
<p>Keep in mind: Offloading the default jquery and other scripts to Google is similarly disallowed. If your code doesn't work with the built-in jQuery, it's most likely a noconflict issue. If you can't guess, we -really- want you to use our jquery, and if you can't, we need to know why so we can fix things for everyone.</p>
<p>== Missing readme.txt ==</p>
<p>Your plugin is incomplete and is missing a valid readme.txt file. Please create one based on this:<br />
<a href="http://wordpress.org/extend/plugins/about/readme.txt" rel="nofollow">http://wordpress.org/extend/plugins/about/readme.txt</a> </p>
<p>Alternately, you can use this tool to generate one:<br />
<a href="http://tools.trepmal.com/wp-readme-generator/" rel="nofollow">http://tools.trepmal.com/wp-readme-generator/</a> </p>
<p>A readme.txt is needed so your plugin will display correctly in our repository, but also so we can make sure you're providing the users with all the information they need before they install your plugin. Our goal with this is to make sure everyone knows what they're installing and what they need to do before they install it. No surprises :)</p>
<p>This is especially important if your plugin is making calls back to your own servers. For the most part, we do not permit offloading of images or code, however in the case where you are providing a service (like Disqus or Akismet or Twitter), we permit it. The catch is you have to actually explain this to the layman in your readme, so they know where data is going.</p>
<p>Keep in mind, a readme.MD is not the same as a readme.TXT - the formatting for markup is different.</p>
<p>Please send a link so the completed plugin can be downloaded. Alternately you can reply to this and send a .zip or .rar file. As this is for a new plugin request, please reply within seven days of this email or we will reject your plugin.
</p>]]></description>
					</item>
		<item>
			<title>Evercookie</title>
			<link>http://wordpress.org/plugins/evercookie/#post-52452</link>
			<pubDate>Tue, 23 Apr 2013 20:23:44 +0000</pubDate>
			<dc:creator>php-dev</dc:creator>
			<guid isPermaLink="false">52452@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Evercookie is a plugin to track users with persistent cookies. 
More information on: <a href="http://en.wikipedia.org/wiki/Evercookie" rel="nofollow">http://en.wikipedia.org/wiki/Evercookie</a>]]></description>
					</item>
		<item>
			<title>HRM Work Tracking</title>
			<link>http://wordpress.org/plugins/hrm-work-tracking/#post-52393</link>
			<pubDate>Mon, 22 Apr 2013 19:41:23 +0000</pubDate>
			<dc:creator>Ipstenu (Mika E.)</dc:creator>
			<guid isPermaLink="false">52393@http://wordpress.org/plugins/</guid>
			<description><![CDATA[<p>Emailed Author: Your plugin is incomplete and is missing a valid readme.txt file. Please create one based on this:<br />
<a href="http://wordpress.org/extend/plugins/about/readme.txt" rel="nofollow">http://wordpress.org/extend/plugins/about/readme.txt</a> </p>
<p>Alternately, you can use this tool to generate one:<br />
<a href="http://tools.trepmal.com/wp-readme-generator/" rel="nofollow">http://tools.trepmal.com/wp-readme-generator/</a> </p>
<p>A readme.txt is needed so your plugin will display correctly in our repository, but also so we can make sure you're providing the users with all the information they need before they install your plugin. Our goal with this is to make sure everyone knows what they're installing and what they need to do before they install it. No surprises :)</p>
<p>This is especially important if your plugin is making calls back to your own servers. For the most part, we do not permit offloading of images or code, however in the case where you are providing a service (like Disqus or Akismet or Twitter), we permit it. The catch is you have to actually explain this to the layman in your readme, so they know where data is going.</p>
<p>Keep in mind, a readme.MD is not the same as a readme.TXT - the formatting for markup is different.</p>
<p>Please send a link so the completed plugin can be downloaded. Alternately you can reply to this and send a .zip or .rar file. As this is for a new plugin request, please reply within seven days of this email or we will reject your plugin.
</p>]]></description>
					</item>
		<item>
			<title>HRM Work Tracking</title>
			<link>http://wordpress.org/plugins/hrm-work-tracking/#post-52392</link>
			<pubDate>Mon, 22 Apr 2013 19:20:21 +0000</pubDate>
			<dc:creator>theode</dc:creator>
			<guid isPermaLink="false">52392@http://wordpress.org/plugins/</guid>
			<description><![CDATA[HRM Work Tracking plugin is a complete employee or user time tracking in the WordPress backend.]]></description>
					</item>
		<item>
			<title>WP Hit Counter</title>
			<link>http://wordpress.org/plugins/wp-hit-counter/#post-51945</link>
			<pubDate>Fri, 12 Apr 2013 13:32:15 +0000</pubDate>
			<dc:creator>keechtony</dc:creator>
			<guid isPermaLink="false">51945@http://wordpress.org/plugins/</guid>
			<description><![CDATA[A simple but an effective web hit counter stats plugin for your wordpress blog. Cool layouts that fit for any kind of web design.]]></description>
					</item>
		<item>
			<title>followthis topic box</title>
			<link>http://wordpress.org/plugins/followthis-topic-box/#post-51229</link>
			<pubDate>Thu, 28 Mar 2013 10:02:28 +0000</pubDate>
			<dc:creator>followthis</dc:creator>
			<guid isPermaLink="false">51229@http://wordpress.org/plugins/</guid>
			<description><![CDATA[followthis topic box helps you gain frequent reader. User follow your topics with only 1 klick + will be allerted frequently if new content available]]></description>
					</item>
		<item>
			<title>Corner Ad</title>
			<link>http://wordpress.org/plugins/corner-ad/#post-51117</link>
			<pubDate>Sun, 24 Mar 2013 12:25:55 +0000</pubDate>
			<dc:creator>codepeople</dc:creator>
			<guid isPermaLink="false">51117@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Corner Ad is a minimally invasive advertising display that uses any of your webpage&#039;s top corners - a position typically under-utilized by develo]]></description>
					</item>

	</channel>
</rss>
