<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Tag: google analytics - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/google-analytics</link>
		<description>Support Forum - Tag: google analytics - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 11:32:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/google-analytics" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Cache Plugin causes problem for Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/cache-plugin-causes-problem-for-google-analytics#post-77360</link>
			<pubDate>Wed, 26 Sep 2012 02:26:56 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77360@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kaylesimon,&#60;/p&#62;
&#60;p&#62;Sorry for the delay in response. Anyway, Glad that your analytics is working fine now. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kaylesimon on "Cache Plugin causes problem for Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/cache-plugin-causes-problem-for-google-analytics#post-77338</link>
			<pubDate>Tue, 25 Sep 2012 23:07:20 +0000</pubDate>
			<dc:creator>kaylesimon</dc:creator>
			<guid isPermaLink="false">77338@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just an update for anyone else having this problem. WP Super Cache stopped Analytics from working for me in this theme; WP Total Cache is not causing the same issue, and analytics is now working again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kaylesimon on "Cache Plugin causes problem for Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/cache-plugin-causes-problem-for-google-analytics#post-77161</link>
			<pubDate>Mon, 24 Sep 2012 18:52:00 +0000</pubDate>
			<dc:creator>kaylesimon</dc:creator>
			<guid isPermaLink="false">77161@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My hosting provided (hostgator) made me install WP Super Cache, at which point google analytics started showing zero visits for a site that is getting thousands of hits a day. Looking online I found that several people were having similar issues...not a lot, and it seems to be related to how the analytics code is being handled, but this is definitely a problem for Sentence. &#60;/p&#62;
&#60;p&#62;So now I'm trying Total Cache.&#60;/p&#62;
&#60;p&#62;My other solution, I guess, would be to give up Google Analytics and try another analytics plugin, see whether that might work. Any experience here with one that works well for you? I MUST have a cache plugin to avoid dedicated hosting costs for this site...so it's worth a try to avoid that expense.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vendosmedia on "tracking ajax-revealed portfolio content into Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/tracking-ajax-revealed-portfolio-content-into-google-analytics#post-62475</link>
			<pubDate>Wed, 27 Jun 2012 16:04:37 +0000</pubDate>
			<dc:creator>vendosmedia</dc:creator>
			<guid isPermaLink="false">62475@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've changed the tracking call to&#60;/p&#62;
&#60;p&#62;_gaq.push(['_trackPageview', '/'+window.location.pathname.substr(1)+'/ajax/'+id]);&#60;/p&#62;
&#60;p&#62;- so that a preview of &#34;portfolio-item-stub&#34; on /work isn't confused with a view of the actual page /work/portfolio-item-stub.&#60;/p&#62;
&#60;p&#62;Kevin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vendosmedia on "tracking ajax-revealed portfolio content into Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/tracking-ajax-revealed-portfolio-content-into-google-analytics#post-62457</link>
			<pubDate>Wed, 27 Jun 2012 14:53:44 +0000</pubDate>
			<dc:creator>vendosmedia</dc:creator>
			<guid isPermaLink="false">62457@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there&#60;/p&#62;
&#60;p&#62;Just following up on a previous thread, here:  &#60;a href=&#34;http://www.kriesi.at/support/topic/google-analytics-event-tracking#post-49325&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/google-analytics-event-tracking#post-49325&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Angular is fantastic, but tracking content properly into web analytics is a challenge.&#60;/p&#62;
&#60;p&#62;In js/avia.js, after line 564 (i.e. at the bottom of the success function) I've added this&#60;/p&#62;
&#60;p&#62;  // GA function&#60;br /&#62;
  _gaq.push(['_trackPageview', '/'+window.location.pathname.substr(1)+'/'+id]);&#60;/p&#62;
&#60;p&#62;The result is that portfolio views are tracked into GA as a pageview, e.g. like this&#60;/p&#62;
&#60;p&#62;  /work/1234&#60;/p&#62;
&#60;p&#62;where 1234 is the ID of the portfolio item in WordPress, and /work is the page that the user is on when they view the portfolio preview.&#60;/p&#62;
&#60;p&#62;I've then added a filter to GA for each portfolio item:&#60;/p&#62;
&#60;p&#62;  Custom &#38;gt; Advanced&#60;br /&#62;
  Field A -&#38;gt; Extract A	(.*)\/1234(.*)&#60;br /&#62;
  Field B -&#38;gt; Extract B	[leave blank]&#60;br /&#62;
  Output To -&#38;gt; Constructor	$A1/portfolio-item-stub$A2&#60;br /&#62;
  Field A Required	Yes&#60;br /&#62;
  Field B Required	No&#60;br /&#62;
  Override Output Field	Yes&#60;br /&#62;
  Case-sensitive	No&#60;/p&#62;
&#60;p&#62;This rewrites /work/1234 as /work/portfolio-item-stub in the GA content reports.&#60;/p&#62;
&#60;p&#62;The tracking behaviour that my placement of the tracking call in avia.js produces is this:&#60;/p&#62;
&#60;p&#62;  - when you first load a portfolio item, a tracking call is fired [great]&#60;br /&#62;
  - if you close the preview , nothing happens [if you think about the user journey and the way the user sees things, I think this is fine]&#60;br /&#62;
  - if you load a different item, that second item causes a pageview to be tracked [great]&#60;br /&#62;
  - if you go back to an item that you previously loaded, a second pageview is NOT tracked  [mmm I'd prefer it if another call was fired]&#60;br /&#62;
  - if you use the arrow buttons to move to the next portfolio preview, it tracks [great]&#60;/p&#62;
&#60;p&#62;I hope this is helpful for others.  It would be good to get some advice on how I can make my pageview call fire when the same item is viewed a second time; and if there's a way of tracking the item stub directly to GA, instead of having to maintain all those GA filters.&#60;/p&#62;
&#60;p&#62;Many thanks&#60;/p&#62;
&#60;p&#62;Kevin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-2#post-48363</link>
			<pubDate>Mon, 26 Mar 2012 17:04:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">48363@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Yes, as long as you have it paste on General Options &#38;gt; Google Analytics. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newuser on "Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-2#post-48361</link>
			<pubDate>Mon, 26 Mar 2012 16:51:58 +0000</pubDate>
			<dc:creator>newuser</dc:creator>
			<guid isPermaLink="false">48361@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael for the quick response! Since it appears both in header and footer, Were my stats counted twice so far and Is it OK to just remove it from the header?&#60;/p&#62;
&#60;p&#62;Thanks~
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-2#post-48359</link>
			<pubDate>Mon, 26 Mar 2012 16:43:56 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">48359@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; It will be pasted in the footer area by default. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newuser on "Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-2#post-48356</link>
			<pubDate>Mon, 26 Mar 2012 16:27:40 +0000</pubDate>
			<dc:creator>newuser</dc:creator>
			<guid isPermaLink="false">48356@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;If I paste the Google Analytics JS Code in the &#34;newscast&#34; General Options, *which file does it get pasted into by default - Header or Footer?*&#60;/p&#62;
&#60;p&#62;I had manually installed Google Analytics and now I see the same code in the header.php and footer.php. (I don't remember which file I pasted in manually) I am assuming this is counting pageviews/uniques twice? Is it OK to just remove it from one of the files?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Google analytics ID displayed below the footer"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-id-displayed-below-the-footer#post-39961</link>
			<pubDate>Fri, 03 Feb 2012 07:19:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">39961@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to paste the entire js code/script into it. The reason is that some users (like me) use different analytic tools with different js code and this solution is more versatile.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>realmisr on "Google analytics ID displayed below the footer"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-id-displayed-below-the-footer#post-39923</link>
			<pubDate>Fri, 03 Feb 2012 03:20:26 +0000</pubDate>
			<dc:creator>realmisr</dc:creator>
			<guid isPermaLink="false">39923@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have the same problem when I just paste the code &#34;UA-######&#34; into it.&#60;/p&#62;
&#60;p&#62;But if I paste the entire script provided in there then it doesn't come up.&#60;/p&#62;
&#60;p&#62;Are we supposed to only paste the UA number code or the entire script?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Google analytics ID displayed below the footer"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-id-displayed-below-the-footer#post-39714</link>
			<pubDate>Thu, 02 Feb 2012 06:51:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">39714@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you post a link to your website please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JedE on "Google analytics ID displayed below the footer"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-id-displayed-below-the-footer#post-39631</link>
			<pubDate>Wed, 01 Feb 2012 16:46:59 +0000</pubDate>
			<dc:creator>JedE</dc:creator>
			<guid isPermaLink="false">39631@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;There is a narrow white section just below the footer and the GA code is being displayed.&#60;br /&#62;
I turned off plugins to try to fix this and no luck.&#60;/p&#62;
&#60;p&#62;Please advise.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-1#post-36057</link>
			<pubDate>Thu, 29 Dec 2011 11:04:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcm404 on "Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-1#post-35977</link>
			<pubDate>Fri, 23 Dec 2011 16:42:15 +0000</pubDate>
			<dc:creator>lcm404</dc:creator>
			<guid isPermaLink="false">35977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Cool..Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-1#post-35910</link>
			<pubDate>Fri, 23 Dec 2011 07:42:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35910@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I'd use the &#60;a href=&#34;http://inoplugs.com/formidablepro&#34;&#62;Formidable&#60;/a&#62; contact form because it offers a thank you page out of the box and the lite version is also free. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcm404 on "Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-1#post-35888</link>
			<pubDate>Fri, 23 Dec 2011 04:51:49 +0000</pubDate>
			<dc:creator>lcm404</dc:creator>
			<guid isPermaLink="false">35888@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I understand...my suggestion would definitely then to pass a virtual pageview to Google Analytics:&#60;/p&#62;
&#60;p&#62;from the above link: &#34;Use the _trackPageview() method along with a URL you fabricate in order to track clicks from users that do not lead to actual website pages on your site. &#34;&#60;/p&#62;
&#60;p&#62;Have watched this done this several times on sites where there is lots of ajax features and js.  Conversion analysis is super important to me so I hate to be a pain so I will ask what you suggest I do if you can't make it happen?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-1#post-35772</link>
			<pubDate>Thu, 22 Dec 2011 07:11:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35772@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Our form is js/ajax based because many users prefer ajax over page redirections, confirmation pages, etc. Even Contact form 7 would require a redirect: &#60;a href=&#34;http://contactform7.com/blog/2009/11/24/tracking-form-submissions-with-google-analytics/&#34; rel=&#34;nofollow&#34;&#62;http://contactform7.com/blog/2009/11/24/tracking-form-submissions-with-google-analytics/&#60;/a&#62; - the only plugin I know which supports a thank you page is &#60;a href=&#34;http://inoplugs.com/formidablepro&#34;&#62;Formidable&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcm404 on "Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-1#post-35767</link>
			<pubDate>Thu, 22 Dec 2011 06:28:48 +0000</pubDate>
			<dc:creator>lcm404</dc:creator>
			<guid isPermaLink="false">35767@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yeah sure no problem.  Ok so...where do I begin.  Easiest way to put it is google needs a unique page that is used as the &#34;Goal Confirmation Page&#34;.  Thank you pages (&#34;hey thanks for filling out this form&#34;) are only accessed after submitting a form (in theory and for the most part)...or in more advanced configurations a confirmation page after a purchase.  Google Analytics has more advanced conversion analysis for ecommerce sites for the latter purpose which is not what I am suggesting.  What I want to take advantage of is the basic conversion tracking features...you know based on email leads from the website this allows for us to know how different traffic sources and campaigns perform. &#60;/p&#62;
&#60;p&#62;Let me know if thats clear...if something was built into the template then I would say leave the design the way it is and understand this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://code.google.com/apis/analytics/docs/tracking/asyncMigrationExamples.html#VirtualPageviews&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/apis/analytics/docs/tracking/asyncMigrationExamples.html#VirtualPageviews&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Then there would be very little to do as a &#34;fake&#34; page view would be passed to GA and that is what would be used as the Thank you/Goal Confirmation page...and would be very sweet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-1#post-35737</link>
			<pubDate>Thu, 22 Dec 2011 03:10:31 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">35737@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I have no idea what you mean by a thank you page. Could you elaborate what you're trying to achieve?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcm404 on "Google Analytics"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-1#post-35633</link>
			<pubDate>Wed, 21 Dec 2011 08:04:49 +0000</pubDate>
			<dc:creator>lcm404</dc:creator>
			<guid isPermaLink="false">35633@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What do you think the best way for me to end up with a thank you page I can provide to GA for conversion tracking? I am familiar with the options either being to pass a &#34;virtual page view&#34; explained in the Google Analytics documentation or actual have a unique thank you page. Either case that thank you page is required for basic conversion analysis..which I just gotta have. &#60;/p&#62;
&#60;p&#62;Any thoughts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "I want a &#34;Thank You&#34; page after a user submits the contact form to track Convers"</title>
			<link>http://www.kriesi.at/support/topic/i-want-a-thank-you-page-after-a-user-submits-the-contact-form-to-track-convers#post-31071</link>
			<pubDate>Thu, 03 Nov 2011 07:47:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31071@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In js/avia.js delete following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// enhances contact form with ajax capabilities
	if(jQuery.fn.kriesi_ajax_form)
	jQuery(&#38;#39;.ajax_form&#38;#39;).kriesi_ajax_form();&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>sitebuildr on "I want a &#34;Thank You&#34; page after a user submits the contact form to track Convers"</title>
			<link>http://www.kriesi.at/support/topic/i-want-a-thank-you-page-after-a-user-submits-the-contact-form-to-track-convers#post-31046</link>
			<pubDate>Thu, 03 Nov 2011 03:46:34 +0000</pubDate>
			<dc:creator>sitebuildr</dc:creator>
			<guid isPermaLink="false">31046@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Where do I remove this from? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "I want a &#34;Thank You&#34; page after a user submits the contact form to track Convers"</title>
			<link>http://www.kriesi.at/support/topic/i-want-a-thank-you-page-after-a-user-submits-the-contact-form-to-track-convers#post-30979</link>
			<pubDate>Wed, 02 Nov 2011 05:55:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30979@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I think contact form plugins like &#60;a href=&#34;http://inoplugs.com/formidablepro&#34;&#62;Formidable&#60;/a&#62; offers this feature out of the box. Otherwise I'd suggest to remove the ajax submission function - in this case the page is reloaded with the message &#34;Thank you...&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sitebuildr on "I want a &#34;Thank You&#34; page after a user submits the contact form to track Convers"</title>
			<link>http://www.kriesi.at/support/topic/i-want-a-thank-you-page-after-a-user-submits-the-contact-form-to-track-convers#post-30974</link>
			<pubDate>Wed, 02 Nov 2011 02:29:36 +0000</pubDate>
			<dc:creator>sitebuildr</dc:creator>
			<guid isPermaLink="false">30974@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to alter the code so that upon submitting the contact form, a user is redirected to a thank you page&#60;br /&#62;
where we can then place Google analytics code to track the conversions. Can you please help with the changes we'll need to make or do you have a better suggestion that will achieve the same result?&#60;/p&#62;
&#60;p&#62;Thanks in advance, love the theme!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "loopfuse (google analytics)"</title>
			<link>http://www.kriesi.at/support/topic/loopfuse-google-analytics#post-20438</link>
			<pubDate>Sat, 04 Jun 2011 12:25:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20438@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>emiliorull on "loopfuse (google analytics)"</title>
			<link>http://www.kriesi.at/support/topic/loopfuse-google-analytics#post-20415</link>
			<pubDate>Fri, 03 Jun 2011 17:24:39 +0000</pubDate>
			<dc:creator>emiliorull</dc:creator>
			<guid isPermaLink="false">20415@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thnx Great Dude!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "loopfuse (google analytics)"</title>
			<link>http://www.kriesi.at/support/topic/loopfuse-google-analytics#post-20337</link>
			<pubDate>Thu, 02 Jun 2011 13:55:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20337@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
add this code in header.php before following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;/head&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>emiliorull on "loopfuse (google analytics)"</title>
			<link>http://www.kriesi.at/support/topic/loopfuse-google-analytics#post-20321</link>
			<pubDate>Thu, 02 Jun 2011 11:10:21 +0000</pubDate>
			<dc:creator>emiliorull</dc:creator>
			<guid isPermaLink="false">20321@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi there,&#60;/p&#62;
&#60;p&#62;I need to insert code in order to use loopfuse, similar to google analytics:&#60;/p&#62;
&#60;p&#62;&#38;lt;script src=&#34;http://lfov.net/webrecorder/js/listen.js&#34; type=&#34;text/javascript&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34; defer=&#34;defer&#34;&#38;gt;&#60;br /&#62;
_lf_cid = &#34;LF_3b3599fd&#34;;&#60;br /&#62;
_lf_remora();&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;Where have i to insert this? Can you help me, please?&#60;/p&#62;
&#60;p&#62;thns in advace.&#60;/p&#62;
&#60;p&#62;Best regards&#60;/p&#62;
&#60;p&#62;Emilio
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "google analytics code placement"</title>
			<link>http://www.kriesi.at/support/topic/google-analytics-code-placement#post-18325</link>
			<pubDate>Tue, 03 May 2011 10:05:13 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">18325@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad you got this figured out; Google wants the code in the HEAD section to track partial page views (i.e. where a user starts to load the page but moves on before the page is loaded) but this does slow the page down slightly as it's loaded before all other content.&#60;/p&#62;
&#60;p&#62;If you want the analytics code in the header, open up footer.php and remove this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;avia_option(&#38;#39;analytics&#38;#39;, false, true, true);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;then add it to header.php immediately under:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;wp_head();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
