Re: (ot) Google Analytics

2010-02-19 Thread Jerry Johnson

http://seojeff.com/2008/04/03/tracking-data-for-multiple-google-analytics-accounts-on-one-page/


On Fri, Feb 19, 2010 at 10:48 PM, Rick Root rick.r...@gmail.com wrote:


 Hey all,

 I'm helping run a large web site that hosts many sites using virtual
 domains.  Each site is different though built on the same file
 structure.  Users can choose templates, they build their own content,
 etc.  Users often put google analytics code on their own sites, but we
 don't do any overall analytics beyond what Alexa.com knows about us,
 and knowing that we average about 830,000 coldfusion requests per day
 (and god only knows how many requests for images, css, js files, etc)

 I couldn't find this answer easily on the google web site, but I'm
 wondering if I can put google analytics for us on every page and have
 google analyze the site as one - without messing up the end-users who
 are also monitoring their own individual sites?  Ie, some pages would
 have two sets of google analytics code.

 Thanks.

 Rick

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330974
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: Google analytics

2007-02-26 Thread Nick Tong - http://TalkWebSolutions.co.uk
Hi Josh,
A quick search on the analytics group site (
http://groups.google.com/group/analytics-help) showed:

Any user-agent (browser, search *bot*, etc...) that can't or
doesn't load JavaScript won't be *counted* by Google Analytics. 

On 26/02/07, Josh Nathanson [EMAIL PROTECTED] wrote:

 Hey all,

 Does anyone know if Google analytics makes any attempt to factor in bots
 (theirs or anyone else's) when they report site visits?

 I've been doing some analysis of CF sessions, and it looks like Google's
 reports about 25% more visits than what I'm seeing in my session stats,
 once
 I remove the obvious bots (Googlebot, Yahoo slurp etc.) plus those that
 are
 masked (analyzing ips that hit the site many times within a few seconds.)

 Does this accord with what others have observed?  Any thoughts
 appreciated.

 -- Josh



 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270708
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT: Google analytics

2007-02-26 Thread Josh Nathanson
Hey Nick,

Thanks, just after I posted I went through and found similar verbiage in the 
help area.

I figured out at least part of the discrepancy - our home page is html, not 
CF, so CF sessions are only created when people go past the home page.  But, 
on Google we're only showing a 10% bounce rate from the home page, so 
there's still about a 15% discrepancy somewhere.

-- Josh


~|
ColdFusion MX7 and Flex 2 
Build sales  marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270715
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: OT: Google Analytics question. Anyone?

2006-08-15 Thread Ken Ferguson
You DO NOT need two profiles. The address for the secure script is a
little different actually. 

https://ssl.google-analytics.com/urchin.js


http://www.google.com/support/analytics/bin/answer.py?answer=31846topic
=7175


Thanks,
 
Ken Ferguson
214.636.6126



-Original Message-
From: Jason Radosevich [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 14, 2006 6:43 PM
To: CF-Talk
Subject: Re: OT: Google Analytics question. Anyone?

I think that you need to have 2 different analycts profiles for http and
https

On 8/14/06, Andy Matthews [EMAIL PROTECTED] wrote:
 I'm not sure what you mean...

 This is the tracking code I've got on the entire site right now:

 script src=http://www.google-analytics.com/urchin.js;
 type=text/javascript
 /script
 script type=text/javascript
 _uacct = UA-408392-1;
 urchinTracker();
 /script

 Are you saying that on the cart pages (https://) it needs to look like
this?

 script src=https://www.google-analytics.com/urchin.js;
 type=text/javascript
 /script
 script type=text/javascript
 _uacct = UA-408392-1;
 urchinTracker();
 /script

 !//--
 andy matthews
 web developer
 certified advanced coldfusion programmer
 ICGLink, Inc.
 [EMAIL PROTECTED]
 615.370.1530 x737
 --//-

 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]
 Sent: Monday, August 14, 2006 3:25 PM
 To: CF-Talk
 Subject: RE: OT: Google Analytics question. Anyone?


  And doesn't the js code in the https pages need to point to
  the https version on google analytics?

 Yes, it should. This exact problem bit me not too long ago.


 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249825
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: OT: Google Analytics question. Anyone?

2006-08-15 Thread Andy Matthews
Thanks Ken...

I've changed the link to the Urchin file. I guess I'll have to wait until
tomorrow to see if it's worked.

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Ken Ferguson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 15, 2006 8:49 AM
To: CF-Talk
Subject: RE: OT: Google Analytics question. Anyone?


You DO NOT need two profiles. The address for the secure script is a
little different actually.

https://ssl.google-analytics.com/urchin.js


http://www.google.com/support/analytics/bin/answer.py?answer=31846topic
=7175


Thanks,
 
Ken Ferguson
214.636.6126



-Original Message-
From: Jason Radosevich [mailto:[EMAIL PROTECTED]
Sent: Monday, August 14, 2006 6:43 PM
To: CF-Talk
Subject: Re: OT: Google Analytics question. Anyone?

I think that you need to have 2 different analycts profiles for http and
https

On 8/14/06, Andy Matthews [EMAIL PROTECTED] wrote:
 I'm not sure what you mean...

 This is the tracking code I've got on the entire site right now:

 script src=http://www.google-analytics.com/urchin.js;
 type=text/javascript
 /script
 script type=text/javascript
 _uacct = UA-408392-1;
 urchinTracker();
 /script

 Are you saying that on the cart pages (https://) it needs to look like
this?

 script src=https://www.google-analytics.com/urchin.js;
 type=text/javascript
 /script
 script type=text/javascript
 _uacct = UA-408392-1;
 urchinTracker();
 /script

 !//--
 andy matthews
 web developer
 certified advanced coldfusion programmer
 ICGLink, Inc.
 [EMAIL PROTECTED]
 615.370.1530 x737
 --//-

 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]
 Sent: Monday, August 14, 2006 3:25 PM
 To: CF-Talk
 Subject: RE: OT: Google Analytics question. Anyone?


  And doesn't the js code in the https pages need to point to
  the https version on google analytics?

 Yes, it should. This exact problem bit me not too long ago.








~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249842
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: Google Analytics question. Anyone?

2006-08-14 Thread Jason Radosevich
Did you put the JS code in the pages that you want tracked ?

On 8/14/06, Andy Matthews [EMAIL PROTECTED] wrote:
 A client of mine is trying to track purchases through his shopping cart
 using his Analytics account. I'm pretty sure I've got the code in place
 correctly but he's not getting any hits (and he is getting purchases). I'm
 thinking he might have his addresses entered in correctly. Can someone
 confirm/deny?

 I'm wondering if any of you that have a GA account might be able to chime
 in.

 - I go to Analytics Settings  Website Profiles (edit Settings for his
 profile)
 - Under Conversion Goals, I click Edit (under settings) for his first goal
 (G1).
 - Goal URL is:
 https://secure.icglink.com/cgi-bin/order.pl/modernshop?receipt.html

 The steps someone takes to get to the receipt page are:
 1) Basket page:
 http://www.modernessentials.com/cgi-bin/basket.pl/modernshop?basket.html
 2) Addresses:
 https://secure.icglink.com/cgi-bin/order.pl/modernshop?shipping.html
 3) Payment:
 https://secure.icglink.com/cgi-bin/order.pl/modernshop?billing.html
 4) Confirm:
 https://secure.icglink.com/cgi-bin/order.pl/modernshop?confirm.html

 Under Additional settings, Match Type is set to Exact Match.

 Can someone let me know if these settings are correct?

 !//--
 andy matthews
 web developer
 certified advanced coldfusion programmer
 ICGLink, Inc.
 [EMAIL PROTECTED]
 615.370.1530 x737
 --//-


 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249726
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT: Google Analytics question. Anyone?

2006-08-14 Thread Phill B
I don't think you can track http and https on the same site profile. I
could be wrong but that is the way it looks to me when I set up my
sites.

Phil

On 8/14/06, Andy Matthews [EMAIL PROTECTED] wrote:
 A client of mine is trying to track purchases through his shopping cart
 using his Analytics account. I'm pretty sure I've got the code in place
 correctly but he's not getting any hits (and he is getting purchases). I'm
 thinking he might have his addresses entered in correctly. Can someone
 confirm/deny?

 I'm wondering if any of you that have a GA account might be able to chime
 in.

 - I go to Analytics Settings  Website Profiles (edit Settings for his
 profile)
 - Under Conversion Goals, I click Edit (under settings) for his first goal
 (G1).
 - Goal URL is:
 https://secure.icglink.com/cgi-bin/order.pl/modernshop?receipt.html

 The steps someone takes to get to the receipt page are:
 1) Basket page:
 http://www.modernessentials.com/cgi-bin/basket.pl/modernshop?basket.html
 2) Addresses:
 https://secure.icglink.com/cgi-bin/order.pl/modernshop?shipping.html
 3) Payment:
 https://secure.icglink.com/cgi-bin/order.pl/modernshop?billing.html
 4) Confirm:
 https://secure.icglink.com/cgi-bin/order.pl/modernshop?confirm.html

 Under Additional settings, Match Type is set to Exact Match.

 Can someone let me know if these settings are correct?

 !//--
 andy matthews
 web developer
 certified advanced coldfusion programmer
 ICGLink, Inc.
 [EMAIL PROTECTED]
 615.370.1530 x737
 --//-




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249730
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: Google Analytics question. Anyone?

2006-08-14 Thread Jerry Johnson
And doesn't the js code in the https pages need to point to the https
version on google analytics?

On 8/14/06, Jason Radosevich [EMAIL PROTECTED] wrote:
 Did you put the JS code in the pages that you want tracked ?

 On 8/14/06, Andy Matthews [EMAIL PROTECTED] wrote:
  A client of mine is trying to track purchases through his shopping cart
  using his Analytics account. I'm pretty sure I've got the code in place
  correctly but he's not getting any hits (and he is getting purchases). I'm
  thinking he might have his addresses entered in correctly. Can someone
  confirm/deny?
 
  I'm wondering if any of you that have a GA account might be able to chime
  in.
 
  - I go to Analytics Settings  Website Profiles (edit Settings for his
  profile)
  - Under Conversion Goals, I click Edit (under settings) for his first goal
  (G1).
  - Goal URL is:
  https://secure.icglink.com/cgi-bin/order.pl/modernshop?receipt.html
 
  The steps someone takes to get to the receipt page are:
  1) Basket page:
  http://www.modernessentials.com/cgi-bin/basket.pl/modernshop?basket.html
  2) Addresses:
  https://secure.icglink.com/cgi-bin/order.pl/modernshop?shipping.html
  3) Payment:
  https://secure.icglink.com/cgi-bin/order.pl/modernshop?billing.html
  4) Confirm:
  https://secure.icglink.com/cgi-bin/order.pl/modernshop?confirm.html
 
  Under Additional settings, Match Type is set to Exact Match.
 
  Can someone let me know if these settings are correct?
 
  !//--
  andy matthews
  web developer
  certified advanced coldfusion programmer
  ICGLink, Inc.
  [EMAIL PROTECTED]
  615.370.1530 x737
  --//-
 
 
 

 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249735
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: OT: Google Analytics question. Anyone?

2006-08-14 Thread Dave Watts
 And doesn't the js code in the https pages need to point to 
 the https version on google analytics?

Yes, it should. This exact problem bit me not too long ago.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249744
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: OT: Google Analytics question. Anyone?

2006-08-14 Thread Andy Matthews
Well, I sure thought I did. But someone else pointed out that the code
wasn't in the cart pages. I would have sworn that I added that in there.

I did that and I guess we'll wait until tomorrow to see if it worked.

:)

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Jason Radosevich [mailto:[EMAIL PROTECTED]
Sent: Monday, August 14, 2006 2:04 PM
To: CF-Talk
Subject: Re: OT: Google Analytics question. Anyone?


Did you put the JS code in the pages that you want tracked ?

On 8/14/06, Andy Matthews [EMAIL PROTECTED] wrote:
 A client of mine is trying to track purchases through his shopping cart
 using his Analytics account. I'm pretty sure I've got the code in place
 correctly but he's not getting any hits (and he is getting purchases). I'm
 thinking he might have his addresses entered in correctly. Can someone
 confirm/deny?


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249755
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: OT: Google Analytics question. Anyone?

2006-08-14 Thread Andy Matthews
I'm not sure what you mean...

This is the tracking code I've got on the entire site right now:

script src=http://www.google-analytics.com/urchin.js;
type=text/javascript
/script
script type=text/javascript
_uacct = UA-408392-1;
urchinTracker();
/script

Are you saying that on the cart pages (https://) it needs to look like this?

script src=https://www.google-analytics.com/urchin.js;
type=text/javascript
/script
script type=text/javascript
_uacct = UA-408392-1;
urchinTracker();
/script

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Monday, August 14, 2006 3:25 PM
To: CF-Talk
Subject: RE: OT: Google Analytics question. Anyone?


 And doesn't the js code in the https pages need to point to
 the https version on google analytics?

Yes, it should. This exact problem bit me not too long ago.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249759
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: Google Analytics question. Anyone?

2006-08-14 Thread Jason Radosevich
I think that you need to have 2 different analycts profiles for http and https

On 8/14/06, Andy Matthews [EMAIL PROTECTED] wrote:
 I'm not sure what you mean...

 This is the tracking code I've got on the entire site right now:

 script src=http://www.google-analytics.com/urchin.js;
 type=text/javascript
 /script
 script type=text/javascript
 _uacct = UA-408392-1;
 urchinTracker();
 /script

 Are you saying that on the cart pages (https://) it needs to look like this?

 script src=https://www.google-analytics.com/urchin.js;
 type=text/javascript
 /script
 script type=text/javascript
 _uacct = UA-408392-1;
 urchinTracker();
 /script

 !//--
 andy matthews
 web developer
 certified advanced coldfusion programmer
 ICGLink, Inc.
 [EMAIL PROTECTED]
 615.370.1530 x737
 --//-

 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]
 Sent: Monday, August 14, 2006 3:25 PM
 To: CF-Talk
 Subject: RE: OT: Google Analytics question. Anyone?


  And doesn't the js code in the https pages need to point to
  the https version on google analytics?

 Yes, it should. This exact problem bit me not too long ago.


 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249773
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: Google Analytics

2006-01-09 Thread Ryan Guill
I signed up quick enough to get in in the beginning, and they just
recently (maybe two weeks ago) allowed the ones that are already
signed up to track up to 5 websites, up from 2 websites previously for
me.  So I would say that the time is comming.

I enjoy analytics, and would say its worth the wait, or at least you
should check it out when it comes available, but there is no telling
when that will be and if you need stats now, you may be better off
going with something else at least in the meantime.

/ 2 cents

On 1/9/06, Bobby Hartsfield [EMAIL PROTECTED] wrote:
 Am I EVER going to get into Google Analytics??? I've been on the waiting
 list for quite some time now. Anyone here using it? Is it worth waiting?
 Should I stick with SmarterStats?

 ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
 Bobby Hartsfield
 http://acoderslife.com






 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228832
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT: Google Analytics

2006-01-09 Thread Bobby Hartsfield
Thanks for the update Ryan. I have stats on my site now (and pretty much all
sites I've done) courtesy of my CTO and SmarterStats. I'm just curious to
see Google's myself! Hopefully it will be soon.

You said they give you stats for up to 5 sites now. Are those all stats you
can log into separately so you could say... let a client see their own stats
without seeing everyone else's... or is it one login for all 5?
 
Sincerely,
Should Have Signed up When He Had the Chance

..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 
 

-Original Message-
From: Ryan Guill [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 09, 2006 10:12 AM
To: CF-Talk
Subject: Re: OT: Google Analytics

I signed up quick enough to get in in the beginning, and they just
recently (maybe two weeks ago) allowed the ones that are already
signed up to track up to 5 websites, up from 2 websites previously for
me.  So I would say that the time is comming.

I enjoy analytics, and would say its worth the wait, or at least you
should check it out when it comes available, but there is no telling
when that will be and if you need stats now, you may be better off
going with something else at least in the meantime.

/ 2 cents

On 1/9/06, Bobby Hartsfield [EMAIL PROTECTED] wrote:
 Am I EVER going to get into Google Analytics??? I've been on the waiting
 list for quite some time now. Anyone here using it? Is it worth waiting?
 Should I stick with SmarterStats?

 ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
 Bobby Hartsfield
 http://acoderslife.com






 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228845
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Google Analytics

2006-01-09 Thread Ryan Guill
I have an administrator login of sorts that allows me to see all of
them, but I can create multiple usernames and passwords and allow them
to see one or more of the reports specifically.


On 1/9/06, Bobby Hartsfield [EMAIL PROTECTED] wrote:
 Thanks for the update Ryan. I have stats on my site now (and pretty much all
 sites I've done) courtesy of my CTO and SmarterStats. I'm just curious to
 see Google's myself! Hopefully it will be soon.

 You said they give you stats for up to 5 sites now. Are those all stats you
 can log into separately so you could say... let a client see their own stats
 without seeing everyone else's... or is it one login for all 5?

 Sincerely,
 Should Have Signed up When He Had the Chance

 ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
 Bobby Hartsfield
 http://acoderslife.com



 -Original Message-
 From: Ryan Guill [mailto:[EMAIL PROTECTED]
 Sent: Monday, January 09, 2006 10:12 AM
 To: CF-Talk
 Subject: Re: OT: Google Analytics

 I signed up quick enough to get in in the beginning, and they just
 recently (maybe two weeks ago) allowed the ones that are already
 signed up to track up to 5 websites, up from 2 websites previously for
 me.  So I would say that the time is comming.

 I enjoy analytics, and would say its worth the wait, or at least you
 should check it out when it comes available, but there is no telling
 when that will be and if you need stats now, you may be better off
 going with something else at least in the meantime.

 / 2 cents

 On 1/9/06, Bobby Hartsfield [EMAIL PROTECTED] wrote:
  Am I EVER going to get into Google Analytics??? I've been on the waiting
  list for quite some time now. Anyone here using it? Is it worth waiting?
  Should I stick with SmarterStats?
 
  ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
  Bobby Hartsfield
  http://acoderslife.com
 
 
 
 
 
 
 



 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228849
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT: Google Analytics

2006-01-09 Thread Bobby Hartsfield
Nice. Thanks for the info.
 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 
 

-Original Message-
From: Ryan Guill [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 09, 2006 10:54 AM
To: CF-Talk
Subject: Re: OT: Google Analytics

I have an administrator login of sorts that allows me to see all of
them, but I can create multiple usernames and passwords and allow them
to see one or more of the reports specifically.


On 1/9/06, Bobby Hartsfield [EMAIL PROTECTED] wrote:
 Thanks for the update Ryan. I have stats on my site now (and pretty much
all
 sites I've done) courtesy of my CTO and SmarterStats. I'm just curious to
 see Google's myself! Hopefully it will be soon.

 You said they give you stats for up to 5 sites now. Are those all stats
you
 can log into separately so you could say... let a client see their own
stats
 without seeing everyone else's... or is it one login for all 5?

 Sincerely,
 Should Have Signed up When He Had the Chance

 ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
 Bobby Hartsfield
 http://acoderslife.com



 -Original Message-
 From: Ryan Guill [mailto:[EMAIL PROTECTED]
 Sent: Monday, January 09, 2006 10:12 AM
 To: CF-Talk
 Subject: Re: OT: Google Analytics

 I signed up quick enough to get in in the beginning, and they just
 recently (maybe two weeks ago) allowed the ones that are already
 signed up to track up to 5 websites, up from 2 websites previously for
 me.  So I would say that the time is comming.

 I enjoy analytics, and would say its worth the wait, or at least you
 should check it out when it comes available, but there is no telling
 when that will be and if you need stats now, you may be better off
 going with something else at least in the meantime.

 / 2 cents

 On 1/9/06, Bobby Hartsfield [EMAIL PROTECTED] wrote:
  Am I EVER going to get into Google Analytics??? I've been on the waiting
  list for quite some time now. Anyone here using it? Is it worth waiting?
  Should I stick with SmarterStats?
 
  ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
  Bobby Hartsfield
  http://acoderslife.com
 
 
 
 
 
 
 



 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228853
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT: Google Analytics

2006-01-09 Thread Bobby Hartsfield
Ps... I don't suppose theirs an 'invitation only' system like GMail had? :-)

 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 
 

-Original Message-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 09, 2006 11:03 AM
To: CF-Talk
Subject: RE: OT: Google Analytics

Nice. Thanks for the info.
 
...:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 
 

-Original Message-
From: Ryan Guill [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 09, 2006 10:54 AM
To: CF-Talk
Subject: Re: OT: Google Analytics

I have an administrator login of sorts that allows me to see all of
them, but I can create multiple usernames and passwords and allow them
to see one or more of the reports specifically.


On 1/9/06, Bobby Hartsfield [EMAIL PROTECTED] wrote:
 Thanks for the update Ryan. I have stats on my site now (and pretty much
all
 sites I've done) courtesy of my CTO and SmarterStats. I'm just curious to
 see Google's myself! Hopefully it will be soon.

 You said they give you stats for up to 5 sites now. Are those all stats
you
 can log into separately so you could say... let a client see their own
stats
 without seeing everyone else's... or is it one login for all 5?

 Sincerely,
 Should Have Signed up When He Had the Chance

 ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
 Bobby Hartsfield
 http://acoderslife.com



 -Original Message-
 From: Ryan Guill [mailto:[EMAIL PROTECTED]
 Sent: Monday, January 09, 2006 10:12 AM
 To: CF-Talk
 Subject: Re: OT: Google Analytics

 I signed up quick enough to get in in the beginning, and they just
 recently (maybe two weeks ago) allowed the ones that are already
 signed up to track up to 5 websites, up from 2 websites previously for
 me.  So I would say that the time is comming.

 I enjoy analytics, and would say its worth the wait, or at least you
 should check it out when it comes available, but there is no telling
 when that will be and if you need stats now, you may be better off
 going with something else at least in the meantime.

 / 2 cents

 On 1/9/06, Bobby Hartsfield [EMAIL PROTECTED] wrote:
  Am I EVER going to get into Google Analytics??? I've been on the waiting
  list for quite some time now. Anyone here using it? Is it worth waiting?
  Should I stick with SmarterStats?
 
  ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
  Bobby Hartsfield
  http://acoderslife.com
 
 
 
 
 
 
 



 





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228855
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Google Analytics

2006-01-09 Thread Ryan Guill
Sorry, I don't believe so.

On 1/9/06, Bobby Hartsfield [EMAIL PROTECTED] wrote:
 Ps... I don't suppose theirs an 'invitation only' system like GMail had? :-)


 ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
 Bobby Hartsfield
 http://acoderslife.com



 -Original Message-
 From: Bobby Hartsfield [mailto:[EMAIL PROTECTED]
 Sent: Monday, January 09, 2006 11:03 AM
 To: CF-Talk
 Subject: RE: OT: Google Analytics

 Nice. Thanks for the info.

 ...:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
 Bobby Hartsfield
 http://acoderslife.com



 -Original Message-
 From: Ryan Guill [mailto:[EMAIL PROTECTED]
 Sent: Monday, January 09, 2006 10:54 AM
 To: CF-Talk
 Subject: Re: OT: Google Analytics

 I have an administrator login of sorts that allows me to see all of
 them, but I can create multiple usernames and passwords and allow them
 to see one or more of the reports specifically.


 On 1/9/06, Bobby Hartsfield [EMAIL PROTECTED] wrote:
  Thanks for the update Ryan. I have stats on my site now (and pretty much
 all
  sites I've done) courtesy of my CTO and SmarterStats. I'm just curious to
  see Google's myself! Hopefully it will be soon.
 
  You said they give you stats for up to 5 sites now. Are those all stats
 you
  can log into separately so you could say... let a client see their own
 stats
  without seeing everyone else's... or is it one login for all 5?
 
  Sincerely,
  Should Have Signed up When He Had the Chance
 
  ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
  Bobby Hartsfield
  http://acoderslife.com
 
 
 
  -Original Message-
  From: Ryan Guill [mailto:[EMAIL PROTECTED]
  Sent: Monday, January 09, 2006 10:12 AM
  To: CF-Talk
  Subject: Re: OT: Google Analytics
 
  I signed up quick enough to get in in the beginning, and they just
  recently (maybe two weeks ago) allowed the ones that are already
  signed up to track up to 5 websites, up from 2 websites previously for
  me.  So I would say that the time is comming.
 
  I enjoy analytics, and would say its worth the wait, or at least you
  should check it out when it comes available, but there is no telling
  when that will be and if you need stats now, you may be better off
  going with something else at least in the meantime.
 
  / 2 cents
 
  On 1/9/06, Bobby Hartsfield [EMAIL PROTECTED] wrote:
   Am I EVER going to get into Google Analytics??? I've been on the waiting
   list for quite some time now. Anyone here using it? Is it worth waiting?
   Should I stick with SmarterStats?
  
   ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
   Bobby Hartsfield
   http://acoderslife.com
  
  
  
  
  
  
  
 
 
 
 





 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228878
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54