<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Resources</title><link>http://www.dotnetnuke.com/tabid/795/Default.aspx</link><description>Resource discussions for DotNetNuke.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Where do you paste the script for google Analytics  in DNN 3.1.1</title><link>http://forums.asp.net/thread/1117930.aspx</link><pubDate>Sat, 19 Nov 2005 05:58:22 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1117930</guid><dc:creator>vasilis</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1117930.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=99&amp;PostID=1117930</wfw:commentRss><description>&lt;P&gt;Yeah, sure... but still not a big deal, right?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description></item><item><title>Re: Where do you paste the script for google Analytics  in DNN 3.1.1</title><link>http://forums.asp.net/thread/1117918.aspx</link><pubDate>Sat, 19 Nov 2005 05:25:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1117918</guid><dc:creator>AerosSaga</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1117918.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=99&amp;PostID=1117918</wfw:commentRss><description>It could be you would then just have to be sure to add it back to default.aspx each time you upgraded your DNN install.&lt;br&gt;</description></item><item><title>Re: Where do you paste the script for google Analytics  in DNN 3.1.1</title><link>http://forums.asp.net/thread/1117832.aspx</link><pubDate>Sat, 19 Nov 2005 01:26:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1117832</guid><dc:creator>vasilis</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1117832.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=99&amp;PostID=1117832</wfw:commentRss><description>Can't be added in the head of Default.aspx?&lt;BR&gt;&lt;BR&gt;I mean the script you get from Google&lt;BR&gt;&lt;BR&gt;*** edit ***&lt;BR&gt;&lt;BR&gt;I found the answer in this thread: &lt;A HREF="/1113529/ShowPost.aspx"&gt;http://forums.asp.net/1113529/ShowPost.aspx&lt;/A&gt;</description></item><item><title>Re: Where do you paste the script for google Analytics  in DNN 3.1.1</title><link>http://forums.asp.net/thread/1117246.aspx</link><pubDate>Fri, 18 Nov 2005 15:54:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1117246</guid><dc:creator>AerosSaga</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1117246.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=99&amp;PostID=1117246</wfw:commentRss><description>&lt;span&gt;To inject the Google JavaScript code into the header globally for
all pages, you could add this to your skin file (put this code right
after all the @Register page directives) and do not forget to insert
your tracking code where the red text is:&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;span&gt;&lt;font color="#0000ff" face="Courier New" size="2"&gt;&amp;lt;script runat="server" language="vb"&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Dim sb As New System.Text.StringBuilder&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; sb.Append(&lt;/font&gt;&lt;font color="#0000ff" face="Courier New" size="2"&gt;&lt;font color="#0000ff"&gt;Environment.NewLine&lt;/font&gt; &amp;amp; &lt;/font&gt;&lt;font color="#0000ff" face="Courier New" size="2"&gt;"&amp;lt;scr" &amp;amp; "ipt src=""&lt;a target="_blank"&gt;http://www.google-analytics.com/urchin.js""&lt;/a&gt; type=""text/javascript""&amp;gt;")&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; sb.Append(&lt;/font&gt;&lt;font color="#0000ff" face="Courier New" size="2"&gt;&lt;font color="#0000ff"&gt;Environment.NewLine&lt;/font&gt; &amp;amp; &lt;/font&gt;&lt;font color="#0000ff" face="Courier New" size="2"&gt;"&amp;lt;/scr" &amp;amp; "ipt&amp;gt;" &amp;amp; Environment.NewLine)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; sb.Append("&amp;lt;scr" &amp;amp; "ipt type=""text/javascript""&amp;gt;" &amp;amp; Environment.NewLine)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; sb.Append("_uacct = ""&lt;font color="#ff0000"&gt;UA-xxxxx-x&lt;/font&gt;"";" &amp;amp; Environment.NewLine)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; sb.Append("urchinTracker();" &amp;amp; Environment.NewLine)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; sb.Append("&amp;lt;/scr" &amp;amp; "ipt&amp;gt;" &amp;amp; Environment.NewLine)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Dim ph As System.Web.UI.WebControls.PlaceHolder &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; ph = Page.FindControl("phDNNHead")&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; If Not ph Is Nothing Then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; ph.Controls.Add(New System.Web.UI.LiteralControl(sb.ToString))&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Sub&lt;br&gt;&amp;lt;/script&amp;gt;&lt;/font&gt;&lt;/span&gt;</description></item><item><title>Re: Where do you paste the script for google Analytics  in DNN 3.1.1</title><link>http://forums.asp.net/thread/1116343.aspx</link><pubDate>Thu, 17 Nov 2005 19:33:41 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1116343</guid><dc:creator>cali</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1116343.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=99&amp;PostID=1116343</wfw:commentRss><description>It is recommended to post Google code in Head section. You can easily
do it with some modules or by pasting it to your skin... but search
forums. I've seen at least 5 threads on that.&lt;br&gt;</description></item><item><title>Re: Where do you paste the script for google Analytics  in DNN 3.1.1</title><link>http://forums.asp.net/thread/1116005.aspx</link><pubDate>Thu, 17 Nov 2005 15:25:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1116005</guid><dc:creator>mlndnn</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1116005.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=99&amp;PostID=1116005</wfw:commentRss><description>I pasted the script directly in a text module and it worked, however, it took a few hours for data to be loaded to the reports.&amp;nbsp; I bet Google Analytics is not real time reporting but rolled up periodically.&lt;BR&gt;&lt;BR&gt;-Mark&lt;BR&gt;
&lt;a href="http://www.weekendlandlord.com"&gt;WeekendLandlord.com&lt;/a&gt;</description></item><item><title>Where do you paste the script for google Analytics  in DNN 3.1.1</title><link>http://forums.asp.net/thread/1114188.aspx</link><pubDate>Wed, 16 Nov 2005 01:54:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1114188</guid><dc:creator>LeeH</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1114188.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=99&amp;PostID=1114188</wfw:commentRss><description>Sunday Google released Analytics&amp;nbsp; a free adword site monitor.&amp;nbsp; You are to paste &lt;FONT size=2&gt;
&lt;P&gt;&amp;lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&amp;gt; + more and some more script on the pages you want to monitor.&lt;BR&gt;&lt;BR&gt;I pasted it in a Text module &amp;amp; it does not display in view nor logging activity inside google.&lt;BR&gt;Lee Hinman&lt;/P&gt;&lt;/FONT&gt;</description></item></channel></rss>