<?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 - User Favorites: vendosmedia</title>
		<link><a href='http://www.kriesi.at/support/profile/vendosmedia'>vendosmedia</a></link>
		<description>Support Forum - User Favorites: vendosmedia</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 06:54:06 +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/profile/" rel="self" type="application/rss+xml" />

		<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>Devin on "Twitter widget"</title>
			<link>http://www.kriesi.at/support/topic/twitter-widget-1#post-43947</link>
			<pubDate>Tue, 28 Feb 2012 23:24:07 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">43947@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Do either of you have a link that I can take a look at the widget live (with the username entered)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vendosmedia on "Twitter widget"</title>
			<link>http://www.kriesi.at/support/topic/twitter-widget-1#post-43887</link>
			<pubDate>Tue, 28 Feb 2012 17:19:57 +0000</pubDate>
			<dc:creator>vendosmedia</dc:creator>
			<guid isPermaLink="false">43887@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;same problem. Any insight?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>muziekmap on "Twitter widget"</title>
			<link>http://www.kriesi.at/support/topic/twitter-widget-1#post-42460</link>
			<pubDate>Sun, 19 Feb 2012 15:20:05 +0000</pubDate>
			<dc:creator>muziekmap</dc:creator>
			<guid isPermaLink="false">42460@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It didn't work out for me.&#60;/p&#62;
&#60;p&#62;Currently i don't use any plugins &#38;amp; still it doesn't work.&#60;/p&#62;
&#60;p&#62;Got any other tips?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Twitter widget"</title>
			<link>http://www.kriesi.at/support/topic/twitter-widget-1#post-41950</link>
			<pubDate>Thu, 16 Feb 2012 04:09:36 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">41950@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; It works fine for me, have you tried disabling your plugins one by one? They often interfere with theme features. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>muziekmap on "Twitter widget"</title>
			<link>http://www.kriesi.at/support/topic/twitter-widget-1#post-41765</link>
			<pubDate>Wed, 15 Feb 2012 08:28:12 +0000</pubDate>
			<dc:creator>muziekmap</dc:creator>
			<guid isPermaLink="false">41765@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;First of all; thanks for the great template: Angular.&#60;/p&#62;
&#60;p&#62;I'm having trouble with the Angular Twitter Widget.&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
Latest Tweets&#60;/p&#62;
&#60;p&#62;    No public Tweets found&#60;br /&#62;
---&#60;/p&#62;
&#60;p&#62;Filling in my username with or without an @ doesn't work out.&#60;/p&#62;
&#60;p&#62;Got any suggestions to fix this problem?&#60;/p&#62;
&#60;p&#62;thanks in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
