Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Google Analytics

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
wildfiction Posted - 16 November 2005 : 14:04:02
I've modded my inc_header.asp file at around line 254 I've inserted the following to allow Google Analytics to accumulate on my forum(s)

'######### Google Analytics Code Start
'######### Replace the xxx's in the _uacct line with your account number
Response.Write	"<script src=""http://www.google-analytics.com/urchin.js"" type=""text/javascript"">" & vbNewLine & _
		"</script>" & vbNewLine & _
		"<script type=""text/javascript"">" & vbNewLine & _
		"_uacct = ""UA-xxxxxx-x"";" & vbNewLine & _
		"urchinTracker();" & vbNewLine & _
		"</script>" & vbNewLine & vbNewLine

'######### Google Analytics Code End


The line at 252 looks like this:
'## END - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT

and the code above was inserted after this line.

Not sure if anybody has any comments about whether or not this is the right place to put this code...?

I have only tried it on the www.usaskiforum.com so far.

All comments appreciated...<
10   L A T E S T    R E P L I E S    (Newest First)
SixGirl Posted - 30 June 2010 : 13:19:28
I ended up using this in the inc_footer today and it worked just dandy - see below from where I started to the end of the page:


'## END   - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT


Response.Write	"  </tr>" & vbNewLine & _
		"</table>" & vbNewLine & _
		"<script type=""text/javascript"">" & vbNewLine & _
"var _gaq = _gaq || [];" & vbNewLine & _
"_gaq.push(['_setAccount', 'UA-YOUROWNNUMBER-7']);" & vbNewLine & _
" _gaq.push(['_trackPageview']);" & vbNewLine & _
"(function() {" & vbNewLine & _
"var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;" & vbNewLine & _
"ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';" & vbNewLine & _
"var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);" & vbNewLine & _
" })();" & vbNewLine & _
"</script>" & vbNewLine & _
		"</body>" & vbNewLine & _
		"</html>" & vbNewLine

my_Conn.Close
set my_Conn = nothing 
%>
akintosyali Posted - 13 January 2009 : 10:39:15
yes, I tried putting this code with my own google account id to the header and it did not work.

So I put the code on the footer and that didn't work either.

My site is:
http://www.ingilizce.com/forum/default.asp<
Podge Posted - 12 January 2009 : 11:29:09
Where is your forum ? Did you put in your unique user account number ?<
akintosyali Posted - 12 January 2009 : 11:01:28
I tried the code above and it didn't work.. Any suggestions??<
bobby131313 Posted - 14 February 2006 : 01:20:24
I've had it on mine since the first week. It is very impressive.

I put mine in the same place, except I used an include file since I have 6-700 other pages on the site besides the forum. Makes it easy to change if needed.

One thing I like is the goal tracking. I set up the funnel leading to the final registration page. It's very interesting to follow the signups and see where they entered the site and follow thier progress through the site to the registration. Or the abandonment point if they don't follow through to the end. Good stuff.

They closed it very early. I believe the 7th or 8th day it was available.<
wildfiction Posted - 14 February 2006 : 01:02:44
yes - currently closed to new accounts because of "overwhelming demand" - i was also very lucky to get in when i did.<
MarcelG Posted - 26 January 2006 : 17:17:15
Is it closed ??? I signed up the first day, and I must say I'm impressed!<
wildfiction Posted - 26 January 2006 : 16:50:47
What sort of analytics are you guys getting for your fora/forum?

One of the interesting factors that I've found is that about 70% of my visitors each day are returning visitors.

Tons of other interesting stuff as well but some of it will be regional...

I've received a few emails from people asking for invites to Google Analytics - please not that this is NOT like gmail and there are no invites and until they provide more capacity there is no way you can join up - really sorry about that...<
s Posted - 29 November 2005 : 00:19:44
nice<
johnny bravo Posted - 28 November 2005 : 08:07:07
Works fine for me, Thank you<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.05 seconds. Powered By: Snitz Forums 2000 Version 3.4.07