<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/analytics-help-tracking</id>
  <title type="text">Tracking Your Site Google Group</title>
  <subtitle type="text">
  Get help with funnels &amp; goals, filters, and other Analytics features.
  </subtitle>
  <link href="/group/analytics-help-tracking/feed/atom_v1_0_msgs.xml" rel="self" title="Tracking Your Site feed"/>
  <updated>2008-11-26T00:38:53Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>ShoreTel</name>
  <email/>
  </author>
  <updated>2008-11-26T00:38:53Z</updated>
  <id>http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/99d7cfd453e1deb3/4b22a66aaafee55b?show_docid=4b22a66aaafee55b</id>
  <link href="http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/99d7cfd453e1deb3/4b22a66aaafee55b?show_docid=4b22a66aaafee55b"/>
  <title type="text">Re: Determining Visitor Session</title>
  <summary type="html" xml:space="preserve">
  If either the __utmb or __utmc cookie is missing a new session is &lt;br&gt; started. The __utmb cookie expires after 30 minutes of inactivity, so &lt;br&gt; if they don&#39;t view any pages for 30 minutes a new session is started. &lt;br&gt; The __utmc cookie on the other hand is a &amp;quot;session&amp;quot; cookie in the old &lt;br&gt; fashioned sense, because it has no expiration, but is deleted by the
  </summary>
  </entry>
  <entry>
  <author>
  <name>ShoreTel</name>
  <email/>
  </author>
  <updated>2008-11-26T00:35:21Z</updated>
  <id>http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/68b36111655dcb98/52fb03ef93aff824?show_docid=52fb03ef93aff824</id>
  <link href="http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/68b36111655dcb98/52fb03ef93aff824?show_docid=52fb03ef93aff824"/>
  <title type="text">Re: Why google analytics does not count correctly Direct Traffic</title>
  <summary type="html" xml:space="preserve">
  On the plus side, you can change the timeout of the campaign cookie &lt;br&gt; using pageTracker._setCookieTimeout. In theory if you set the timeout &lt;br&gt; to 1 day (or even 30 minutes) you might be able to get the behavior &lt;br&gt; you are looking for. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/apis/analytics/docs/gaJSApi.html#_gat.GA_Tracker_._setCookieTimeout&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Houman</name>
  <email/>
  </author>
  <updated>2008-11-25T23:02:49Z</updated>
  <id>http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/87579b2587fdcb70/3339794205126fac?show_docid=3339794205126fac</id>
  <link href="http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/87579b2587fdcb70/3339794205126fac?show_docid=3339794205126fac"/>
  <title type="text">Tracking user account</title>
  <summary type="html" xml:space="preserve">
  My website contains more than 200 registered users I need to track &lt;br&gt; each of them individually. can GA help me in this term. &lt;br&gt; Cheers
  </summary>
  </entry>
  <entry>
  <author>
  <name>adk</name>
  <email/>
  </author>
  <updated>2008-11-25T21:48:52Z</updated>
  <id>http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/2cd32b6749431984/5feaf64885a0f22d?show_docid=5feaf64885a0f22d</id>
  <link href="http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/2cd32b6749431984/5feaf64885a0f22d?show_docid=5feaf64885a0f22d"/>
  <title type="text">C# Library for generating Image Tracking Url (with correctly tracked sessions and uniques)</title>
  <summary type="html" xml:space="preserve">
  I am making an addition to the C# code posted here: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/686570f10449a807/e891d4dd5ddadbda&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; (Thanks Luke!) &lt;br&gt; &lt;p&gt;My goal is to be able to do the basic tracking with correctly tracked &lt;br&gt; sessions and uniques. &lt;br&gt; &lt;p&gt;Making good progress so far. I have a good understanding of the
  </summary>
  </entry>
  <entry>
  <author>
  <name>cgo85</name>
  <email/>
  </author>
  <updated>2008-11-25T21:14:54Z</updated>
  <id>http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/660b4508b4d68184/4ff3836824bc67cc?show_docid=4ff3836824bc67cc</id>
  <link href="http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/660b4508b4d68184/4ff3836824bc67cc?show_docid=4ff3836824bc67cc"/>
  <title type="text">How to track multiple options?</title>
  <summary type="html" xml:space="preserve">
  I need to figure out how to track a 6 step process in which 4 of the &lt;br&gt; steps allow two payment options. Same product but different options. &lt;br&gt; &lt;p&gt;Here is an example scenario: &lt;br&gt; &lt;p&gt;Product 1 for $1300 upfront or 3 payments of $500 &lt;br&gt; &lt;p&gt;Product 2 for $900 upfront or 3 payments of $350 &lt;br&gt; &lt;p&gt;etc... &lt;br&gt; &lt;p&gt;I&#39;ve looked everywhere. Can someone atleast point me in the right
  </summary>
  </entry>
  <entry>
  <author>
  <name>LG</name>
  <email/>
  </author>
  <updated>2008-11-25T20:44:10Z</updated>
  <id>http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/1b19445f52bdc013/50aad71208ef5b34?show_docid=50aad71208ef5b34</id>
  <link href="http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/1b19445f52bdc013/50aad71208ef5b34?show_docid=50aad71208ef5b34"/>
  <title type="text">Re: Data are missing</title>
  <summary type="html" xml:space="preserve">
  I found a way to solve the problem. &lt;br&gt; &lt;p&gt;I removed the &lt;br&gt; try { &lt;br&gt; var pageTracker = _gat._getTracker(&amp;quot;UA-XXXXXX-X&amp;quot; ); &lt;br&gt; pageTracker._initData(); &lt;br&gt; pageTracker._trackPageview(); &lt;br&gt; &lt;p&gt;for this: &lt;br&gt; &lt;p&gt;if (typeof(_gat) == &amp;quot;object&amp;quot;) { &lt;br&gt; var pageTracker = _gat._getTracker(&amp;quot;UA-XXXXXX-X&amp;quot; ); &lt;br&gt; pageTracker._initData(); &lt;br&gt; pageTracker._trackPageview();
  </summary>
  </entry>
  <entry>
  <author>
  <name>duhkneez</name>
  <email/>
  </author>
  <updated>2008-11-25T16:19:45Z</updated>
  <id>http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/4f465ce17f005159/600931c1cea11315?show_docid=600931c1cea11315</id>
  <link href="http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/4f465ce17f005159/600931c1cea11315?show_docid=600931c1cea11315"/>
  <title type="text">Tabbed Browsing</title>
  <summary type="html" xml:space="preserve">
  How does Google Analytics deal with tabbed browsing? &lt;br&gt; &lt;p&gt;Does every new tab opened (within the same Web site) count as a new &lt;br&gt; visit? Does it register a 100% bounce rate? Is time on site measured &lt;br&gt; PER tab and maybe added? &lt;br&gt; &lt;p&gt;Please enlighten me :) &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; Denise
  </summary>
  </entry>
  <entry>
  <author>
  <name>CEBWeb</name>
  <email/>
  </author>
  <updated>2008-11-25T15:29:53Z</updated>
  <id>http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/3de3eb53e9cf0657/9dc18f6b914adb96?show_docid=9dc18f6b914adb96</id>
  <link href="http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/3de3eb53e9cf0657/9dc18f6b914adb96?show_docid=9dc18f6b914adb96"/>
  <title type="text">One profile works no others work</title>
  <summary type="html" xml:space="preserve">
  I have set up several accounts with multiple sites in each. I have &lt;br&gt; successfully created a profile under one of the sites to segment out &lt;br&gt; the statistics in our public pages. However when I tried to create the &lt;br&gt; same profile associated with another domain in the same account or &lt;br&gt; others it will not pull in data.
  </summary>
  </entry>
  <entry>
  <author>
  <name>dan wiltshire</name>
  <email/>
  </author>
  <updated>2008-11-25T13:58:58Z</updated>
  <id>http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/80b7a094c03eaf40/833a700fa56d1be5?show_docid=833a700fa56d1be5</id>
  <link href="http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/80b7a094c03eaf40/833a700fa56d1be5?show_docid=833a700fa56d1be5"/>
  <title type="text">Traffic Sources question newbie</title>
  <summary type="html" xml:space="preserve">
  Hi There, &lt;br&gt; &lt;p&gt;Am new to this. Am little confused, it says that I have no search &lt;br&gt; engine visits to my site at all? &lt;br&gt; &lt;p&gt;But this can&#39;t be right? Not one hit from a search engine is not true? &lt;br&gt; How do I switch this function on? &lt;br&gt; &lt;p&gt;Cheers &lt;br&gt; &lt;p&gt;Dan x
  </summary>
  </entry>
  <entry>
  <author>
  <name>adveho</name>
  <email/>
  </author>
  <updated>2008-11-25T11:19:28Z</updated>
  <id>http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/99d7cfd453e1deb3/7f9f282ac9345a24?show_docid=7f9f282ac9345a24</id>
  <link href="http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/99d7cfd453e1deb3/7f9f282ac9345a24?show_docid=7f9f282ac9345a24"/>
  <title type="text">Determining Visitor Session</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;A question regarding sessionisation, being operated in conjunction &lt;br&gt; between the cookies _utmb and _utmc. &lt;br&gt; &lt;p&gt;Pretty clear is one direction: user visits a page, both cookies are &lt;br&gt; set, visitor leaves page and comes back in less than 30 minutes =&amp;gt; new &lt;br&gt; session is started, as _utmc is missing (although _utmb is still up).
  </summary>
  </entry>
  <entry>
  <author>
  <name>jtl4</name>
  <email/>
  </author>
  <updated>2008-11-25T11:04:18Z</updated>
  <id>http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/2cc7666165f33b59/9bb78b8535ff2224?show_docid=9bb78b8535ff2224</id>
  <link href="http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/2cc7666165f33b59/9bb78b8535ff2224?show_docid=9bb78b8535ff2224"/>
  <title type="text">campaign tracking showing, but with zero values.</title>
  <summary type="html" xml:space="preserve">
  I am just starting out with campaign tracking and have a question. I &lt;br&gt; have used the campaign tool to set the parameters; utm_source=whatever &lt;br&gt; etc. When I click to the landing page, the parameters show correctly &lt;br&gt; in the url. I have the standard ga tracking code on the landing page, &lt;br&gt; and on all other pages in my site.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Adeel</name>
  <email/>
  </author>
  <updated>2008-11-25T09:16:37Z</updated>
  <id>http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/3893117827fc222d/0e89f2eece68e92a?show_docid=0e89f2eece68e92a</id>
  <link href="http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/3893117827fc222d/0e89f2eece68e92a?show_docid=0e89f2eece68e92a"/>
  <title type="text">Re: Can not track pdf downloads in Google Sites</title>
  <summary type="html" xml:space="preserve">
  Once you have set the tracking right, try using track event function &lt;br&gt; pageTracker._trackEvent(&amp;quot;secti on&amp;quot;,&amp;quot;event name&amp;quot;,&amp;quot;label&amp;quot;) &lt;br&gt; &lt;p&gt;I found it quite useful in tracking flash movie events such as start , &lt;br&gt; stop, pause etc.. &lt;br&gt; I am sure you can use this to track a downloads too.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nacho Giral</name>
  <email/>
  </author>
  <updated>2008-11-25T08:55:16Z</updated>
  <id>http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/68b36111655dcb98/de943c15d964e3ca?show_docid=de943c15d964e3ca</id>
  <link href="http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/68b36111655dcb98/de943c15d964e3ca?show_docid=de943c15d964e3ca"/>
  <title type="text">Re: Why google analytics does not count correctly Direct Traffic</title>
  <summary type="html" xml:space="preserve">
  ShoreTel, &lt;br&gt; &lt;p&gt;maybe it works for unknown webs sites but we have been investing a lot &lt;br&gt; in off-line marketing for years building a recognised brand so we have &lt;br&gt; &amp;quot;direct&amp;quot; visits because people came to our site when they need travel &lt;br&gt; related services. &lt;br&gt; &lt;p&gt;Anyway I can understand that maybe the reason why is to mantain the
  </summary>
  </entry>
  <entry>
  <author>
  <name>DaveU</name>
  <email/>
  </author>
  <updated>2008-11-25T08:41:24Z</updated>
  <id>http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/f44df0d094752c28/43e0c45a9ad4d1d1?show_docid=43e0c45a9ad4d1d1</id>
  <link href="http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/f44df0d094752c28/43e0c45a9ad4d1d1?show_docid=43e0c45a9ad4d1d1"/>
  <title type="text">Re: Tracking Exit Links as Goals in Google Analytics</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;No - I don&#39;t see &amp;quot;/Exit-Links/&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.example.com&quot;&gt;[link]&lt;/a&gt;&amp;quot; in my Top Content &lt;br&gt; report. &lt;br&gt; &lt;p&gt;I&#39;ve followed your advice &amp;amp; noticed the second part of my Tracking &lt;br&gt; Code looks unusual: &lt;br&gt; &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt; &lt;br&gt; try { &lt;br&gt; var pageTracker = _gat._getTracker(&amp;quot;UA-*****-*&amp;quot;) ; &lt;br&gt; pageTracker._trackPageview(); &lt;br&gt; &lt;p&gt;I&#39;m going to remove this &amp;amp; add the original tracking code to see if
  </summary>
  </entry>
  <entry>
  <author>
  <name>rpique</name>
  <email/>
  </author>
  <updated>2008-11-25T04:42:48Z</updated>
  <id>http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/8d2bdd76ab528a3d/f8092cfaecdb10fa?show_docid=f8092cfaecdb10fa</id>
  <link href="http://groups.google.com/group/analytics-help-tracking/browse_frm/thread/8d2bdd76ab528a3d/f8092cfaecdb10fa?show_docid=f8092cfaecdb10fa"/>
  <title type="text">tracking google group</title>
  <summary type="html" xml:space="preserve">
  Is it possible to track my google group? &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; &lt;p&gt;Roger,
  </summary>
  </entry>
</feed>
