<?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>javascript tag Archives &#8212; Webtrends</title>
	<atom:link href="https://www.webtrends.com/tag/javascript-tag/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webtrends.com/tag/javascript-tag/</link>
	<description></description>
	<lastBuildDate>Fri, 20 Jan 2023 23:00:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>The Webtrends JavaScript Tag And You</title>
		<link>https://www.webtrends.com/articles/the-webtrends-javascript-tag-and-you/</link>
		
		<dc:creator><![CDATA[Tim Zuidema]]></dc:creator>
		<pubDate>Fri, 20 Jan 2023 22:54:13 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[javascript tag]]></category>
		<category><![CDATA[sdc]]></category>
		<category><![CDATA[v10]]></category>
		<guid isPermaLink="false">https://www.webtrends.com/?p=53169</guid>

					<description><![CDATA[<p>The Webtrends JavaScript tag provides a highly customizable integration that allows you to send data to Webtrends every time a significant event occurs on your site. You can start with a basic implementation, which captures page views with very little coding, or you can capture everything from button clicks to video events with a  [...]</p>
<p>The post <a href="https://www.webtrends.com/articles/the-webtrends-javascript-tag-and-you/">The Webtrends JavaScript Tag And You</a> appeared first on <a href="https://www.webtrends.com">Webtrends</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling" style="--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;" ><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap" style="max-width:1248px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column" style="--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-1"><p>The Webtrends JavaScript tag provides a highly customizable integration that allows you to send data to Webtrends every time a significant event occurs on your site. You can start with a basic implementation, which captures page views with very little coding, or you can capture everything from button clicks to video events with a little extra code.</p>
<h3><strong>The Smartsource Data Collector</strong></h3>
<p>When implementing Webtrends tagging, a Smartsource Data Collector is also required. This dedicated collection server will receive the 1&#215;1 pixel gif request and pull all of the information attached and log it to file. Information on installation and system requirements can be found <a href="https://onpremises.webtrends.help/docs/system-requirements-sdc">here</a>.</p>
<p>The benefits of utilizing the Webtrends tag and the Smartsource Data Collector are numerous. The number one reason is the data is cleaner. When utilizing server log files, every single thing that touches the server is recorded. Which means that bots, spiders, internal uptime monitors, and the like will all be clouding the measurements you want to see. Most spiders and bots don&#8217;t execute JavaScript code, so by default, the data is cleaner. Server log files, especially Apache, can have out of order records&#8230; which can increase the memory requirements (and time) for analysis. Also, server log files are only able to record file interactions. They have no ability to view interactions via JavaScript or pull information from the DOM (Document Object Model).</p>
<p>You may already be using an older version of the Webtrends tag. If so, there are more than a few reasons to upgrade.</p>
<h3><strong>The V10 Tag</strong></h3>
<p><span data-contrast="auto">The v10 tag has many improvements that give it major advantages over the previous releases. Principally, the V10 tag is asynchronous vs the synchronous nature of V9 and previous versions. How does that matter? With the V9 tag, you had to place the include at the bottom of the page, as any delay in the processing of the the gif image (poor network speed, traffic, etc) would cause the page to delay loading until it was finished. The V10 tag is asynchronous, so when placed in the head of the file, it goes about it&#8217;s job while allowing the rest of your page and scripts to function. </span></p>
<p><span data-contrast="auto">With the V10 tag there are also much more robust customization options available. You have the ability to utilize a single configuration point for all pages on a site, versus the previous method of having to update each individual page if you want to change a configuration. The asynchronous nature also allows you to create your own plugins that can perform tasks such as gathering additional data to be included with the tracking beacon.</span></p>
<p><span data-contrast="auto">With the V10 tag, there have also been security updates. All traffic on the internet should now be utilizing an SSL certificate. It&#8217;s become a must. As such, the V10 tag defaults to utilizing SSL protocols to connect to the SDC and sets the secure flag on cookies where it can. </span><span data-ccp-props="{"> </span></p>
<p><span data-contrast="auto">Although the v10 JavaScript tag has changed significantly from previous releases, upgrades from prior versions are generally easy. To get started, visit our tag builder website and download your copy of the v10 JavaScript tag.</span><span data-ccp-props="{"> If you need help, please contact <a href="https://www.webtrends.com/support/help-center/">Webtrends Technical Support</a>!</span></p>
</div></div></div></div></div>
<p>The post <a href="https://www.webtrends.com/articles/the-webtrends-javascript-tag-and-you/">The Webtrends JavaScript Tag And You</a> appeared first on <a href="https://www.webtrends.com">Webtrends</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
