<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Working with Omniture?</title>
	<atom:link href="http://blog.amodernfable.com/2009/05/12/working-with-omniture/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.amodernfable.com/2009/05/12/working-with-omniture/</link>
	<description>Making Web 2.0 More Than a Catchprhase</description>
	<pubDate>Fri, 10 Sep 2010 06:47:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ajm</title>
		<link>http://blog.amodernfable.com/2009/05/12/working-with-omniture/comment-page-1/#comment-8282</link>
		<dc:creator>ajm</dc:creator>
		<pubDate>Thu, 14 May 2009 21:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amodernfable.com/2009/05/12/working-with-omniture/#comment-8282</guid>
		<description>Also: set events and props to null if you want to clear them out and prevent them from being reported.</description>
		<content:encoded><![CDATA[<p>Also: set events and props to null if you want to clear them out and prevent them from being reported.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajm</title>
		<link>http://blog.amodernfable.com/2009/05/12/working-with-omniture/comment-page-1/#comment-8281</link>
		<dc:creator>ajm</dc:creator>
		<pubDate>Wed, 13 May 2009 17:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amodernfable.com/2009/05/12/working-with-omniture/#comment-8281</guid>
		<description>Yep. I'm queuing up props/events/eVars separately first, then calling transmitting them with s.tl() when I'm done constructing them.</description>
		<content:encoded><![CDATA[<p>Yep. I&#8217;m queuing up props/events/eVars separately first, then calling transmitting them with s.tl() when I&#8217;m done constructing them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Irish</title>
		<link>http://blog.amodernfable.com/2009/05/12/working-with-omniture/comment-page-1/#comment-8280</link>
		<dc:creator>Paul Irish</dc:creator>
		<pubDate>Wed, 13 May 2009 13:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amodernfable.com/2009/05/12/working-with-omniture/#comment-8280</guid>
		<description>I've noticed that with s.tl(), you'll need to open it up with trackLinkVars before setting custom props: 

  // reset the s variable
  var s=s_gi(s_account); 
  // for the tl() calls you need to specify what vars you want to pass it.
  s.linkTrackVars="prop18,eVar17,events";  
  s.linkTrackEvents="event13";
  s.prop18 = 'foo';
  s.eVar17 = 'bar';</description>
		<content:encoded><![CDATA[<p>I&#8217;ve noticed that with s.tl(), you&#8217;ll need to open it up with trackLinkVars before setting custom props: </p>
<p>  // reset the s variable<br />
  var s=s_gi(s_account);<br />
  // for the tl() calls you need to specify what vars you want to pass it.<br />
  s.linkTrackVars=&#8221;prop18,eVar17,events&#8221;;<br />
  s.linkTrackEvents=&#8221;event13&#8243;;<br />
  s.prop18 = &#8216;foo&#8217;;<br />
  s.eVar17 = &#8216;bar&#8217;;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->