<?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>FlawlessWalrus</title>
	<atom:link href="https://www.flawlesswalrus.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.flawlesswalrus.com</link>
	<description></description>
	<lastBuildDate>Mon, 13 Mar 2023 14:47:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Honoring Do Not Track with Google Tag Manager</title>
		<link>https://www.flawlesswalrus.com/2017/03/do-not-track-google-tag-manager/</link>
					<comments>https://www.flawlesswalrus.com/2017/03/do-not-track-google-tag-manager/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 23 Mar 2017 19:57:00 +0000</pubDate>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[do not track]]></category>
		<category><![CDATA[google tag manager]]></category>
		<category><![CDATA[marketing technology]]></category>
		<category><![CDATA[martech]]></category>
		<category><![CDATA[privacy]]></category>
		<guid isPermaLink="false">http://www.flawlesswalrus.com/?p=108</guid>

					<description><![CDATA[You can use the native Do Not Track setting in browsers in combination with Google Tag Manager to better honor visitors&#8217; requests not to be tracked. This method prevents trackers in Google Tag Manager from being loaded for visitors who have turned on Do Not Track. This can ensure that your website is not serving tracking &#8230; <a href="https://www.flawlesswalrus.com/2017/03/do-not-track-google-tag-manager/" class="more-link">Continue reading <span class="screen-reader-text">Honoring Do Not Track with Google Tag Manager</span></a>]]></description>
										<content:encoded><![CDATA[<p class="graf graf--h3"><strong>You can use the native Do Not Track setting in browsers in combination with Google Tag Manager to better honor visitors&#8217;</strong><strong> requests not to be tracked.</strong></p>
<p class="graf graf--p">This method prevents trackers in Google Tag Manager from being loaded for visitors who have turned on Do Not Track. This can ensure that your website is not serving tracking bugs, beacons, or pixels <em class="markup--em markup--p-em">at all </em>to users who have chosen not to be tracked, regardless of whether those 3rd parties are honoring the Do Not Track request.</p>
<p class="graf graf--p">For one website that I run, I&#8217;ve decided on a trial basis to use this method to not load pixels from Google AdWords, Facebook, Twitter, MailChimp, and LinkedIn for users who have Do Not Track enabled, but I am still serving Google Analytics code to everyone, leaving the honoring of Do Not Track to Google Analytics in that case.</p>
<p class="graf graf--p">This is definitely not for everyone, and depending on your setup and what tags you choose to apply this to, it can completely break things like conversion tracking and remarketing (but that&#8217;s kind of the idea behind Do Not Track). This is a nice way to be more honest &amp; fair as a marketing technologist toward people who have specifically requested not to be tracked, and you&#8217;ll give those people faster page load times to boot.</p>
<p class="graf graf--p"><strong class="markup--strong markup--p-strong">First, tell Google Tag Manager to read the browser&#8217;s Do Not Track JavaScript variable (thanks, </strong><a class="markup--anchor markup--p-anchor" href="https://davidwalsh.name/detect-track-javascript" target="_blank" rel="noopener" data-href="https://davidwalsh.name/detect-track-javascript"><strong class="markup--strong markup--p-strong">David Walsh</strong></a><strong class="markup--strong markup--p-strong">).</strong></p>
<p class="graf graf--p">In Google Tag Manager, enter the Container where you&#8217;ll be limiting tracking.</p>
<p class="graf graf--p">Click &#8220;Variables&#8221; then &#8220;New&#8221; then &#8220;Variable Configuration.&#8221;</p>
<p class="graf graf--p">For &#8220;Choose variable type,&#8221; select &#8220;JavaScript Variable.&#8221;</p>
<p class="graf graf--p">For &#8220;Global Variable Name,&#8221; enter:</p>
<pre class="graf graf--pre">navigator.doNotTrack</pre>
<p class="graf graf--p">Name this new GTM variable something other than &#8220;Untitled Variable,&#8221; like &#8220;Do Not Track.&#8221;</p>
<p class="graf graf--p"><strong class="markup--strong markup--p-strong">Next, you&#8217;ll create a Trigger that reads your new Do Not Track GTM variable.</strong></p>
<p class="graf graf--p">Click &#8220;Triggers,&#8221; then &#8220;New,&#8221; then &#8220;Trigger Configuration.&#8221;</p>
<p class="graf graf--p">For &#8220;Choose trigger type,&#8221; select &#8220;Page View.&#8221;</p>
<p class="graf graf--p">Switch &#8220;This trigger fires on&#8221; to &#8220;Some Page Views.&#8221;</p>
<p class="graf graf--p">Under &#8220;Fire this trigger when an Event occurs and all of these conditions are true,&#8221;</p>
<ul class="postList">
<li class="graf graf--li">Set the first dropdown to &#8220;Do Not Track&#8221; (or whatever you named your GTM variable)</li>
<li class="graf graf--li">Set the next dropdown to &#8220;equals&#8221;</li>
<li class="graf graf--li">Enter the number 1 in the third input field</li>
</ul>
<p class="graf graf--p">Click away from the Trigger Configuration card, and see &#8220;This trigger fires on&#8221; followed by &#8220;Do Not Track equals 1&#8221; (again, you may have named your GTM variable differently).</p>
<p class="graf graf--p">Name this new GTM trigger something other than &#8220;Untitled Trigger,&#8221; like &#8220;Do Not Track Enabled.&#8221;</p>
<p class="graf graf--p"><strong class="markup--strong markup--p-strong">Finally, you&#8217;ll apply this Trigger to existing Tags that you want to not load when a user has Do Not Track turned on.</strong></p>
<p class="graf graf--p">Choose &#8220;Tags,&#8221; then click on Tag.</p>
<p class="graf graf--p">Click on the &#8220;Triggering&#8221; card to enter editing mode.</p>
<p class="graf graf--p">If you have no triggering exceptions set up for this Tag, click &#8220;ADD EXCEPTION.&#8221; If you already have triggering exceptions, click the &#8220;+&#8221; next to &#8220;Exceptions.&#8221;</p>
<p class="graf graf--p">For &#8220;Choose a trigger,&#8221; select &#8220;Do Not Track Enabled&#8221; (or whatever you called your GTM trigger).</p>
<p class="graf graf--p">Click &#8220;SAVE.&#8221;</p>
<p class="graf graf--p">Enter Preview and Debug mode if you wish and test this configuration, and when you&#8217;re ready to go live with this change, Publish your Container.</p>
<p class="graf graf--p">That&#8217;s it, you&#8217;re done! You&#8217;ve made your website a better experience for users who are requesting more privacy.<code><br />
<ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-3487869809416327" data-ad-slot="1091237326" data-ad-format="auto"></ins><br />
</code></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.flawlesswalrus.com/2017/03/do-not-track-google-tag-manager/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Gettysburg Address (Modern Translation)</title>
		<link>https://www.flawlesswalrus.com/2011/02/gettysburg-address-modern-translation/</link>
					<comments>https://www.flawlesswalrus.com/2011/02/gettysburg-address-modern-translation/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 18 Feb 2011 19:45:17 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gettysburg address]]></category>
		<category><![CDATA[modern translation]]></category>
		<guid isPermaLink="false">http://www.flawlesswalrus.com/?p=87</guid>

					<description><![CDATA[87 years ago, the Founding Fathers created a brand new country here based on the idea that everyone is equal. Now, we are at war with ourselves, and this war is testing whether that kind of country can survive. A battle of this war was fought right here where we are standing. We are here &#8230; <a href="https://www.flawlesswalrus.com/2011/02/gettysburg-address-modern-translation/" class="more-link">Continue reading <span class="screen-reader-text">Gettysburg Address (Modern Translation)</span></a>]]></description>
										<content:encoded><![CDATA[<p>87 years ago, the Founding Fathers created a brand new country here based on the idea that everyone is equal. Now, we are at war with ourselves, and this war is testing whether that kind of country can survive. A battle of this war was fought right here where we are standing. We are here today to dedicate a part of this battlefield as a cemetery for the soldiers that died here. This is the right thing to do. There is no way that we can ever bless this ground today more than the soldiers that died here already have. We can&#8217;t even come close. No one is going to care or remember the words we say here, but no one can ever forget what those soldiers did here. It&#8217;s up to the rest of us that are still alive to dedicate ourselves to finishing what these soldiers have started. It&#8217;s up to us to dedicate ourselves to saving the country, and remind ourselves that people have died for this cause. We have to promise that the soldiers here did not die for nothing. We have to promise that this country, under God, will be free again. We have to promise that a country that is made up of the people, was created by the people, and made to serve the people can exist in this world.<code><br />
<ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-3487869809416327" data-ad-slot="8636069323" data-ad-format="auto"></ins>
</code></p>


<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.flawlesswalrus.com/2011/02/gettysburg-address-modern-translation/feed/</wfw:commentRss>
			<slash:comments>42</slash:comments>
		
		
			</item>
	</channel>
</rss>
