<?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>Search Star</title>
	<atom:link href="http://www.search-star.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.search-star.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 12:39:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Advanced Tracking with Google Tag Manager &#8211; Ecommerce Tracking</title>
		<link>http://www.search-star.co.uk/blog/advanced-tracking-with-google-tag-manager-ecommerce-tracking/</link>
		<comments>http://www.search-star.co.uk/blog/advanced-tracking-with-google-tag-manager-ecommerce-tracking/#comments</comments>
		<pubDate>Thu, 23 May 2013 12:38:24 +0000</pubDate>
		<dc:creator>Mike King</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.search-star.co.uk/?p=3970</guid>
		<description><![CDATA[<p>Setting up ecommerce tracking with Google Analytics is slightly more complicated than the standard Google Analytics implementation and so I thought it would be relevant to give some “how-to” advice. In previous posts I have given detailed guides on ‘Setting up Google Analytics with Tag Manager’ , ‘On-Click Event Tracking with GTM’ and ‘Using Custom... &#160;<a class="readmore" href="http://www.search-star.co.uk/blog/advanced-tracking-with-google-tag-manager-ecommerce-tracking/" class="read-more">Read more &#8594;</a></p><p>The post <a href="http://www.search-star.co.uk/blog/advanced-tracking-with-google-tag-manager-ecommerce-tracking/">Advanced Tracking with Google Tag Manager &#8211; Ecommerce Tracking</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Setting up ecommerce tracking with Google Analytics is slightly more complicated than the standard Google Analytics implementation and so I thought it would be relevant to give some “how-to” advice. In previous posts I have given detailed guides on<a title="How to set up Google Analytics with GTM" href="http://www.search-star.co.uk/blog/setting-up-google-analytics-with-tag-manager/" target="_blank"> ‘<b><i>Setting up Google Analytics with Tag Manager’</i></b> </a>,<a title="Setting up OnClick Events with GTM" href="http://www.search-star.co.uk/blog/advanced-tracking-with-google-tag-manager-on-click-events/" target="_blank"> ‘<b><i>On-Click Event Tracking with GTM</i></b>’</a> and ‘<a title="Setting up Custom Variables in GTM" href="http://www.search-star.co.uk/blog/tag-manager-advanced-tracking-ga-custom-variables/" target="_blank"><b><i>Using Custom Variables in GTM’</i></b>.</a></p>
<p>Using a single tag (the container snippet) that you place on all your website pages, you can implement all the different conversion tracking and optimization tags you need. The container snippet replaces AdWords, Google Analytics, Floodlight and some other third party tags on your site. Once the container snippet has been added to your site you can manage, update, and add tags from your Google Tag Manager account with ease.</p>
<p>To follow this guide you will need;</p>
<ul>
<li>A Google Tag Manager Account,</li>
<li>Your container snippet correctly installed and working on your website,</li>
</ul>
<p>If you haven’t got the above in place, don’t worry;  just check out last week’s blog for a step by step guide to bring you up to speed.</p>
<h1><b>Setting up Ecommerce Tracking</b></h1>
<p><b></b>Start by creating a ‘New Tag’ in the relevant container of your account.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/three4.jpg"><img class="aligncenter size-full wp-image-3978" alt="three" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/three4.jpg" width="650" height="94" /></a>From the ‘Tag Type’ drop down select Google Analytics, give the tag a clear relevant name, and add the UA-##### code from your GA Admin in to the ‘Web Property ID’.</p>
<p>Select ‘Transaction’ from the Track Type.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/five4.jpg"><img class="aligncenter size-full wp-image-3973" alt="five" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/five4.jpg" width="650" height="348" /></a> I set my event to fire on receiving an {{event}} that contains trackTrans.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/six4.jpg"><img class="aligncenter size-full wp-image-3976" alt="six" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/six4.jpg" width="650" height="513" /></a>This is an example of the code I implemented on my site to track each of the purchases. I have used a &lt;php&gt; script to pass the relevant information to the &lt;php&gt; variables declared in this code.On load, the &lt;php&gt; variables are pushed to the data.layer of GTM.</p>
<p>In your version you will probably need to replace the variables with something else. This code must be placed above your GTM container snippet &#8211; it must be loaded first.</p>
<p>Your TransactionProduct Data should be stored in an Array, which should contain a list of items purchased in the transactions.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/tweleve.jpg"><img class="aligncenter size-full wp-image-3979" alt="tweleve" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/tweleve.jpg" width="991" height="468" /></a></p>
<p>As per normal, this will appear in the “Conversions&gt;E-commerce” report in Analytics.</p>
<p>Setting up ecommerce tracking is slightly more involved that the standard GA implementations due to the back-end coding needed. However, it can provide you with a wealth of insight because, although you would no doubt have this data any way, you can now segment it across all your other Google Analytics reporting, such as advertising campaigns, traffic sources, keyword reporting and much more.</p>
<p><em id="__mceDel">If you need any support setting up your ecommerce tracking don’t hesitate to drop Search Star a message.</em></p>
<p>The post <a href="http://www.search-star.co.uk/blog/advanced-tracking-with-google-tag-manager-ecommerce-tracking/">Advanced Tracking with Google Tag Manager &#8211; Ecommerce Tracking</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.search-star.co.uk/blog/advanced-tracking-with-google-tag-manager-ecommerce-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag Manager Advanced Tracking – GA Custom Variables</title>
		<link>http://www.search-star.co.uk/blog/tag-manager-advanced-tracking-ga-custom-variables/</link>
		<comments>http://www.search-star.co.uk/blog/tag-manager-advanced-tracking-ga-custom-variables/#comments</comments>
		<pubDate>Thu, 23 May 2013 12:21:18 +0000</pubDate>
		<dc:creator>Mike King</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.search-star.co.uk/?p=3944</guid>
		<description><![CDATA[<p>Welcome to the third part of our step-by-step guide to using Google Analytics in Tag Manager. The GTM allows you to conveniently manage tags such as tracking and marketing optimisation tags on your site from one simple interface, without needing to directly edit site code. This reduces errors, frees up webmaster time and gives you... &#160;<a class="readmore" href="http://www.search-star.co.uk/blog/tag-manager-advanced-tracking-ga-custom-variables/" class="read-more">Read more &#8594;</a></p><p>The post <a href="http://www.search-star.co.uk/blog/tag-manager-advanced-tracking-ga-custom-variables/">Tag Manager Advanced Tracking – GA Custom Variables</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><span style="font-size: 13px;">Welcome to the third part of our step-by-step guide to using Google Analytics in Tag Manager. The GTM allows you to conveniently manage tags such as tracking and marketing optimisation tags on your site from one simple interface, without needing to directly edit site code. This reduces errors, frees up webmaster time and gives you the power to quickly deploy tags on your site.</span></p>
<p>In a previous blog,<a title="Setting up Google Analytics with Tag Manager" href="http://www.search-star.co.uk/blog/setting-up-google-analytics-with-tag-manager/" target="_blank"> ‘Setting up Google Analytics with Tag Manager’</a>, I covered the basics of setting up GTM. This was followed up with a second blog: <a title="OnClick Tracking Tags with GTM" href="http://www.search-star.co.uk/blog/advanced-tracking-with-google-tag-manager-on-click-events/" target="_blank">‘On Click Tracking Tags in GTM’</a>.</p>
<p>In this post, I’m going to walk you through an implementation of Custom Variable Tags. Every business can benefit from custom variables, especially ecommerce businesses. They give you the opportunity to track key data dimensions and segment these across the standard reporting functions in Google Analytics.</p>
<p>For instance, custom variables could allow you to track repeat customers and those that ordered a sample before returning to make a full purchase. The user journey of these customers is going to be very different from that of site users who don’t make a purchase, so it is important that you can track them independently.</p>
<p>Alternatively, you might want to focus your analysis only on Registered Users, or those who took up an offer from a Coupon or Promo code, in order to answer questions like: How did these users find your site? What they did once they arrived? Is your information architecture set out how they would expect?</p>
<p>To follow this guide you will need;</p>
<ul>
<li>A Google Tag Manager Account,</li>
<li>Your container snippet correctly installed and working on your website</li>
</ul>
<p>If you haven’t got the above in place, don’t worry; just check out my previous blog post for a step-by-step guide to bring you up to speed.</p>
<p>&nbsp;</p>
<h1>Setting up Custom Variables</h1>
<p>1. Open up your ‘GTM account’ and ‘Container’ for the relevant site and select ‘New Tag’.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/three3.jpg"><img class="aligncenter size-full wp-image-3953" alt="three" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/three3.jpg" width="650" height="94" /></a></p>
<p>2. Select Google Analytics from the ‘Tag Type’ drop down list and it will expand out to give you the standard GA options.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/four3.jpg"><img class="aligncenter size-full wp-image-3945" alt="four" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/four3.jpg" width="650" height="206" /></a></p>
<p>3. For Google Analytics (GA) tags you will need to get the UA-##### code from your GA Admin and place this in the ‘Web Property ID’. Select ‘Page Views’ from the Track Type, scroll down and select ‘More Settings’ and then ‘Custom Variables’.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/five3.jpg"><img class="aligncenter size-full wp-image-3964" alt="five" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/five3.jpg" width="650" height="612" /></a></p>
<p>4. You will be prompted to complete the values that are normally hard coded in to the standard GA implementation of a Custom Variable.</p>
<p>The standard tag looks like this -<span style="color: #339966;"> <em>_setCustomVar(index, name, value, opt_scope</em></span>. But with GTM, these four parameters are offered as simple input boxes.</p>
<p>Index- is a number from 1 – 5. The standard version of Google Analytics allows you a maximum of 5 custom variables. The index parameter is where you declare which of your 5 available custom variables you’re going to use.<br />
Name- this is a string parameter used to identify the custom variable within Analytics reports and is used to group ‘values’. For instance the name could be – ‘Selected Payment Method’</p>
<p>Value- The value is paired with the ‘Name’. Typically, you will have more than one value. The value in this instance could be ‘Visa’, ‘PayPal’, ‘PO’. For our example we are going to make our own ‘+macro’ that will allow you to insert a JavaScript variable in here.<br />
opt_scope- the scope is optional and is used to define the level of user engagement with your site. You can insert a number whose possible values are 1 (visitor-level), 2 (session-level), or 3 (page-level). If left empty, the scope defaults to page-level.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/six3.jpg"><img class="aligncenter size-full wp-image-3950" alt="six" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/six3.jpg" width="650" height="381" /></a></p>
<p>5. In our example there is more than one option a user could fill the custom variable with. Users can normally pay on a website via different methods and we are interested to know which ones they use and if their journey is different. We are going to need to add a piece of code to the website that will pass this piece of information to the tag when it fires. As there is nothing relevant in the drop down I am going to create a ‘New Macro’.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/nine3.jpg"><br />
</a><img class="aligncenter size-full wp-image-3955" alt="eight" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/eight3.jpg" width="650" height="498" /></p>
<p>6. I’m going to give it a simple clear name and select JavaScript Variable from the ‘Macro Type’. I then declare the Global Variable Name as ‘card’, on the website I will need a variable declared ‘card’ that will contain the ‘value’ I want to see in my Google Analytics Reports.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/nine3.jpg"><img class="aligncenter size-full wp-image-3947" alt="nine" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/nine3.jpg" width="650" height="336" /></a></p>
<p>7. As always we need to add a rule to fire the tag. On this occasion I have sent the ‘Rule’ to fire when the data.layer receives an ‘event’ that contains ‘card’.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/nine-1.jpg"><img class="aligncenter size-full wp-image-3948" alt="nine-1" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/nine-1.jpg" width="650" height="500" /></a></p>
<p>8. On your website you will need to add some code that looks similar to this. When a user makes a purchase their payment method should be passed to card, the &lt;VARIABLE&gt; will be replaced with their chosen payment method i.e. Visa, PayPal or something else.<br />
When the event loads it contains ‘card’ and so will fire the rule passing all the information through to Google Analytics.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/twelve3.jpg"><img class="aligncenter size-full wp-image-3954" alt="twelve" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/twelve3.jpg" width="650" height="124" /></a></p>
<p>9. You can confirm that the rules are set correctly by using a tool like <a title="httpFox Download button" href="https://addons.mozilla.org/en-us/firefox/addon/httpfox/">httpFOX</a> and checking that the tags fire as expected.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/forteen2.jpg"><img class="aligncenter size-full wp-image-3959" alt="forteen" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/forteen2.jpg" width="650" height="139" /></a></p>
<p>10. Visit your Google Analytics account and under Audience&gt; Custom&gt; Custom Variables you will find your custom variable report table.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/thirteen3.jpg"><img class="aligncenter size-full wp-image-3952" alt="thirteen" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/thirteen3.jpg" width="650" height="409" /></a></p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/fifteen.jpg"><img class="aligncenter size-full wp-image-3957" alt="fifteen" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/fifteen.jpg" width="650" height="158" /></a></p>
<p>Custom variables can be a huge asset to any business that needs access to unique data not available as standard in the GA interface. That data can often be key to improving the user experience of your website, tailoring your product or service to your customer, or highlighting gaps in your advertising spend. The main thing to think about is how you’re going to use this data to your advantage.<br />
If you think you’re losing important data that can make the difference to your business, and need help with your Analytics, don’t hesitate to get in contact.</p>
<p>&nbsp;</p>
<p>The post <a href="http://www.search-star.co.uk/blog/tag-manager-advanced-tracking-ga-custom-variables/">Tag Manager Advanced Tracking – GA Custom Variables</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.search-star.co.uk/blog/tag-manager-advanced-tracking-ga-custom-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced Tracking with Google Tag Manager – On-Click Events</title>
		<link>http://www.search-star.co.uk/blog/advanced-tracking-with-google-tag-manager-on-click-events/</link>
		<comments>http://www.search-star.co.uk/blog/advanced-tracking-with-google-tag-manager-on-click-events/#comments</comments>
		<pubDate>Fri, 17 May 2013 15:55:42 +0000</pubDate>
		<dc:creator>Mike King</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.search-star.co.uk/?p=3886</guid>
		<description><![CDATA[<p>In the second part of our series on Google Tag Manager (GTM) we’ll look at how to set up On-Click Events. In part 1, ‘Setting up Google Analytics with Tag Manager’, I took you through setting up a GTM account, creating a container, installing and testing your container snippet, and setting up Google Analytics for... &#160;<a class="readmore" href="http://www.search-star.co.uk/blog/advanced-tracking-with-google-tag-manager-on-click-events/" class="read-more">Read more &#8594;</a></p><p>The post <a href="http://www.search-star.co.uk/blog/advanced-tracking-with-google-tag-manager-on-click-events/">Advanced Tracking with Google Tag Manager – On-Click Events</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>In the second part of our series on Google Tag Manager (GTM) we’ll look at how to set up On-Click Events. In part 1, <a title="How to set Up Google Analytics with Tag Manager" href="http://www.search-star.co.uk/blog/setting-up-google-analytics-with-tag-manager/" target="_blank">‘Setting up Google Analytics with Tag Manager’</a>, I took you through setting up a GTM account, creating a container, installing and testing your container snippet, and setting up Google Analytics for your website on GTM.</p>
<p>To follow this guide you will need;</p>
<ul>
<li>A Google Tag Manager Account,</li>
<li>Your container snippet correctly installed and working on your website,</li>
</ul>
<p>If you haven’t got the above in place don’t worry &#8211; just check out <a title="How to set up Google Tag Manager (GTM)" href="http://www.search-star.co.uk/blog/setting-up-google-analytics-with-tag-manager/" target="_blank">last week’s blog for a step by step guide to bring you up to speed</a>.</p>
<h2>Setting up On- Click Events</h2>
<p>1. Log into your GTM account, select the container for the relevant site and select ‘New Tag’. If you look after more than one company’s website data I would recommend a separate account for each company. That will give you one code snippet for the website, but from this you could create many containers, i.e. one for Analytics, one for Adwords and so on.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/three2.jpg"><img class="aligncenter size-full wp-image-3928" alt="three" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/three2.jpg" width="650" height="94" /></a></p>
<p>2. The Tags are the snippets of code that GTM uses to collect data. For instance, you may have a Google Analytics page view tag, Google Analytics Ecommerce tag, Google AdWords conversion tracking tags or possibly even DoubleClick tracking Tags stored within Google Tag Manager.<br />
Because there can be so many different tags within your GTM container, it is important to give each tag a clear, relevant name that follows a standard convention across all your tags. Start with something like ‘Google Analytics – Postcode Search Button’ and select Google Analytics from the ‘Tag Type’.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/four2.jpg"><img class="aligncenter size-full wp-image-3920" alt="four" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/four2.jpg" width="650" height="206" /></a></p>
<p>3. For Google Analytics (GA) tags you will need to get the UA-##### code from your GA Admin and place this in the ‘Web Property ID’. Select ‘Event’ from the Track Type and you will be prompted for the Category and Action values that are usually hard coded into the standard onclick tag.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/five1.jpg"><img class="aligncenter size-full wp-image-3918" alt="five" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/five1.jpg" width="650" height="367" /></a></p>
<p>4. The next step is to input the Category and Action for the event. For Event Tracking the category is a name that you supply as a way to group objects that you want to track. Your ‘Category’ will appear in the reporting interface as Top Categories in the Events Overview page. Typically, you will use the same category name multiple times over for related user interface elements that you want to group under a given category.</p>
<p>The term &#8220;Action&#8221; is used to track the type of event or interaction you want to track for a particular web object. For example;</p>
<ul>
<li>Time when the video completes load</li>
<li>&#8220;Play&#8221; button clicks</li>
<li>&#8220;Stop&#8221; button clicks</li>
<li>&#8220;Pause&#8221; button clicks</li>
</ul>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/six2.jpg"><img class="aligncenter size-full wp-image-3925" alt="six" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/six2.jpg" width="650" height="227" /></a></p>
<p>5. Now select ‘+Add Rule to Fire Tag’. Rules allow you to decide when to fire a particular tag, for instance you might only want to fire an Adwords Conversion tag if the {{URL}} matches /Thank-You.html or if the user comes from a particular {{Referrer}}.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/seven1.jpg"><img class="aligncenter size-full wp-image-3924" alt="seven" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/seven1.jpg" width="650" height="126" /></a><br />
6. Adding rules is relatively simple with GTM’s standard set up. In this example, we are going to ‘Create new rule’, the Rule name is Post Code Search Event Trigger, and we have set the tag to fire if GTM receives an {{event}} that contains ‘PostCodeSearch’. Before this tag will work we will need to implement an ‘event’ tag on the web site and name the event ‘PostCodeSearch’.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/eight2.jpg"><img class="aligncenter size-full wp-image-3916" alt="eight" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/eight2.jpg" width="650" height="567" /></a><br />
7. Once you have created and saved your rule, save the tag.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/nine2.jpg"><img class="aligncenter size-full wp-image-3921" alt="nine" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/nine2.jpg" width="650" height="345" /></a></p>
<p>8. ‘Create Version’ and ‘Publish’ your tag to your live website.</p>
<p>&nbsp;</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/ten2.jpg"><img class="aligncenter size-full wp-image-3926" alt="ten" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/ten2.jpg" width="650" height="67" /></a></p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/eleven2.jpg"><img class="aligncenter size-full wp-image-3917" alt="eleven" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/eleven2.jpg" width="650" height="80" /></a><br />
9. You now need to hard code your tag to your website to push to the GTM data layer on your website. You declare the event like this <strong>onclick=&#8221;dataLayer.push({&#8216;event&#8217;: &#8216;PostCodeSearch&#8217;});&#8221;</strong></p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/one.png"><img class="aligncenter size-full wp-image-3896" alt="one" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/one.png" width="734" height="53" /></a></p>
<p>&nbsp;</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/two1.jpg"><img class="aligncenter size-full wp-image-3915" alt="two" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/two1.jpg" width="650" height="56" /></a></p>
<p>&nbsp;</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/twelve.jpg"><img class="aligncenter size-full wp-image-3902" alt="twelve" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/twelve.jpg" width="860" height="198" /></a></p>
<p>10. On clicking the button this event will be pushed into the data layer. If it is true according to the rules you set, you will see the tag fire in <a title="httpFox Download" href="https://addons.mozilla.org/en-us/firefox/addon/httpfox/" target="_blank">httpFOX</a>. If it is not equal to the rule, the tag will not fire.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/thirteen.jpg"><img class="aligncenter size-full wp-image-3900" alt="thirteen" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/thirteen.jpg" width="945" height="185" /></a></p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/forteen1.jpg"><img class="aligncenter size-full wp-image-3919" alt="forteen" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/forteen1.jpg" width="738" height="157" /></a></p>
<p>&nbsp;</p>
<p>Using a single Google Tag Manager container with one Google Analytics Account you can manage numerous websites. For instance, if you have separate website for individual branches of your business I would suggest one GTM container and one Analytics account. This allows you to separate the data out into different profiles by using the hostname. Crucially, you’ll also be able to segment your data as a whole to measure things like events across your different branches.<br />
If you have any questions or want some help getting the most out of your website data don’t hesitate to get in contact.</p>
<p>&nbsp;</p>
<p>The post <a href="http://www.search-star.co.uk/blog/advanced-tracking-with-google-tag-manager-on-click-events/">Advanced Tracking with Google Tag Manager – On-Click Events</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.search-star.co.uk/blog/advanced-tracking-with-google-tag-manager-on-click-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Google Analytics with Tag Manager</title>
		<link>http://www.search-star.co.uk/blog/setting-up-google-analytics-with-tag-manager/</link>
		<comments>http://www.search-star.co.uk/blog/setting-up-google-analytics-with-tag-manager/#comments</comments>
		<pubDate>Wed, 08 May 2013 13:52:59 +0000</pubDate>
		<dc:creator>Mike King</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.search-star.co.uk/?p=3846</guid>
		<description><![CDATA[<p>Google Tag Manager (GTM) has recently been released by the Google team to streamline the implementation of your digital tracking and analysis tools. The basic idea is that you hard code a single piece of JavaScript onto your website and then you never need to touch it again. Any subsequent tracking code amends or additions... &#160;<a class="readmore" href="http://www.search-star.co.uk/blog/setting-up-google-analytics-with-tag-manager/" class="read-more">Read more &#8594;</a></p><p>The post <a href="http://www.search-star.co.uk/blog/setting-up-google-analytics-with-tag-manager/">Setting up Google Analytics with Tag Manager</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Google Tag Manager (GTM) has recently been released by the Google team to streamline the implementation of your digital tracking and analysis tools. The basic idea is that you hard code a single piece of JavaScript onto your website and then you never need to touch it again. Any subsequent tracking code amends or additions can be managed through the simple GTM interface. The upside to this is that you only have to pay your developer once to add one piece of JavaScript.</p>
<p>There are, unfortunately, still occasions when you may have to add additional code to your page such as with the implementation of onClick events, pageviews or e-commerce tracking. However, if you take the time to plan out your tracking strategy in advance, it’s relatively simple to have the code in place ready for when you need to track an action.</p>
<h3>Step by step guide to setting up Google Analytics with Tag Manager</h3>
<p>Navigate to <a title="Google Tag Manager" href="http://www.google.co.uk/tagmanager/" target="_blank">www.google.co.uk/tagmanager/</a>‎ and login. If you’re using Analytics, Adwords or DoubleClick already, use that account.</p>
<p>Start by creating an Account and a Container.</p>
<p>The account level is relatively similar to the Account level in Google Analytics; from here you can add and remove users, alter settings and create containers.</p>
<p>The container is where all the different tags in your account will be managed. From one container you can set up multiple different tags and functions that will provide the tracking for your website. For instance, under one container you may have Analytics, Adwords or DoubleClick tracking tags and these could be page view or onClick events.</p>
<p>Give the account a name (My Business) and the container a name (My Business &#8211; UK website)</p>
<p style="text-align: center;"><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/Add-Account1.jpg"><img class="aligncenter size-full wp-image-3873" alt="Add Account" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/Add-Account1.jpg" width="735" height="451" /></a></p>
<p>Currently, you do not need to “Add Domain” to the container but, if you choose to, GTM will offer additional help. Once you save the container, GTM will create a short piece of JavaScript that you add to your website. Add this piece of code to every page on your website after the opening body tag on your website. I think of the GTM snippet as a window; it will be loaded every single time the page is loaded but it will only fire the tags setup in your container setting based on the rules you specify.</p>
<p style="text-align: center;"><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/Code-Snippet.png"><img class="aligncenter size-full wp-image-3851" alt="Code Snippet" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/Code-Snippet.png" width="735" height="255" /></a></p>
<p>Now you have created the container, you’ll need to fill it with tags. Select “New Tag” and then select “Google Analytics” as the tag type.</p>
<p style="text-align: center;"><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/Add-Account1.jpg"><br />
</a> <a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/Adding-a-New-Tag1.jpg"><img class="aligncenter size-full wp-image-3874" alt="Adding a New Tag" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/Adding-a-New-Tag1.jpg" width="735" height="68" /></a> <a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/Edit-Rules1.jpg"><br />
</a> <a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/Publish-Tag1.jpg"><br />
</a><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/Tag-Input1.jpg"><img class="aligncenter size-full wp-image-3877" alt="Tag Input" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/Tag-Input1.jpg" width="735" height="207" /></a></p>
<p>For this example we are going to set up a Google Analytics Tag. To make it simple, GTM has a bespoke form for each tag with the required fields you need to activate the tag effectively.</p>
<p style="text-align: center;"><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/Analytics-Tag.png"><img class="aligncenter size-full wp-image-3850" alt="Analytics Tag" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/Analytics-Tag.png" width="632" height="680" /></a></p>
<p>Give the tag a name (Google Analytics Standard Tag), and add the Web Property ID. It will look something like this: UA-21034665-11. You can easily find the Web Property ID in you Google Analytics account under “Admin”. Before saving you will need to “Add a Rule to Fire Tag”. Rules tell GTM when to fire a particular tag.</p>
<p>For this implementation we want to ensure the Google Analytics tag appears, or fires, on every single page. We can use a default rule that will meet this condition. Give the Rule a clear descriptive name; this is essential for management when you have a lot of tags. This particular example will fire when the URL &gt; contains &gt; . (full stop), eg. on every page of the site.</p>
<p style="text-align: center;"><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/Edit-Rules1.jpg"><img class="aligncenter size-full wp-image-3875" alt="Edit Rules" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/Edit-Rules1.jpg" width="735" height="514" /></a></p>
<p>You can save the tag but it will not be live and will not be published to your website yet. First you will need to check the “Versions”, “Preview” the tag for testing and then “Publish” a version for the tag to go live.</p>
<p style="text-align: center;"><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/Versions1.jpg"><img class="aligncenter size-full wp-image-3878" alt="Versions" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/Versions1.jpg" width="735" height="69" /></a></p>
<p style="text-align: center;"><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/Publish-Tag1.jpg"><img class="aligncenter size-full wp-image-3876" alt="Publish Tag" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/Publish-Tag1.jpg" width="735" height="61" /></a></p>
<p style="text-align: center;">Once live I would also recommend visiting your website and using a tool like httpFOX to test if the Google Analytics Tag is tracking correctly. httpFOX is a Firefox add-on that monitors and analyses all incoming and outgoing HTTP traffic between the browser and the web servers.</p>
<p><a title="Firefox httpFOX Add-on" href="https://addons.mozilla.org/En-us/firefox/addon/httpfox/" target="_blank">https://addons.mozilla.org/En-us/firefox/addon/httpfox/</a></p>
<p style="text-align: center;"><a href="http://www.search-star.co.uk/wp-content/uploads/2013/05/httpFOX-example.png"><img class="aligncenter size-full wp-image-3853" alt="httpFOX example" src="http://www.search-star.co.uk/wp-content/uploads/2013/05/httpFOX-example.png" width="755" height="239" /></a></p>
<p>If you need help or support managing your Google Analytics, or need advice on effective conversion tracking don’t hesitate to get in contact with the team.</p>
<p>The post <a href="http://www.search-star.co.uk/blog/setting-up-google-analytics-with-tag-manager/">Setting up Google Analytics with Tag Manager</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.search-star.co.uk/blog/setting-up-google-analytics-with-tag-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automate tasks using Adwords Scripts</title>
		<link>http://www.search-star.co.uk/blog/automate-tasks-using-adwords-scripts/</link>
		<comments>http://www.search-star.co.uk/blog/automate-tasks-using-adwords-scripts/#comments</comments>
		<pubDate>Fri, 03 May 2013 14:17:11 +0000</pubDate>
		<dc:creator>Mike King</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.search-star.co.uk/?p=3832</guid>
		<description><![CDATA[<p>AdWords scripts provides a way to access to your AdWords account through JavaScript so that you can automate regular tasks or take the leg work out of big account alterations. With a development tool built directly into the AdWords interface, a huge tutorial document and an active forum Google has made getting started really easy.... &#160;<a class="readmore" href="http://www.search-star.co.uk/blog/automate-tasks-using-adwords-scripts/" class="read-more">Read more &#8594;</a></p><p>The post <a href="http://www.search-star.co.uk/blog/automate-tasks-using-adwords-scripts/">Automate tasks using Adwords Scripts</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>AdWords scripts provides a way to access to your AdWords account through JavaScript so that you can automate regular tasks or take the leg work out of big account alterations. With a development tool built directly into the AdWords interface, a huge <a title="Adwords Script Tutorial" href="https://developers.google.com/adwords/scripts/" target="_blank">tutorial document </a>and an <a title="Google Adwords Script Forum" href="https://developers.google.com/adwords/scripts/community" target="_blank">active forum</a> Google has made getting started really easy.</p>
<p>Adwords Scripts are not just for the big players like Kenshoo or Searchforce but anyone who has some JavaScript experience and needs more sophisticated e-commerce functionality. At Search Star one of our client’s sells thousands of different products that are regularly in and out of stock. We have built the Adwords Script below to integrate a live product feed with AdWords so that users aren’t going to clicks on ads for out of stock products.</p>
<p>Using Google’s lightweight interface and huge library of functions we can quickly access live CSV files from external URLs or Google Drive Spreadsheets. These powerful tools enable us to perform routine activities against an account, such as updating and reporting on accounts and making it possible for us to develop custom tools that will increase conversion rates.</p>
<p>AdWords scripts support Google Spreadsheets and HTTP service integration giving you access to important data and take action in your account. Additionally, the ability to send email from the interface makes it possible to develop advanced reporting and data analysis solutions. If you have limited resources this a platform you should be investigating.</p>
<ul>
<li>The platform clearly opens a lot of doors and here are some ideas to get you thinking;</li>
<li>You can use spreadsheet data or external data to make campaign decisions.</li>
<li>If you have a jump in inventory you can automatically increase bids or add you keywords.</li>
</ul>
<p>You can quickly output campaign reports into a more use able format or even drop them into a web page and display them with the beautiful Google Charts API.</p>
<p>If you have any questions about Adwords Scripts or have a challenge you want to set us feel free to contact us to talk through your problem.</p>
<p><em><span style="color: #339966; font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px;">/* </span></em></p>
<pre><em><span style="color: #339966;"> * Michael King</span>
<span style="color: #339966;"> *</span>
<span style="color: #339966;"> * Adwords Stock Level Tester - Turns Adgroups On and Off depending on the values 
 * stored in a Google Spreadsheet</span>
<span style="color: #339966;"> *</span>
<span style="color: #339966;"> * Instructions</span>
<span style="color: #339966;"> * Schedule your ecommerce system to produce an XML or CSV stock feed, it should 
 * look something like this http://www.mywebsite.co.uk/mynewstockfeed.csv.</span>
<span style="color: #339966;"> * Open a Google Drive Spreadsheet and use the 
 * =importData(“http://www.mywebsite.co.uk/mynewstockfeed.csv”) function to fill 
 * your spreadsheet.
 * Google </span><span style="color: #339966;">spreadsheets should refresh roughly every hour. Set the script below 
 * to run as often as you like.</span>
<span style="color: #339966;"> *</span>
<span style="color: #339966;"> */</span></em></pre>
<pre><span style="color: #808080;">function main() {</span></pre>
<pre><em><span style="color: #339966;">/* Replace this variable with the URL of your Google Docs Spreadsheet */</span></em>
<span style="color: #808080;"> var url = 'THE URL OF YOUR SPREADSHEET';</span></pre>
<pre><em><span style="color: #339966;">/* Gets the spreadsheet and the named sheet, don’t forget to change the it to 
the name of your sheet */</span></em>
<span style="color: #808080;"> var spreadsheet = getSpreadsheet(url);</span>
<span style="color: #808080;"> var sheet = spreadsheet.getSheetByName('Stock Levels');</span></pre>
<pre><span style="color: #808080;">function getSpreadsheet(spreadsheetUrl) {</span>
<span style="color: #808080;"> var matches = new RegExp('key=([^&amp;#]*)').exec(spreadsheetUrl);</span>
<span style="color: #808080;"> if (!matches || !matches[1]) {</span>
<span style="color: #808080;"> throw 'Invalid spreadsheet URL: ' + spreadsheetUrl;</span>
<span style="color: #808080;"> }</span>
<span style="color: #808080;"> var spreadsheetId = matches[1];</span>
<span style="color: #808080;"> return SpreadsheetApp.openById(spreadsheetId);</span>
<span style="color: #808080;"> }</span></pre>
<pre><em><span style="color: #339966;">/* Grabs the entire range and uses the array length to work out the number of 
rows in your spreadsheet, rowIndex is now equal to the number of rows in the 
spreadsheet */</span></em>
<span style="color: #808080;"> var range = sheet.getDataRange();</span>
<span style="color: #808080;"> var values = range.getValues();</span>
<span style="color: #808080;"> for (var rowIndex = 0; rowIndex &lt; values.length; rowIndex++) {</span>
<span style="color: #808080;"> var row = values[rowIndex];</span>
<span style="color: #808080;"> }</span></pre>
<pre><em><span style="color: #339966;">/* Set the for loop to run untill n = rowIndex, row Index has been set to the 
number of rows in the spreadsheet */</span></em>
<span style="color: #808080;"> for (var n = 1; n &lt; rowIndex; n++) {</span></pre>
<pre><em><span style="color: #339966;">/* Select the relivant cells in your spreadsheet, change so match yours */</span></em>
<span style="color: #808080;"> var adGroupName = sheet.getRange("A" + n + "").getValue()</span>
<span style="color: #808080;"> var StockLevel = sheet.getRange("M" + n + "").getValue()</span></pre>
<pre><em><span style="color: #339966;">/* If the cell StockLevel cell contains 'No' get the relivant AdGroup that matches 
the spreadsheet, you could change this to less than 1 (StockLevel &lt; 1) */</span></em>
<span style="color: #808080;"> if (StockLevel == "No") {</span>
<span style="color: #808080;"> var adGroupsIterator = AdWordsApp.adGroups()</span>
<span style="color: #808080;"> .withCondition("Name = '" + adGroupName + "'")</span>
<span style="color: #808080;"> .get();</span></pre>
<pre><em><span style="color: #339966;">/* Pause the Ad group */</span></em>
<span style="color: #808080;"> if (!adGroupsIterator.hasNext()) {</span>
<span style="color: #808080;"> Logger.log("Ad group '" + adGroupName + "' not found.");</span>
<span style="color: #808080;"> } else {</span>
<span style="color: #808080;"> var adGroup = adGroupsIterator.next();</span>
<span style="color: #808080;"> adGroup.pause();</span>
<span style="color: #808080;"> }</span>
<span style="color: #808080;"> }</span></pre>
<pre><em><span style="color: #339966;">/* else If the cell StockLevel cell contains 'YES' get the relivant AdGroup that 
matches the spreadsheet you could change this to more than 1 (StockLevel &gt; 0)*/</span></em>
<span style="color: #808080;"> else if (StockLevel == "Yes") {</span>
<span style="color: #808080;"> var adGroupsIterator = AdWordsApp.adGroups()</span>
<span style="color: #808080;"> .withCondition("Name = '" + adGroupName + "'")</span>
<span style="color: #808080;"> .get();</span></pre>
<pre><em><span style="color: #339966;">/* enable ad group */</span></em>
<span style="color: #808080;"> if (!adGroupsIterator.hasNext()) {</span>
<span style="color: #808080;"> Logger.log("Ad group '" + adGroupName + "' not found.");</span>
<span style="color: #808080;"> } else {</span>
<span style="color: #808080;"> var adGroup = adGroupsIterator.next();</span>
<span style="color: #808080;"> adGroup.enable();</span>
<span style="color: #808080;"> }</span>
<span style="color: #808080;"> }</span>
<span style="color: #808080;"> }</span>
<span style="color: #808080;">}</span></pre>
<pre></pre>
<p>The post <a href="http://www.search-star.co.uk/blog/automate-tasks-using-adwords-scripts/">Automate tasks using Adwords Scripts</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.search-star.co.uk/blog/automate-tasks-using-adwords-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Analytics advice for the youth of today</title>
		<link>http://www.search-star.co.uk/analytics/notprovided/</link>
		<comments>http://www.search-star.co.uk/analytics/notprovided/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 11:37:32 +0000</pubDate>
		<dc:creator>Jack Sladek</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://www.search-star.co.uk/?p=3733</guid>
		<description><![CDATA[<p>Now that I&#8217;m 25 and getting on a bit, it&#8217;s time for me to start imparting my wisdom on to the youth of today. Today&#8217;s topic covers the (not provided) keyword that often appears at the top of reports in Google Analytics. Annoyingly, this can often be the keyword with the most data corresponding to... &#160;<a class="readmore" href="http://www.search-star.co.uk/analytics/notprovided/" class="read-more">Read more &#8594;</a></p><p>The post <a href="http://www.search-star.co.uk/analytics/notprovided/">Some Analytics advice for the youth of today</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Now that I&#8217;m 25 and getting on a bit, it&#8217;s time for me to start imparting my wisdom on to the youth of today.</p>
<p>Today&#8217;s topic covers the<strong> (not provided)</strong> keyword that often appears at the top of reports in Google Analytics. Annoyingly, this can often be the keyword with the most data corresponding to it&#8230; So what do you do with it?</p>
<p>The <em>(not provided)</em> label is applied to search queries from users who were signed in securely to Google when searching. Conveniently, (ahem) Google wants to assure their customers&#8217; data protection by not publishing their search query history in Analytics. Currently, this is a mild annoyance for us PPC managers, but according to <a href="http://www.notprovidedcount.com/" target="_blank">Click Consult</a>, the appearance of our little friend has been more and more prevalent since it was enabled in 2011. This could mean that by August 2014, <em>(not provided)</em> will account for 100% of search queries. Scary huh?</p>
<p>It isn&#8217;t clear whether Google will ever release the hidden data, so in the meantime, I&#8217;ve done some research to see if there is a way to squeeze more information from it.<strong><br />
</strong></p>
<p>Below is a typical keyword report on Analytics. <em>(not provided)<strong> </strong></em>dominates the number of clicks, followed closely by own brand keywords. This data was taken from March this year.</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/04/blog-march.png"><img class="size-medium wp-image-3736 alignleft" alt="blog-march" src="http://www.search-star.co.uk/wp-content/uploads/2013/04/blog-march-300x274.png" width="300" height="274" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>At the beginning of April I activated a <em>filter</em> in Analytics to get more out of the <em>(not provided)<strong> </strong></em>keyword. Here are the results for the first few weeks of April:</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/04/blog-april.png"><img class="size-medium wp-image-3735 alignleft" alt="blog-april" src="http://www.search-star.co.uk/wp-content/uploads/2013/04/blog-april-300x247.png" width="300" height="247" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>No longer does <em>(not provided) </em>dominate the keyword report and we can see some new keywords beginning with <em>np</em> in the results.</p>
<p>The filter has taken all the search queries that were grouped in to the <em>(not provided)</em> keyword and split them out by landing page. Although this doesn&#8217;t publish the original search query itself, it can give you a good idea of what it probably was:</p>
<ul>
<li><strong>np &#8211; / </strong>is the homepage, so it&#8217;s reasonable to assume it was an own-brand search</li>
<li><strong>np &#8211; /stainless-steel-tube.html</strong> is a page all about stainless steel tube, so it&#8217;s reasonable to assume the search queries related to something about stainless steel tubes</li>
</ul>
<p>In a nutshell, this is what the filter does:</p>
<ol>
<li>Look for <em>(not provided)</em> search queries</li>
<li>See what the landing page was for each <em>(not provided)</em> search query</li>
<li>Replace <em>(not provided) </em>with the landing page instead.</li>
</ol>
<p>Here&#8217;s why it&#8217;s useful:</p>
<ol>
<li>It enables a better understanding of the split between own-brand search and non-own-brand search</li>
<li>You can get a better idea of what the search queries could have been for <em>(not provided)</em> search queries</li>
</ol>
<h2><strong>How to set up the filter</strong></h2>
<p>To set up the filter you will need to log in to your Analytics account. The filter is a profile level so it will need to be set up for each profile or account. Once set up, the filter will automatically apply to all<strong><em> </em></strong><em>(not provided)</em> keywords within the profile. To disable the filter you would have to delete it.</p>
<h3>Step 1</h3>
<p>Under the <strong>Admin</strong> tab, choose the profile you wish to work with, click on <strong>Filters</strong> and then <strong>New Filter</strong></p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/04/blog-march-2.png"><img class="alignleft size-full wp-image-3744" alt="blog-march-2" src="http://www.search-star.co.uk/wp-content/uploads/2013/04/blog-march-2.png" width="334" height="88" /></a></p>
<h3>Step 2</h3>
<p>Create the filter as per the screenshot below</p>
<p><a href="http://www.search-star.co.uk/wp-content/uploads/2013/04/blog-march-3.png"><img class="size-full wp-image-3748 alignleft" alt="blog-march-3" src="http://www.search-star.co.uk/wp-content/uploads/2013/04/blog-march-3.png" width="657" height="446" /></a></p>
<h3>Step 3</h3>
<p>Save and give yourself a high five. The filter only applies to data from the time you set it up, so it will not change historic data.</p>
<p>This filter has proven helpful for us in better understanding the behaviour of visitors to various websites. Hopefully it&#8217;ll help you out too.</p>
<p>&nbsp;</p>
<p>The post <a href="http://www.search-star.co.uk/analytics/notprovided/">Some Analytics advice for the youth of today</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.search-star.co.uk/analytics/notprovided/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The RAR 2013 Awards Results – Nominated for 7 Awards&#8230;</title>
		<link>http://www.search-star.co.uk/blog/the-rar-2013-awards-nominated-for-7-awards-we-won/</link>
		<comments>http://www.search-star.co.uk/blog/the-rar-2013-awards-nominated-for-7-awards-we-won/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 10:38:05 +0000</pubDate>
		<dc:creator>Dan Fallon</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.search-star.co.uk/?p=3694</guid>
		<description><![CDATA[<p>Last Autumn we decided to enter the RAR (Registered Agency Register) Awards. This went against the last 7 years of Search Star thinking that Awards were a swizz – a way for magazine publishers to reward their largest advertisers &#38; make an additional revenue stream (overpriced dinner tickets &#38; large category entry fees). We chose... &#160;<a class="readmore" href="http://www.search-star.co.uk/blog/the-rar-2013-awards-nominated-for-7-awards-we-won/" class="read-more">Read more &#8594;</a></p><p>The post <a href="http://www.search-star.co.uk/blog/the-rar-2013-awards-nominated-for-7-awards-we-won/">The RAR 2013 Awards Results – Nominated for 7 Awards&#8230;</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Last Autumn we decided to enter the <a href="http://www.recommendedagencies.com/pages/rar-awards/">RAR (Registered Agency Register) Awards</a>. This went against the last 7 years of Search Star thinking that Awards were a swizz – a way for magazine publishers to reward their largest advertisers &amp; make an additional revenue stream (overpriced dinner tickets &amp; large category entry fees). We chose to enter the RAR Awards as they were given purely from the ratings &amp; reviews of our clients.</p>
<p>An agency entering is asked to supply a full client contact list – the clients are then contacted and their opinions and scores are gathered in to a central database. Given that the vast bulk of our business comes in by referral from existing happy clients &amp; contacts we were optimistic that this honest &amp; straightforward system of awards should be healthy for us.</p>
<p>We were therefore absolutely delighted to be nominated for 7 out of the 30 awards categories including Best Digital Agency, Best Media Buying Agency  &amp; Best Advertising Agency. Hopes were high that we were about to strike gold. A ticket for the Awards Dinner (£185+VAT) was purchased, I put on my smartest suit and took the train to London. I arrived at the Montcalm Hotel in London quietly optimistic that we were going to win big.</p>
<p>Two hours of red carpets, photographers, champagne &amp; good food later and it was time for the judges to announce their decisions. The room went quiet and my adrenalin levels mounted. What was the best route for me to the stage…should I kiss the lady judge on the cheek or shake her hand…maybe I should have brought a bag to take all the awards home?</p>
<p>Each category came and each time “Search Star” was read out as a nominee…again and again we were not the winner. We won in none of the categories we had been nominated for. Finally the Grand Prix for the agency with the best overall score…we had been nominated in more categories than any other agency so perhaps….we didn’t win that either.</p>
<p>We won nothing…congratulations to those who did especially our friends at <a href="http://www.trtdirect.co.uk/">TRT Direct</a> who won Best Media Buying Agency.</p>
<p>Awards are a swizz…rubbish…we never wanted one anyway. Maybe we’ll win next year.</p>
<p>The post <a href="http://www.search-star.co.uk/blog/the-rar-2013-awards-nominated-for-7-awards-we-won/">The RAR 2013 Awards Results – Nominated for 7 Awards&#8230;</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.search-star.co.uk/blog/the-rar-2013-awards-nominated-for-7-awards-we-won/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enhanced Campaigns: Help Or Hindrance?</title>
		<link>http://www.search-star.co.uk/adwords-updates-debates/enhanced-campaigns-help-or-hindrance/</link>
		<comments>http://www.search-star.co.uk/adwords-updates-debates/enhanced-campaigns-help-or-hindrance/#comments</comments>
		<pubDate>Wed, 10 Apr 2013 10:27:41 +0000</pubDate>
		<dc:creator>Lucy Horton</dc:creator>
				<category><![CDATA[AdWords Updates & Debates]]></category>

		<guid isPermaLink="false">http://www.search-star.co.uk/?p=3594</guid>
		<description><![CDATA[<p>The deadline for changing over to Adwords Enhanced Campaigns has been announced, and July 22nd will be here before we know it. Of course, the ultra-organised Search Star team are already there, with our checklists for account migration all but fully ticked off. Google promised that getting stuck in and making the switch to Enhanced... &#160;<a class="readmore" href="http://www.search-star.co.uk/adwords-updates-debates/enhanced-campaigns-help-or-hindrance/" class="read-more">Read more &#8594;</a></p><p>The post <a href="http://www.search-star.co.uk/adwords-updates-debates/enhanced-campaigns-help-or-hindrance/">Enhanced Campaigns: Help Or Hindrance?</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone  wp-image-3132" src="http://www.search-star.co.uk/wp-content/uploads/blog2-300x294.png" alt="" width="180" height="176" /></p>
<p>The deadline for changing over to Adwords Enhanced Campaigns has been announced, and July 22nd will be here before we know it. Of course, the ultra-organised Search Star team are already there, with our checklists for account migration all but fully ticked off. Google promised that getting stuck in and making the switch to Enhanced Campaigns wouldn&#8217;t be too complicated or time consuming and, for the most part, it hasn&#8217;t been. But how will this change to Adwords, marked as one of the biggest since its launch, affect your campaigns?</p>
<p>Google states three key advantages to the enhancements. The first is multi-device marketing; it is now no longer possible to target campaigns to mobiles only, instead you can set a bid multiplier to adjust the bid that is set for mobile devices. At the launch of Enhanced Campaigns back in February, it was clear that Google wants to divide the digital world into big screens and small screens – not mobiles, desktops and tablets. In Adwords at least, PCs and tablets are now lumped together as a single device type. Google&#8217;s reasoning behind this is that the line between tablets and PCs is blurring, as more and more products are brought out that combine features of both.</p>
<p>The second advantage, as stated by Google, is the ability to advertise based on a person&#8217;s context and device capabilities. Within single campaigns, advertisers can now customise their ads depending on a person&#8217;s location, device and what time of day it is. This is pretty useful for advertisers with physical shops or offices. For example; an advertiser can choose to only show links with shop locators to a person on their mobile, when they&#8217;re in the area and if the shop is open all within one campaign &#8211; perfect!</p>
<p>The third advantage is advanced reports for new conversion types. Supposedly, Google are going to provide more information on conversions than ever before! Tying in nicely with Universal Analytics, this will include reports on purchases made over the phone, app downloads and conversions that were initiated on one device and completed on another. Gaining this extra insight as to how campaigns are converting will of course be extremely useful for running successful PPC.</p>
<p>Of all the changes that the enhancements will bring, the one that we are most concerned about is bundling PC and tablet into one device option. A large ecommerce client of ours had an 82% difference in the volume of conversions between tablet and PC over February (PC converting the most), and a 46% difference in the conversion rate. Differences like these prompt us to look into why they&#8217;re not converting the same and result in differences between how we manage tablet and PC campaigns. Bids are managed differently, ad copy is changed and keywords can be different.</p>
<p>People use tablets and PCs in different environments and situations; tablets are often used whilst travelling, on holiday or to have a browse at home on the sofa. Compare this to people using PCs all day at work with access to fast broadband, wallet in hand and a wondering mind in their lunch hour, and you get a very different picture. It&#8217;s also thought that people feel more comfortable purchasing on a PC as this is what they&#8217;re used to. Touch-screen tablets can become fiddly and it somehow feels less secure entering your bank details on one.</p>
<p>So we&#8217;re not as convinced as Google that the two devices are blurring into one. But, perhaps as tablets become more and more popular they will be proven right and purchasing on them will become less alien. Interestingly, where Adwords leads Bing Ads normally follows, but Bing have claimed that <a href="http://searchengineland.com/advertisers-deserve-control-bing-ads-responds-to-adwords-enhanced-campaigns-154675" target="_blank">advertisers “deserve control”</a> and will be maintaining the mobile/tablet/PC split on their PPC platform. Regardless, Google are not about to do a U-turn on this issue and, rather than bemoan the loss of control, we’re now very much in the process of taking advantage of the (very) positive aspects of Enhanced Campaigns.</p>
<p>The post <a href="http://www.search-star.co.uk/adwords-updates-debates/enhanced-campaigns-help-or-hindrance/">Enhanced Campaigns: Help Or Hindrance?</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.search-star.co.uk/adwords-updates-debates/enhanced-campaigns-help-or-hindrance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Stars Lifts CTR 17%</title>
		<link>http://www.search-star.co.uk/adwords-updates-debates/getting-stars-lifts-ctr-17/</link>
		<comments>http://www.search-star.co.uk/adwords-updates-debates/getting-stars-lifts-ctr-17/#comments</comments>
		<pubDate>Tue, 02 Apr 2013 10:26:23 +0000</pubDate>
		<dc:creator>Dan Fallon</dc:creator>
				<category><![CDATA[AdWords Updates & Debates]]></category>
		<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Lead Generation]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.search-star.co.uk/?p=3592</guid>
		<description><![CDATA[<p>For the last 18 months Google has been putting Seller Rating Extensions (gold stars) next to the adtext of advertisers who have been positively reviewed within media that Google can read. For an example see Search Star&#8217;s own PPC ads below&#8230;we practice what we preach &#38; in the adtext below we are showing 46 positive... &#160;<a class="readmore" href="http://www.search-star.co.uk/adwords-updates-debates/getting-stars-lifts-ctr-17/" class="read-more">Read more &#8594;</a></p><p>The post <a href="http://www.search-star.co.uk/adwords-updates-debates/getting-stars-lifts-ctr-17/">Getting Stars Lifts CTR 17%</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>For the last 18 months Google has been putting Seller Rating Extensions (gold stars) next to the adtext of advertisers who have been positively reviewed within media that Google can read.</p>
<p>For an example see Search Star&#8217;s own PPC ads below&#8230;we practice what we preach &amp; in the adtext below we are showing 46 positive reviews from happy clients:</p>
<p><a href="http://www.search-star.co.uk/ecommerce/getting-stars-lifts-ctr-17/attachment/image1/" rel="attachment wp-att-3098"><img class="wp-image-3098 alignleft" title="image1" alt="" src="http://www.search-star.co.uk/wp-content/uploads/image1.png" width="551" height="125" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>For e-commerce retailers the benefit of getting stars is immediately obvious with a search for “Samsung 46” TV” having 3 of the top 4 advertisers showing Seller Rating Extensions:</p>
<p><a href="http://www.search-star.co.uk/ecommerce/getting-stars-lifts-ctr-17/attachment/image2/" rel="attachment wp-att-3101"><img class="wp-image-3101 alignleft" title="image2" alt="" src="http://www.search-star.co.uk/wp-content/uploads/image2.png" width="873" height="246" /></a></p>
<p>However service providers (who stand the gain the most having customers far more interested in relative quality) use the extensions far less. A search for “Tax Accountants in London” shows no Seller Rating Extensions for any advertiser:</p>
<p><a href="http://www.search-star.co.uk/ecommerce/getting-stars-lifts-ctr-17/attachment/image3-2/" rel="attachment wp-att-3105"><img class="wp-image-3105 alignleft" title="image3" alt="" src="http://www.search-star.co.uk/wp-content/uploads/image31.png" width="549" height="328" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Google has <a href="http://adwords.blogspot.co.uk/2011/04/5-simple-ways-to-improve-your-adwords.html">published </a>that advertisers with Seller Rating Extensions on average get a 17% increase in click through rate. This means a 14.5% drop in CPC for exactly the same position.</p>
<p>- For the ecommerce people it is simple to set up an automated email to customers after each online transaction and asking for a review.</p>
<p>- For the service providers especially in the legal sector its more problematic – client relationships are more complex and clients can be shy of leaving “I was completely in the wrong yet Mr Solicitor won the case – 5 stars” style reviews</p>
<p>Across Search Star’s client base we are seeing increases in CTR % of up to 30% for services providers and up to 20% for ecommerce companies. Every client I see and every proposal that passes across my desk and I say “you need to get reviews &amp; the stars”:</p>
<p>Clients may say they’ll put it on the job list but often they don’t action it. Reviews are a pain&#8230;they can be labour intensive &amp; there may be negative reviews. Howver an average 1% boost to CTR is massive and should always be worth it for an advertiser serious about Adwords.</p>
<p>However challenging the review collection has been our clients always see a noticeable lift in the leads and sales when they get the stars against ads. I struggle to come up with any advertiser in any category who wouldn’t want them for the increase in CTR, reduction in CPC &amp; improved conversion that they drive.</p>
<p>If you have questions about how to gather them in the most efficient and effective way then please get in touch. We are seller rating extension evangelists &amp; happy to help.</p>
<p>The post <a href="http://www.search-star.co.uk/adwords-updates-debates/getting-stars-lifts-ctr-17/">Getting Stars Lifts CTR 17%</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.search-star.co.uk/adwords-updates-debates/getting-stars-lifts-ctr-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google and Money: A Short Story</title>
		<link>http://www.search-star.co.uk/adwords-updates-debates/google-and-money-a-short-story/</link>
		<comments>http://www.search-star.co.uk/adwords-updates-debates/google-and-money-a-short-story/#comments</comments>
		<pubDate>Tue, 26 Mar 2013 10:19:07 +0000</pubDate>
		<dc:creator>Dan Fallon</dc:creator>
				<category><![CDATA[AdWords Updates & Debates]]></category>

		<guid isPermaLink="false">http://www.search-star.co.uk/?p=3588</guid>
		<description><![CDATA[<p>My slides from last Thursday’s Bristol &#38; Bath Marketing Network talk at the Bath Hilton are below. Many thanks to all those who came along and for getting involved in the post-talk discussion. Any questions then please get in touch! Google &#38; Money &#8211; Search Star from Dan Fallon</p><p>The post <a href="http://www.search-star.co.uk/adwords-updates-debates/google-and-money-a-short-story/">Google and Money: A Short Story</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>My slides from last Thursday’s Bristol &amp; Bath Marketing Network talk at the Bath Hilton are below. Many thanks to all those who came along and for getting involved in the post-talk discussion. Any questions then please get in touch!</p>
<p><iframe style="border: 1px solid #CCC; border-width: 1px 1px 0; margin-bottom: 5px;" src="http://www.slideshare.net/slideshow/embed_code/17716112" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="512" height="421"></iframe></p>
<div style="margin-bottom: 5px;"><strong> <a title="Google &amp; Money - Search Star" href="http://www.slideshare.net/JackSladek/google-money-search-star" target="_blank">Google &amp; Money &#8211; Search Star</a> </strong> from <strong><a href="http://www.slideshare.net/JackSladek" target="_blank">Dan Fallon</a></strong></div>
<p>The post <a href="http://www.search-star.co.uk/adwords-updates-debates/google-and-money-a-short-story/">Google and Money: A Short Story</a> appeared first on <a href="http://www.search-star.co.uk">Search Star</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.search-star.co.uk/adwords-updates-debates/google-and-money-a-short-story/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
