<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Surfacing Google Analytics stats in DSpace</title>
	<atom:link href="http://blog.stuartlewis.com/2009/05/29/surfacing-google-analytics-stats-in-dspace/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stuartlewis.com/2009/05/29/surfacing-google-analytics-stats-in-dspace/</link>
	<description></description>
	<lastBuildDate>Sun, 29 Aug 2010 08:08:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Stuart</title>
		<link>http://blog.stuartlewis.com/2009/05/29/surfacing-google-analytics-stats-in-dspace/comment-page-1/#comment-3438</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Sat, 03 Apr 2010 18:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=343#comment-3438</guid>
		<description>Hi,

You need to adjust this command:

C:\dspace\bin&gt;mvn install:install-file -DgroupId=com.google.gdata -DartifactId=gdata-core -Dversion=1.0 -Dfile=gdata-core-1.0.jar -Dpackaging=jar

Change the part that reads &#039;-Dfile=gdata-core-1.0.jar&#039; and add a path. E.g. &#039;-Dfile=C:\dspace-src\dspace-api\src\main\java\org\dspace\app\gdata-core-1.0.jar&#039; - adjust it as appropriate. However, you don&#039;t need to unzip the files in your dspace source directory as they don&#039;t really belong there. Unzip them n a temporary location, then you can delete them once you have run the &#039;mvn install:install-file&#039; command.

Thanks,


Stuart</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You need to adjust this command:</p>
<p>C:\dspace\bin&gt;mvn install:install-file -DgroupId=com.google.gdata -DartifactId=gdata-core -Dversion=1.0 -Dfile=gdata-core-1.0.jar -Dpackaging=jar</p>
<p>Change the part that reads &#8216;-Dfile=gdata-core-1.0.jar&#8217; and add a path. E.g. &#8216;-Dfile=C:\dspace-src\dspace-api\src\main\java\org\dspace\app\gdata-core-1.0.jar&#8217; &#8211; adjust it as appropriate. However, you don&#8217;t need to unzip the files in your dspace source directory as they don&#8217;t really belong there. Unzip them n a temporary location, then you can delete them once you have run the &#8216;mvn install:install-file&#8217; command.</p>
<p>Thanks,</p>
<p>Stuart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Librarian</title>
		<link>http://blog.stuartlewis.com/2009/05/29/surfacing-google-analytics-stats-in-dspace/comment-page-1/#comment-3437</link>
		<dc:creator>Librarian</dc:creator>
		<pubDate>Fri, 02 Apr 2010 10:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=343#comment-3437</guid>
		<description>hi,
I was trying add this, while running mvn commands i get following build error.

after creating directory i have downloaded that google analyticshitcounter.java, saved the gdata-src in [dspace-src]/dspace-api/src/main/java/org/dspace/app/ folder and after that i extracted the gadata-core 1.0.jar to the same app folder then i tried to run command
C:\dspace\bin&gt;mvn install:install-file -DgroupId=com.google.gdata -DartifactId=g
data-core -Dversion=1.0 -Dfile=gdata-core-1.0.jar -Dpackaging=jar
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: &#039;install&#039;.
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO]    task-segment: [install:install-file] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] [install:install-file]
[INFO] Installing C:\dspace\bin\gdata-core-1.0.jar to C:\Documents and Settings\
Administrator\.m2\repository\com\google\gdata\gdata-core\1.0\gdata-core-1.0.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error installing artifact &#039;com.google.gdata:gdata-core:jar&#039;: Error instal
ling artifact: File C:\dspace\bin\gdata-core-1.0.jar does not exist

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Fri Apr 02 15:53:09 GMT+05:30 2010
[INFO] Final Memory: 3M/254M
[INFO] ------------------------------------------------------------------------
C:\dspace\bin&gt;

kindly let me know as early as possible, what could be the reason i am getiing this error

Thanking you in advance
with regards</description>
		<content:encoded><![CDATA[<p>hi,<br />
I was trying add this, while running mvn commands i get following build error.</p>
<p>after creating directory i have downloaded that google analyticshitcounter.java, saved the gdata-src in [dspace-src]/dspace-api/src/main/java/org/dspace/app/ folder and after that i extracted the gadata-core 1.0.jar to the same app folder then i tried to run command<br />
C:\dspace\bin&gt;mvn install:install-file -DgroupId=com.google.gdata -DartifactId=g<br />
data-core -Dversion=1.0 -Dfile=gdata-core-1.0.jar -Dpackaging=jar<br />
[INFO] Scanning for projects&#8230;<br />
[INFO] Searching repository for plugin with prefix: &#8216;install&#8217;.<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] Building Maven Default Project<br />
[INFO]    task-segment: [install:install-file] (aggregator-style)<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] [install:install-file]<br />
[INFO] Installing C:\dspace\bin\gdata-core-1.0.jar to C:\Documents and Settings\<br />
Administrator\.m2\repository\com\google\gdata\gdata-core\1.0\gdata-core-1.0.jar<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[ERROR] BUILD ERROR<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] Error installing artifact &#8216;com.google.gdata:gdata-core:jar&#8217;: Error instal<br />
ling artifact: File C:\dspace\bin\gdata-core-1.0.jar does not exist</p>
<p>[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] For more information, run Maven with the -e switch<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] Total time: 1 second<br />
[INFO] Finished at: Fri Apr 02 15:53:09 GMT+05:30 2010<br />
[INFO] Final Memory: 3M/254M<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
C:\dspace\bin&gt;</p>
<p>kindly let me know as early as possible, what could be the reason i am getiing this error</p>
<p>Thanking you in advance<br />
with regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Guthrie</title>
		<link>http://blog.stuartlewis.com/2009/05/29/surfacing-google-analytics-stats-in-dspace/comment-page-1/#comment-3328</link>
		<dc:creator>Michael Guthrie</dc:creator>
		<pubDate>Tue, 09 Feb 2010 12:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=343#comment-3328</guid>
		<description>Hi Paulo and others looking at incorporating the Google Analytics API into DSpace. Starting from some of the code on this page we at OpenRepository.com have been able to get a pretty nice result for the statistics of our repositories. For some background on what and how we did it, click through to here: http://openrepository.com/products/enhanced-statistics From there you can click through to the demo repository and see some examples of the API in action. Hope this gives you all some impetus and hope as to what can be achieved.
Bests,
Michael</description>
		<content:encoded><![CDATA[<p>Hi Paulo and others looking at incorporating the Google Analytics API into DSpace. Starting from some of the code on this page we at OpenRepository.com have been able to get a pretty nice result for the statistics of our repositories. For some background on what and how we did it, click through to here: <a href="http://openrepository.com/products/enhanced-statistics" rel="nofollow">http://openrepository.com/products/enhanced-statistics</a> From there you can click through to the demo repository and see some examples of the API in action. Hope this gives you all some impetus and hope as to what can be achieved.<br />
Bests,<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://blog.stuartlewis.com/2009/05/29/surfacing-google-analytics-stats-in-dspace/comment-page-1/#comment-3315</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Fri, 05 Feb 2010 23:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=343#comment-3315</guid>
		<description>Hi Paulo,

I&#039;ve not seen this error myself before. http://code.google.com/apis/gdata/docs/auth/clientlogin.html#Examples looks useful. I think it may be that the API is really intended to present data to a user, rather to a system that uses it, so a user would be able to re-authenticate and solve the Captcha. 

Another Google help page also suggests:

If a user supplies an incorrect username or password, or a similar error occurs, the AuthenticationException is thrown. If your application uses ClientLogin to authorize, and a program requests a token too frequently, the user is presented with a captcha challenge response. (links to the URL above).

I hope that helps,


Stuart</description>
		<content:encoded><![CDATA[<p>Hi Paulo,</p>
<p>I&#8217;ve not seen this error myself before. <a href="http://code.google.com/apis/gdata/docs/auth/clientlogin.html#Examples" rel="nofollow">http://code.google.com/apis/gdata/docs/auth/clientlogin.html#Examples</a> looks useful. I think it may be that the API is really intended to present data to a user, rather to a system that uses it, so a user would be able to re-authenticate and solve the Captcha. </p>
<p>Another Google help page also suggests:</p>
<p>If a user supplies an incorrect username or password, or a similar error occurs, the AuthenticationException is thrown. If your application uses ClientLogin to authorize, and a program requests a token too frequently, the user is presented with a captcha challenge response. (links to the URL above).</p>
<p>I hope that helps,</p>
<p>Stuart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo Jobim</title>
		<link>http://blog.stuartlewis.com/2009/05/29/surfacing-google-analytics-stats-in-dspace/comment-page-1/#comment-3314</link>
		<dc:creator>Paulo Jobim</dc:creator>
		<pubDate>Fri, 05 Feb 2010 23:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=343#comment-3314</guid>
		<description>Dear Stuart
I have addapted this code to use with the xmlui Interface.
I acctually store the hitcounts in a dc field so I can browse items by Hitcounts. Recentlly the code stopped working, giving me an error:Authentication failed : Captcha required
the code still works on an instance of dspace in my Macbook but not in the server of the Institute.
Any hints on how to solve this.
Paulo</description>
		<content:encoded><![CDATA[<p>Dear Stuart<br />
I have addapted this code to use with the xmlui Interface.<br />
I acctually store the hitcounts in a dc field so I can browse items by Hitcounts. Recentlly the code stopped working, giving me an error:Authentication failed : Captcha required<br />
the code still works on an instance of dspace in my Macbook but not in the server of the Institute.<br />
Any hints on how to solve this.<br />
Paulo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://blog.stuartlewis.com/2009/05/29/surfacing-google-analytics-stats-in-dspace/comment-page-1/#comment-3286</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Thu, 17 Dec 2009 06:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=343#comment-3286</guid>
		<description>Hi Gary,

I wrote the code a while ago, and haven&#039;t looked at it for a while. Looking at it again, I think it should reload the data every hour, although it was never fully tested (was more of a proof of concept) so it might not work fully.

Thanks,


Stuart</description>
		<content:encoded><![CDATA[<p>Hi Gary,</p>
<p>I wrote the code a while ago, and haven&#8217;t looked at it for a while. Looking at it again, I think it should reload the data every hour, although it was never fully tested (was more of a proof of concept) so it might not work fully.</p>
<p>Thanks,</p>
<p>Stuart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://blog.stuartlewis.com/2009/05/29/surfacing-google-analytics-stats-in-dspace/comment-page-1/#comment-3285</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 17 Dec 2009 04:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=343#comment-3285</guid>
		<description>when I got the updated  analyticscounts.properties,  Should I need to restart the jspui service in tomcat to get the updated count?</description>
		<content:encoded><![CDATA[<p>when I got the updated  analyticscounts.properties,  Should I need to restart the jspui service in tomcat to get the updated count?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://blog.stuartlewis.com/2009/05/29/surfacing-google-analytics-stats-in-dspace/comment-page-1/#comment-3119</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Fri, 30 Oct 2009 20:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=343#comment-3119</guid>
		<description>Hi Alessandra,

I don&#039;t know if there are any public DSpace instances running this code.

Thanks,


Stuart</description>
		<content:encoded><![CDATA[<p>Hi Alessandra,</p>
<p>I don&#8217;t know if there are any public DSpace instances running this code.</p>
<p>Thanks,</p>
<p>Stuart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alessandra bianchi</title>
		<link>http://blog.stuartlewis.com/2009/05/29/surfacing-google-analytics-stats-in-dspace/comment-page-1/#comment-3114</link>
		<dc:creator>alessandra bianchi</dc:creator>
		<pubDate>Fri, 30 Oct 2009 10:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=343#comment-3114</guid>
		<description>Hi, 
[I think this is the right place to ask...], 
where can I have a look to a public DSpace GA stats?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
[I think this is the right place to ask...],<br />
where can I have a look to a public DSpace GA stats?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urban Andersson</title>
		<link>http://blog.stuartlewis.com/2009/05/29/surfacing-google-analytics-stats-in-dspace/comment-page-1/#comment-3099</link>
		<dc:creator>Urban Andersson</dc:creator>
		<pubDate>Tue, 27 Oct 2009 21:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stuartlewis.com/?p=343#comment-3099</guid>
		<description>Works like a dream. Many thanks!</description>
		<content:encoded><![CDATA[<p>Works like a dream. Many thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
