<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Analytics Central &#187; WebTrends</title>
	<atom:link href="http://www.webanalyticscentral.com/webtrends/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webanalyticscentral.com</link>
	<description>Everything is Better When Measured</description>
	<lastBuildDate>Mon, 02 Jan 2012 16:32:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>WebTrends Helpful Tip &#8211; Client Side Tracking for Mobile</title>
		<link>http://www.webanalyticscentral.com/2011/12/05/webtrends-helpful-tip-client-side-tracking-for-mobile/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webtrends-helpful-tip-client-side-tracking-for-mobile</link>
		<comments>http://www.webanalyticscentral.com/2011/12/05/webtrends-helpful-tip-client-side-tracking-for-mobile/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 00:56:49 +0000</pubDate>
		<dc:creator>Dorian D. Regester</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[WebTrends]]></category>

		<guid isPermaLink="false">http://www.webanalyticscentral.com/?p=2491</guid>
		<description><![CDATA[WebTrends provides two methods for tagging and tracking your mobile WAP sites.  The first is the tagging approach which involves adding code to each page of your site which will be discussed in this blog posting. Before you begin, you will need to set up a mobile space for your WAP site within WebTrends.  If [...]]]></description>
			<content:encoded><![CDATA[<p>WebTrends provides two methods for tagging and tracking your mobile WAP sites.  The first is the tagging approach which involves adding code to each page of your site which will be discussed in this blog posting.</p>
<p><span id="more-2491"></span>Before you begin, you will need to set up a mobile space for your WAP site within WebTrends.  If you do not know how to do this, you can read &#8220;<a title="WebTrends Helpful Tip – Creating Mobile Site Space" href="http://www.webanalyticscentral.com/2011/12/05/webtrends-helpful-tip-creating-mobile-site-space/">Creating a Mobile WAP Space</a>&#8221; where I go into detail of how you can go about setting this up for your site.<br />
Once you have this set up, you will need to do the following:</p>
<ol>
<li>Take the webtrends.js file that was created when you developed the tag (webtrends.lite.min.js or webtrends.lite.js) and place it on the server where the WAP site is hosted</li>
<li>Locate and open the webtrends.lite.html file</li>
<li>Edit the file so that the path to the JS file on the server is reflective of your setup</li>
<li>Place the HTML code for the WAP site within the &lt;head&gt;&lt;/head&gt; tags.  Below is an example of the tag:</li>
</ol>
<p>&lt;!&#8211; START OF WebTrends Tag &#8211;&gt;</p>
<p>&lt;!&#8211; Copyright (c) 2011 Webtrends Inc.  All rights reserved. &#8211;&gt;</p>
<p>&lt;script&gt;</p>
<p>window.webtrendsAsyncInit = function(){</p>
<p>var dcs=new Webtrends.dcs().init({</p>
<p>dcsid:&#8221;012345678901234567_8901&#8243;,</p>
<p>domain:&#8221;statse.webtrendslive.com&#8221;,</p>
<p>timezone:-8        }).track();};(function(){</p>
<p>var s=document.createElement(&#8220;script&#8221;); s.async=true;</p>
<p>s.src=&#8221;/js/webtrends/webtrends.min.js&#8221;;  &#8211;&gt; where this would need to change to reflect the correct path and file name</p>
<p>var s2=document.getElementsByTagName(&#8220;script&#8221;)[0];</p>
<p>s2.parentNode.insertBefore(s,s2);}());</p>
<p>&lt;/script&gt;</p>
<p>&lt;noscript&gt;</p>
<p>&lt;img alt=&#8221;dcsimg&#8221; id=&#8221;dcsimg&#8221; width=&#8221;1&#8243; height=&#8221;1&#8243; src=&#8221;//statse.webtrendslive.com/dcsw0q97i5dv0hs1lbdd4w81m_2h7l/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=10.1.0&amp;dcssip=www.mobileWAPsite.com&#8221;/&gt;</p>
<p>&lt;/noscript&gt;</p>
<p>&lt;!&#8211; END OF WebTrends Tag &#8211;&gt;</p>
<p>That&#8217;s it! With this tag in place (in addition to having the mobile wap space created for the site), you will be able to leveraged WebTrends for tracking your client side WAP site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webanalyticscentral.com/2011/12/05/webtrends-helpful-tip-client-side-tracking-for-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebTrends Helpful Tip &#8211; Creating Mobile Site Space</title>
		<link>http://www.webanalyticscentral.com/2011/12/05/webtrends-helpful-tip-creating-mobile-site-space/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webtrends-helpful-tip-creating-mobile-site-space</link>
		<comments>http://www.webanalyticscentral.com/2011/12/05/webtrends-helpful-tip-creating-mobile-site-space/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 21:30:57 +0000</pubDate>
		<dc:creator>Dorian D. Regester</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[WebTrends]]></category>

		<guid isPermaLink="false">http://www.webanalyticscentral.com/?p=2493</guid>
		<description><![CDATA[Before you begin tagging a mobile WAP site for WebTrends Analytics tracking, you will need to create the WAP space within the interface to begin receiving the data.  This blog posting will help you take the necessary steps to set this up. One caveat for this blog posting is that it assumes you are using [...]]]></description>
			<content:encoded><![CDATA[<p>Before you begin tagging a mobile WAP site for WebTrends Analytics tracking, you will need to create the WAP space within the interface to begin receiving the data.  This blog posting will help you take the necessary steps to set this up.</p>
<p><span id="more-2493"></span></p>
<p>One caveat for this blog posting is that it assumes you are using Analytics 10 for WebTrends.  If you aren&#8217;t, I will write a posting later this week that will describe how to do this in an earlier version.  To set this up in Analytics 10, please do the following:</p>
<ol>
<li>Open the spaces dashboard</li>
<li>Find the Mobile Website link</li>
<li>Click on it</li>
<li>Enter the WAP domain that you wish to track within the provided text field.  Once entered, WebTrends will retrieve an image of your site&#8217;s home page and the site title</li>
<li>If you like the image used, you can click continue to proceed further.  If you do not like the image, you can select upload image to add one from your PC or MAC.</li>
<li>Pick the time zone that the site will reside in.  This is necessary for WebTrends to calculate how the days are defined within the reports.</li>
<li>Decide on which users you want to have access to this.  If you are unsure now, you can always come back and add them at a later time.</li>
<li>Save what you created.</li>
<li>Download the JavaScript tag and implement it on your site (via client side or server side implementation).</li>
</ol>
<p>That&#8217;s it.  Now you know how to go about setting up mobile WAP spaces in WebTrends that will house the analytics data you want to track.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webanalyticscentral.com/2011/12/05/webtrends-helpful-tip-creating-mobile-site-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebTrends Helpful Tip &#8211; Creating Backups</title>
		<link>http://www.webanalyticscentral.com/2011/11/30/webtrends-helpful-tip-creating-backups/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webtrends-helpful-tip-creating-backups</link>
		<comments>http://www.webanalyticscentral.com/2011/11/30/webtrends-helpful-tip-creating-backups/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 04:58:34 +0000</pubDate>
		<dc:creator>Dorian D. Regester</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[WebTrends]]></category>

		<guid isPermaLink="false">http://www.webanalyticscentral.com/?p=2481</guid>
		<description><![CDATA[Backing up data from a web analytics platform is critical to success simply because if the data is lost, you will not be able to recover it.  WebTrends provides a simple and easy way to go about backing up the data that this blog will describe. When you create a backup profile in WebTrends, the [...]]]></description>
			<content:encoded><![CDATA[<p>Backing up data from a web analytics platform is critical to success simply because if the data is lost, you will not be able to recover it.  WebTrends provides a simple and easy way to go about backing up the data that this blog will describe.<br />
<span id="more-2481"></span>When you create a backup profile in WebTrends, the system backs up all the analytics data for that given profile.  Backups can be created manually or automatically for all new profiles created.  This data is stored in the backup repository and can be easily restored.  Just remember that after you restore the data, you can then recreate your reporting for the period after the backup.  To do this you will need to run an analysis based on the restored profile.  To set up a backup for a single profile, you will need to follow the below steps:</p>
<ol>
<li>Locate and Find the Scheduler link</li>
<li>Click on it and navigate to Scheduled Jobs</li>
<li>Click on New</li>
<li>Locate the Job Type box and click on Backup Job</li>
<li>Select the profile you wish to have backed up</li>
<li>Click Next</li>
<li>Type a name/description for the new backup job you are establishing</li>
<li>Click Next</li>
<li>Within the Host Binding and Priority area, you will need to select that you want the backup to run on the available host</li>
<li>Next, select a job priority.  If this is the only job in the queue, then you don&#8217;t need to worry about this step.  If there are more, you will need to figure out when you want this to run vs. the others and adjust accordingly</li>
<li>Click Next</li>
<li>Look over the summary information and make sure all the data contained within it is accurate</li>
<li>Click Save to schedule the backup</li>
</ol>
<p>Once you have established the backup, you will be able to view these backups including the name and date when they were created.  To view these, you will need to go to the WebTrends Administration area and then selecting Admin -&gt; App Settings -&gt; System Management -&gt; Backup/Restore -&gt; Restore Backup.</p>
<p>That&#8217;s it! Once you take those steps, you will need to be able to backup all of your WebTrends data so that in case of a complete meltdown, you will still have your data safe and secure and can quickly restore it.</p>
<p><span style="text-decoration: underline;">Please Note:</span><br />
Backups can also be created if you have host groups set up in your installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webanalyticscentral.com/2011/11/30/webtrends-helpful-tip-creating-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebTrends Helpful Tip &#8211; Disable Third Party Cookie Tracking</title>
		<link>http://www.webanalyticscentral.com/2011/11/30/webtrends-helpful-tip-disable-third-party-cookie-tracking/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webtrends-helpful-tip-disable-third-party-cookie-tracking</link>
		<comments>http://www.webanalyticscentral.com/2011/11/30/webtrends-helpful-tip-disable-third-party-cookie-tracking/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 03:13:22 +0000</pubDate>
		<dc:creator>Dorian D. Regester</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[WebTrends]]></category>

		<guid isPermaLink="false">http://www.webanalyticscentral.com/?p=2475</guid>
		<description><![CDATA[Continuing from the previous post of &#8220;Disabling First Party Cookie Tracking&#8220;, I wanted to discuss how you could disable third party cookies for SmartSource Data Collector.  This post will discuss how you can go about doing this. There are two methods available to disable third party cookie tracking.  The first method is to edit the [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing from the previous post of &#8220;<a title="WebTrends Helpful Tip – Disable First Party Cookie Tracking" href="http://www.webanalyticscentral.com/2011/11/30/webtrends-helpful-tip-disable-first-party-cookie-tracking/">Disabling First Party Cookie Tracking</a>&#8220;, I wanted to discuss how you could disable third party cookies for SmartSource Data Collector.  This post will discuss how you can go about doing this.</p>
<p><span id="more-2475"></span>There are two methods available to disable third party cookie tracking.  The first method is to edit the dcs.cfg file.  To go about setting this up, you will need to feel comfortable with and editing the dcs.cfg file.  If you are not, you should work with IT or WebTrends on getting this squared away.  To disable tracking in the SDC, you will need to edit the above file and set the [cookieserver] section to false.</p>
<p>The second method available is a hybrid method leveraging both a JS tag and editing the dcs.cfg file.  Within the dcs.cfg file, you will need to add the following line if its not present:</p>
<p>cfgbyhit=true</p>
<p>If it is already there, you will need to edit it to equal true. Next, you will need to add the below tag to the JS implementation:</p>
<p>DCS.dcscfg=1;</p>
<p>That&#8217;s it.  With this in place, you won&#8217;t have to worry about WebTrends setting 3rd party cookies for your visitors.</p>
<p><span style="text-decoration: underline;">Please Note:</span><br />
To prevent OnDemand from setting third party cookies, you can edit the data source and use the DCS.dcscfg=1; line just like we did for the non-on demand implementation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webanalyticscentral.com/2011/11/30/webtrends-helpful-tip-disable-third-party-cookie-tracking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WebTrends Helpful Tip &#8211; Disable First Party Cookie Tracking</title>
		<link>http://www.webanalyticscentral.com/2011/11/30/webtrends-helpful-tip-disable-first-party-cookie-tracking/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webtrends-helpful-tip-disable-first-party-cookie-tracking</link>
		<comments>http://www.webanalyticscentral.com/2011/11/30/webtrends-helpful-tip-disable-first-party-cookie-tracking/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 02:58:22 +0000</pubDate>
		<dc:creator>Dorian D. Regester</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[WebTrends]]></category>

		<guid isPermaLink="false">http://www.webanalyticscentral.com/?p=2472</guid>
		<description><![CDATA[If you work of a company that doesn&#8217;t allow visitor data to be tracked via cookies, WebTrends provides a way to disable first-party cookie tracking.  This blog explains how to go about setting that up on your site. To enable this, you will need to edit your SmartSource data sources and recreate the JS tag [...]]]></description>
			<content:encoded><![CDATA[<p>If you work of a company that doesn&#8217;t allow visitor data to be tracked via cookies, WebTrends provides a way to disable first-party cookie tracking.  This blog explains how to go about setting that up on your site.<br />
<span id="more-2472"></span>To enable this, you will need to edit your SmartSource data sources and recreate the JS tag so that the cookie tracking functionality is disabled.  Below are the necessary steps needed to go about disabling this.In the left hand navigational pane, click on Administration.</p>
<ol>
<li>Under Admin, click on settings and then data sources</li>
<li>Find the data source that you wish to edit</li>
<li>Click on Edit on the action pane (menu)</li>
<li>Find and click on SmartSource Data Collector</li>
<li>Click on Tracking</li>
<li>Find the box that says &#8220;Enable 1st Party Cookie Tracking&#8221;</li>
<li>Un-check it (clear the checkbox)</li>
<li>Click generate Tag</li>
<li>Work with IT to implement the new WebTrends JS tag on your site.</li>
</ol>
<p>That&#8217;s it.  With this in place, you will disable first party cookie tracking so that you are conforming to your company&#8217;s policy of tracking visitor data via cookies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webanalyticscentral.com/2011/11/30/webtrends-helpful-tip-disable-first-party-cookie-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebTrends Helpful Tip – Server Tracking</title>
		<link>http://www.webanalyticscentral.com/2011/11/30/webtrends-helpful-tip-%e2%80%93-server-tracking/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webtrends-helpful-tip-%25e2%2580%2593-server-tracking</link>
		<comments>http://www.webanalyticscentral.com/2011/11/30/webtrends-helpful-tip-%e2%80%93-server-tracking/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 01:37:55 +0000</pubDate>
		<dc:creator>Dorian D. Regester</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[WebTrends]]></category>

		<guid isPermaLink="false">http://www.webanalyticscentral.com/?p=2459</guid>
		<description><![CDATA[Do you have a site that is hosted on several or more different servers and you want to see how each performs (in the case of performance on the load balancer)? Well, within WebTrends this can be done by leveraging the WT.sv META tag. WebTrends has dedicated the WT.sv META name to track page views [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have a site that is hosted on several or more different servers and you want to see how each performs (in the case of performance on the load balancer)? Well, within WebTrends this can be done by leveraging the WT.sv META tag.</p>
<p><span id="more-2459"></span></p>
<p>WebTrends has dedicated the WT.sv META name to track page views for each server within your setup.  Below is an example of the tag:</p>
<p>&lt;META NAME=&#8221;WT.sv&#8221; CONTENT=&#8221;name&#8221;&gt;</p>
<p>So if you have four servers that you want to see performance across each, you would need four separate tags:</p>
<p>&lt;META NAME=<strong>&#8220;</strong>WT.sv<strong>&#8221; </strong>CONTENT=<strong>&#8220;</strong>Server_A<strong>&#8220;</strong>&gt;</p>
<p>&lt;META NAME=<strong>&#8220;</strong>WT.sv<strong>&#8221; </strong>CONTENT=<strong>&#8220;</strong>Server_B<strong>&#8220;</strong>&gt;</p>
<p>&lt;META NAME=<strong>&#8220;</strong>WT.sv<strong>&#8221; </strong>CONTENT=<strong>&#8220;</strong>Server_C<strong>&#8220;</strong>&gt;</p>
<p>&lt;META NAME=<strong>&#8220;</strong>WT.sv<strong>&#8221; </strong>CONTENT=<strong>&#8220;</strong>Server_D<strong>&#8220;</strong>&gt;</p>
<p>If you have a server farm, you will be able to retrieve the server name and dynamically pass it to the META tag using server side programming.</p>
<p>That’s it.  With the above in place, you will be able to see how each server performs and optimize accordingly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webanalyticscentral.com/2011/11/30/webtrends-helpful-tip-%e2%80%93-server-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebTrends Helpful Tip &#8211; Tracking Page Titles</title>
		<link>http://www.webanalyticscentral.com/2011/11/29/webtrends-helpful-tip-tracking-page-titles/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webtrends-helpful-tip-tracking-page-titles</link>
		<comments>http://www.webanalyticscentral.com/2011/11/29/webtrends-helpful-tip-tracking-page-titles/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 07:00:18 +0000</pubDate>
		<dc:creator>Dorian D. Regester</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[WebTrends]]></category>

		<guid isPermaLink="false">http://www.webanalyticscentral.com/?p=2454</guid>
		<description><![CDATA[There are certain instances where you would look to tweaking the page title prior to it being sent over to WebTrends for processing. This blog posting will help you understand how to go about changing this within the META tags. While URLs are normally a reliable variable to leverage for differntiating pages, there are many [...]]]></description>
			<content:encoded><![CDATA[<p>There are certain instances where you would look to tweaking the page title prior to it being sent over to WebTrends for processing.  This blog posting will help you understand how to go about changing this within the META tags.</p>
<p><span id="more-2454"></span></p>
<p>While URLs are normally a reliable variable to leverage for differntiating pages, there are many instances where the URL doesnt change which would lead to over inflated numbers. One example of this is dynamic content.  For many sites, this dynamic content is based on either URL parameters or just on actions/interactions that generate unique content but do not refresh the page URL. While this can be extremely frustrating, there are work arounds for this.</p>
<p>To circumvent this, the best practice approach is to use a server side snippet of code to handle tweaking the title to something that fits better into your current nomeclature.  Once you create that logic, you will need to feed the new title into the WT.ti tag (see below):</p>
<p>&lt;META NAME=&#8221;WT.ti&#8221; CONTENT=&#8221;page_title&#8221;&gt;</p>
<p>&nbsp;</p>
<p>Once in place, you will be able to work around certain shortcomings with tracking page titles.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webanalyticscentral.com/2011/11/29/webtrends-helpful-tip-tracking-page-titles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebTrends Helpful Tip – Tracking Paid Search</title>
		<link>http://www.webanalyticscentral.com/2011/11/27/webtrends-helpful-tip-%e2%80%93-tracking-paid-search/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webtrends-helpful-tip-%25e2%2580%2593-tracking-paid-search</link>
		<comments>http://www.webanalyticscentral.com/2011/11/27/webtrends-helpful-tip-%e2%80%93-tracking-paid-search/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 03:04:54 +0000</pubDate>
		<dc:creator>Dorian D. Regester</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[WebTrends]]></category>

		<guid isPermaLink="false">http://www.webanalyticscentral.com/?p=2462</guid>
		<description><![CDATA[Do you have paid search campaigns that you would like to track within WebTrends but do not know how to go about doing that? This blog posting will describe what you need to do to go about having that insight within the interface. WebTrends has allocated a dedicatedquery string parameter for tracking paid search efforts [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have paid search campaigns that you would like to track within WebTrends but do not know how to go about doing that? This blog posting will describe what you need to do to go about having that insight within the interface.</p>
<p><span id="more-2462"></span>WebTrends has allocated a dedicatedquery string parameter for tracking paid search efforts called WT.srch.  This parameter is used within the Analytics solution for custom reporting as well as visitor history to show paid search traffic vs. non-paid (or organic). Below is an example of the destination URL with this in place:</p>
<p>www.webanalyticscentral.com/?WT.srch=1</p>
<p>That’s it.  With this in place, you will be able to track paid search efforts moving forward.  Please take a look at the note below for a caveat that you need to be aware of.</p>
<p><span style="text-decoration: underline;">Please Note:</span></p>
<p>WebTrends reports on WT.srch=1 but is limited to only those search engines that are defined on the Webtrends paid search engine list. If you use this but the search engine isn’t on the list, then WebTrends will not recognize results from those given engines.  So be sure to work with your WebTrends account rep on making sure that list is up-to-date.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webanalyticscentral.com/2011/11/27/webtrends-helpful-tip-%e2%80%93-tracking-paid-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebTrends Helpful Tip &#8211; Tracking Shopping Cart Additions</title>
		<link>http://www.webanalyticscentral.com/2011/11/25/webtrends-helpful-tip-tracking-shopping-cart-additions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webtrends-helpful-tip-tracking-shopping-cart-additions</link>
		<comments>http://www.webanalyticscentral.com/2011/11/25/webtrends-helpful-tip-tracking-shopping-cart-additions/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 04:40:16 +0000</pubDate>
		<dc:creator>Dorian D. Regester</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[WebTrends]]></category>

		<guid isPermaLink="false">http://www.webanalyticscentral.com/?p=2457</guid>
		<description><![CDATA[Tracking shopping cart interactions is of the utmost importance within web analytics platforms.  This blog posting will describe how to leverage some of the tools within WebTrends to track this activity. One tool that can help assess shopping cart interactions is the Scenario Analysis.  Below are the parameters that you need: WT.si_p = Step by [...]]]></description>
			<content:encoded><![CDATA[<p>Tracking shopping cart interactions is of the utmost importance within web analytics platforms.  This blog posting will describe how to leverage some of the tools within WebTrends to track this activity.</p>
<p><span id="more-2457"></span>One tool that can help assess shopping cart interactions is the Scenario Analysis.  Below are the parameters that you need:</p>
<ul>
<li>WT.si_p = Step by Name Method</li>
<li>WT.si_x = Step by Number Method</li>
<li>WT.si_n = Identifies the shopping cart scenario</li>
<li>WT.pn_sku = Designates the product SKU</li>
</ul>
<p>One thing to note though is that using WebTrends Analytics, you have the ability to select whether you want to use the step by name method (WT.si_p) or the step by number method (WT.si_x).  I tend to stick with the WT.si_p method since its specifically by name and is easier to view within the interface vs. having to remember the number of steps, where they are fired from, etc. with the WT.si_x method.</p>
<p>So lets say you wanted to track when a user adds an item to the cart.  To use Scenario Analysis, you will need to use the parameters defined above.  There are two methods that WebTrends provides to you for tracking these efforts.  The first is via META tags.  Below is an example of how it would look:</p>
<p>&lt;meta name=&#8221;WT.pn_sku&#8221; content=&#8221;abc12345&#8243;&gt;<br />
&lt;meta name =&#8221;WT.si_n&#8221; content =&#8221;ShoppingCart&#8221;&gt;<br />
&lt;meta name =&#8221;WT.si_p&#8221; content =&#8221;CartAdd&#8221;&gt;</p>
<p>The second method that is available is assigning those values for SKU, Shopping Cart Scenario and Step by Name method directly to the parameters.  Below is an example of this:</p>
<p>_tag.WT.pn_sku=abc12345;<br />
_tag.WT.si_n=ShoppingCart;<br />
_tag.WT.si_p=CartAdd;</p>
<p>With either of the above approaches, you will still get the below example query string parameter:</p>
<p>www.webanalyticscentral.com/?WT.pn_sku=abc12345&amp;WT.si_n=ShoppingCart&amp;WT.si_p=CartAdd</p>
<p>That&#8217;s it!  With that logic in place, you will be able to leverage scenario analysis to see shopping cart additions for the given SKUs captured.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webanalyticscentral.com/2011/11/25/webtrends-helpful-tip-tracking-shopping-cart-additions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WebTrends Helpful Tip &#8211; Using Both Third and First Party Cookies</title>
		<link>http://www.webanalyticscentral.com/2011/11/03/webtrends-helpful-tip-using-both-third-and-first-party-cookies/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webtrends-helpful-tip-using-both-third-and-first-party-cookies</link>
		<comments>http://www.webanalyticscentral.com/2011/11/03/webtrends-helpful-tip-using-both-third-and-first-party-cookies/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 02:23:44 +0000</pubDate>
		<dc:creator>Dorian D. Regester</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[WebTrends]]></category>

		<guid isPermaLink="false">http://www.webanalyticscentral.com/?p=2478</guid>
		<description><![CDATA[Reading the title of the blog probably confuses many of you as it seems counter productive to set both cookies on a site.  However there are situations where it makes sense and this blog posting will discuss those points where you might want to consider it. Let&#8217;s look at the points where it makes sense [...]]]></description>
			<content:encoded><![CDATA[<p>Reading the title of the blog probably confuses many of you as it seems counter productive to set both cookies on a site.  However there are situations where it makes sense and this blog posting will discuss those points where you might want to consider it.<br />
<span id="more-2478"></span>Let&#8217;s look at the points where it makes sense to have both:</p>
<ul>
<li>Setting a cookie for returning visitors who were only identifiable previously through a third party cookie.  If we were to disable the third party cookie, we would lose all the historic data on those visitors and they would then be classified as new visitors until the 1st party cookie is set.</li>
</ul>
<ul>
<li>If you have multiple domains (i.e. webanalyticscentral.com, webtestingcentral.com and webinsightcentral.com), you will need a third party cookie to track the user across the sites while having a 1st party cookie on the main site (prior to migrating between domains)</li>
</ul>
<ul>
<li>If you wanted to classify a visitor for session based tracking.</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webanalyticscentral.com/2011/11/03/webtrends-helpful-tip-using-both-third-and-first-party-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

