<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using the Google Analytics Javascript API to show pageviews from Atlassian Confluence</title>
	<atom:link href="http://davidsimpson.me/2009/09/11/using-the-google-analytics-javascript-api-to-show-pageviews-from-atlassian-confluence/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidsimpson.me/2009/09/11/using-the-google-analytics-javascript-api-to-show-pageviews-from-atlassian-confluence/</link>
	<description>Developing the web, one page at a time.</description>
	<lastBuildDate>Tue, 24 Jan 2012 22:42:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: David</title>
		<link>http://davidsimpson.me/2009/09/11/using-the-google-analytics-javascript-api-to-show-pageviews-from-atlassian-confluence/#comment-113</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 30 Nov 2009 09:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://davidsimpson.me/?p=356#comment-113</guid>
		<description>&lt;strong&gt;Phil:&lt;/strong&gt; For sure, there is no need to write a custom macro.  If your space owners are happy with Google Analytics or another reporting solution you&#039;ve created, then that&#039;s good.

As a bit of a geek, I was really interested in getting to grips with the recently release Atlassian SDK. So I&#039;ve created a Google Analytics reporting plugin.  It gives space by space reporting, so adding the macro to the space is a very easy way to embed the usage stats for the current space without any in depth knowledge.  The plugin will be documented and released very soon, but it&#039;s already in &lt;a href=&quot;https://svn.atlassian.com/svn/public/contrib/confluence/confluence-google-analytics-plugin/trunk&quot; rel=&quot;nofollow&quot;&gt;Atlassian&#039;s svn&lt;/a&gt; and &lt;a href=&quot;https://bamboo.community.atlassian.com/browse/CGAP-DEF&quot; rel=&quot;nofollow&quot;&gt;Bamboo&lt;/a&gt;.

Regarding changes between versions, I&#039;m sure there are issues, e.g. in Confluence 3.1, Atlassian were talking about moving the Javascript to the end of the body for optimisation reasons.  This would break a number of plugins and I think they&#039;ve postponed doing it.  No doubt I&#039;ll become more aware of this kind of thing as future releases become available :)</description>
		<content:encoded><![CDATA[<p><strong>Phil:</strong> For sure, there is no need to write a custom macro.  If your space owners are happy with Google Analytics or another reporting solution you&#8217;ve created, then that&#8217;s good.</p>
<p>As a bit of a geek, I was really interested in getting to grips with the recently release Atlassian SDK. So I&#8217;ve created a Google Analytics reporting plugin.  It gives space by space reporting, so adding the macro to the space is a very easy way to embed the usage stats for the current space without any in depth knowledge.  The plugin will be documented and released very soon, but it&#8217;s already in <a href="https://svn.atlassian.com/svn/public/contrib/confluence/confluence-google-analytics-plugin/trunk" rel="nofollow">Atlassian&#8217;s svn</a> and <a href="https://bamboo.community.atlassian.com/browse/CGAP-DEF" rel="nofollow">Bamboo</a>.</p>
<p>Regarding changes between versions, I&#8217;m sure there are issues, e.g. in Confluence 3.1, Atlassian were talking about moving the Javascript to the end of the body for optimisation reasons.  This would break a number of plugins and I think they&#8217;ve postponed doing it.  No doubt I&#8217;ll become more aware of this kind of thing as future releases become available <img src='http://davidsimpson.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Wilson</title>
		<link>http://davidsimpson.me/2009/09/11/using-the-google-analytics-javascript-api-to-show-pageviews-from-atlassian-confluence/#comment-112</link>
		<dc:creator>Phil Wilson</dc:creator>
		<pubDate>Sat, 28 Nov 2009 09:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://davidsimpson.me/?p=356#comment-112</guid>
		<description>Not sure I understand why you need to convert it into Java? We embed the username and password for a non-admin account in our JS version of this. A macro would be more elegant but we&#039;ve been bitten by API etc. changes before so use a user macro which calls some external JS which renders some PHP or Java and inserts that into the page. Goes around the houses some but is eminently portable between versions and doesn&#039;t require specialist confluence knowledge to maintain.</description>
		<content:encoded><![CDATA[<p>Not sure I understand why you need to convert it into Java? We embed the username and password for a non-admin account in our JS version of this. A macro would be more elegant but we&#8217;ve been bitten by API etc. changes before so use a user macro which calls some external JS which renders some PHP or Java and inserts that into the page. Goes around the houses some but is eminently portable between versions and doesn&#8217;t require specialist confluence knowledge to maintain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://davidsimpson.me/2009/09/11/using-the-google-analytics-javascript-api-to-show-pageviews-from-atlassian-confluence/#comment-111</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 22 Oct 2009 12:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://davidsimpson.me/?p=356#comment-111</guid>
		<description>Ste: Not got there yet, but I&#039;ve got the Confluence SDK installed and ready to go.  Will hopefully make a start very soon.</description>
		<content:encoded><![CDATA[<p>Ste: Not got there yet, but I&#8217;ve got the Confluence SDK installed and ready to go.  Will hopefully make a start very soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ste Daniels</title>
		<link>http://davidsimpson.me/2009/09/11/using-the-google-analytics-javascript-api-to-show-pageviews-from-atlassian-confluence/#comment-110</link>
		<dc:creator>Ste Daniels</dc:creator>
		<pubDate>Mon, 19 Oct 2009 13:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://davidsimpson.me/?p=356#comment-110</guid>
		<description>Hi David,

Did you ever get round to writing this up as a Java plugin for Confluence?

Ste Daniels</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Did you ever get round to writing this up as a Java plugin for Confluence?</p>
<p>Ste Daniels</p>
]]></content:encoded>
	</item>
</channel>
</rss>

