Hi,
I want to announce the release of Google Analytics Tracker, a small tool we make for getitmade.com (Nick Ager's project), to allow us to get analytics data. Right now is very simple, it just give us page visits data, but can be used as a foundation to get a lot more info. You get it by: Gofer it squeaksource: 'gat'; package: 'ConfigurationOfGoogleAnalyticsTracker'; load. (Smalltalk at: #ConfigurationOfGoogleAnalyticsTracker) load. To see how it works just see GAAccess class>>#example. It uses Zinc and PetitParser, so if gemstone can load both packages, it will work without any problems (I think it will, but I will check it tomorrow... maybe with a different configuration). You will be able to add to your pages something like the image I'm sending :) Cheers, Esteban _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside gat-screenshot.png (317K) Download Attachment |
sweet man
On Jun 8, 2011, at 5:50 PM, Esteban Lorenzano wrote:
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by EstebanLM
Very cool Esteban!
2011/6/8 Esteban Lorenzano <[hidden email]>: > Hi, > I want to announce the release of Google Analytics Tracker, a small tool we make for getitmade.com (Nick Ager's project), to allow us to get analytics data. > Right now is very simple, it just give us page visits data, but can be used as a foundation to get a lot more info. > > You get it by: > > Gofer it > squeaksource: 'gat'; > package: 'ConfigurationOfGoogleAnalyticsTracker'; > load. > (Smalltalk at: #ConfigurationOfGoogleAnalyticsTracker) load. > > To see how it works just see GAAccess class>>#example. > > It uses Zinc and PetitParser, so if gemstone can load both packages, it will work without any problems (I think it will, but I will check it tomorrow... maybe with a different configuration). > > You will be able to add to your pages something like the image I'm sending :) > > Cheers, > Esteban > > > > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by EstebanLM
Very cool. I especially like the XPath parser :-)
Lukas On 9 June 2011 13:41, Nick Ager <[hidden email]> wrote: > Hi > This looks great - looking forward to integrating it. > Cheers > Nick > > On 8 June 2011 21:50, Esteban Lorenzano <[hidden email]> wrote: >> >> Hi, >> I want to announce the release of Google Analytics Tracker, a small tool >> we make for getitmade.com (Nick Ager's project), to allow us to get >> analytics data. >> Right now is very simple, it just give us page visits data, but can be >> used as a foundation to get a lot more info. >> >> You get it by: >> >> Gofer it >> squeaksource: 'gat'; >> package: 'ConfigurationOfGoogleAnalyticsTracker'; >> load. >> (Smalltalk at: #ConfigurationOfGoogleAnalyticsTracker) load. >> >> To see how it works just see GAAccess class>>#example. >> >> It uses Zinc and PetitParser, so if gemstone can load both packages, it >> will work without any problems (I think it will, but I will check it >> tomorrow... maybe with a different configuration). >> >> You will be able to add to your pages something like the image I'm sending >> :) >> >> Cheers, >> Esteban >> >> >> >> >> > > -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
thanks!
the XPath parser is really incomplete right now, that's why I didn't push it outside the tracker... but I have plans for it, as it is really useful :) Esteban El 09/06/2011, a las 2:05p.m., Lukas Renggli escribió: > Very cool. I especially like the XPath parser :-) > > Lukas > > On 9 June 2011 13:41, Nick Ager <[hidden email]> wrote: >> Hi >> This looks great - looking forward to integrating it. >> Cheers >> Nick >> >> On 8 June 2011 21:50, Esteban Lorenzano <[hidden email]> wrote: >>> >>> Hi, >>> I want to announce the release of Google Analytics Tracker, a small tool >>> we make for getitmade.com (Nick Ager's project), to allow us to get >>> analytics data. >>> Right now is very simple, it just give us page visits data, but can be >>> used as a foundation to get a lot more info. >>> >>> You get it by: >>> >>> Gofer it >>> squeaksource: 'gat'; >>> package: 'ConfigurationOfGoogleAnalyticsTracker'; >>> load. >>> (Smalltalk at: #ConfigurationOfGoogleAnalyticsTracker) load. >>> >>> To see how it works just see GAAccess class>>#example. >>> >>> It uses Zinc and PetitParser, so if gemstone can load both packages, it >>> will work without any problems (I think it will, but I will check it >>> tomorrow... maybe with a different configuration). >>> >>> You will be able to add to your pages something like the image I'm sending >>> :) >>> >>> Cheers, >>> Esteban >>> >>> >>> >>> >>> >> >> > > > > -- > Lukas Renggli > www.lukas-renggli.ch _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Cool!
I would be interested in the XPath parser as well. Doru On 9 Jun 2011, at 20:19, Esteban Lorenzano wrote: > thanks! > the XPath parser is really incomplete right now, that's why I didn't push it outside the tracker... but I have plans for it, as it is really useful :) > > Esteban > > El 09/06/2011, a las 2:05p.m., Lukas Renggli escribió: > >> Very cool. I especially like the XPath parser :-) >> >> Lukas >> >> On 9 June 2011 13:41, Nick Ager <[hidden email]> wrote: >>> Hi >>> This looks great - looking forward to integrating it. >>> Cheers >>> Nick >>> >>> On 8 June 2011 21:50, Esteban Lorenzano <[hidden email]> wrote: >>>> >>>> Hi, >>>> I want to announce the release of Google Analytics Tracker, a small tool >>>> we make for getitmade.com (Nick Ager's project), to allow us to get >>>> analytics data. >>>> Right now is very simple, it just give us page visits data, but can be >>>> used as a foundation to get a lot more info. >>>> >>>> You get it by: >>>> >>>> Gofer it >>>> squeaksource: 'gat'; >>>> package: 'ConfigurationOfGoogleAnalyticsTracker'; >>>> load. >>>> (Smalltalk at: #ConfigurationOfGoogleAnalyticsTracker) load. >>>> >>>> To see how it works just see GAAccess class>>#example. >>>> >>>> It uses Zinc and PetitParser, so if gemstone can load both packages, it >>>> will work without any problems (I think it will, but I will check it >>>> tomorrow... maybe with a different configuration). >>>> >>>> You will be able to add to your pages something like the image I'm sending >>>> :) >>>> >>>> Cheers, >>>> Esteban >>>> >>>> >>>> >>>> >>>> >>> >>> >> >> >> >> -- >> Lukas Renggli >> www.lukas-renggli.ch > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside -- www.tudorgirba.com "Every successful trip needs a suitable vehicle." _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |