<?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>WPFlow</title>
	<atom:link href="https://wpflow.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://wpflow.com/</link>
	<description>WP Google Analytics Events</description>
	<lastBuildDate>Sun, 11 Nov 2018 08:17:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>Is performance affecting your bounce rate? Here is how you can find out.</title>
		<link>https://wpflow.com/is-performance-affecting-your-bounce-rate-here-is-how-you-can-find-out/</link>
					<comments>https://wpflow.com/is-performance-affecting-your-bounce-rate-here-is-how-you-can-find-out/#respond</comments>
		
		<dc:creator><![CDATA[Yuval]]></dc:creator>
		<pubDate>Sun, 11 Nov 2018 08:17:15 +0000</pubDate>
				<category><![CDATA[Performance]]></category>
		<guid isPermaLink="false">https://wpflow.com/?p=6541</guid>

					<description><![CDATA[You spent so much time on your content, SEO, and set up related links. You bought a well-designed theme, paid for a web designer, and still, your bounce rate is high. Why aren&#8217;t visitors staying long enough on your website? What is the bounce rate metric in Google Analytics? Your bounce rate shows how many visitors came into the page [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>You spent so much time on your content, SEO, and set up related links. You bought a well-designed theme, paid for a web designer, and still, your bounce rate is high.</p>
<p>Why aren&#8217;t visitors staying long enough on your website?</p>
<h2>What is the bounce rate metric in Google Analytics?</h2>
<p>Your bounce rate shows how many visitors came into the page and exited without any other interaction.</p>
<p>There are a few contributors for high bounce rate and include:</p>
<ul>
<li>Un-Interesting content</li>
<li>Misalignment between what the visitor was looking for and the content.</li>
<li>Poor design</li>
<li>Too many ads</li>
<li>No clear call to action</li>
</ul>
<p>Most of the above reasons are related to content, but there is another very reason that may be driving visitors out &#8211; page performance.</p>
<blockquote><p>&#8220;I noticed that my website loaded about 4 seconds. After I did an optimization, the bounce rate dropped significantly.&#8221;</p></blockquote>
<p>Let&#8217;s look at things from the visitor&#8217;s perspective.</p>
<p>When you search for something on the internet, you want fast results and snappy websites &#8211; Anything else, and you&#8217;ll be out of there in just a couple of seconds.</p>
<h2>How to measure the load time of a page</h2>
<p>Performance is something I can go on for hours, and get very technical, but right now, I want to give you a quick and easy way to see how your page is performing, and then suggest a few things you can do to speed it up.</p>
<h3>Chrome Developer Tools</h3>
<p>All modern browsers include a handy built-in tool for web developers that allows them to look under the hood of the website. However, even if you are not a developer, and looking at code is something that you try and keep a distance from, there are a few features that you may find useful.</p>
<p>I&#8217;m going to use Chrome in my example, because, in my opinion, their developer tools are easy to work with. For me at least.</p>
<p>One of the things that you can see is how much a page takes to load in the browser, and this is what we are going to do now.</p>
<p>You can open up the developer tools by clicking the top menu, then Developer, and then choose Developer Tools.</p>
<p>Then go to the network tab and reload the page. Make sure that the &#8220;Disable Cache&#8221; box is checked.</p>
<p><script src="https://fast.wistia.com/embed/medias/glbulux3sm.jsonp" async></script><script src="https://fast.wistia.com/assets/external/E-v1.js" async></script></p>
<div class="wistia_responsive_padding" style="padding: 56.25% 0 0 0; position: relative;">
<div class="wistia_responsive_wrapper" style="height: 100%; left: 0; position: absolute; top: 0; width: 100%;">
<div class="wistia_embed wistia_async_glbulux3sm videoFoam=true" style="height: 100%; position: relative; width: 100%;">
<div class="wistia_swatch" style="height: 100%; left: 0; opacity: 0; overflow: hidden; position: absolute; top: 0; transition: opacity 200ms; width: 100%;"><img decoding="async" style="filter: blur(5px); height: 100%; object-fit: contain; width: 100%;" src="https://fast.wistia.com/embed/medias/glbulux3sm/swatch" alt="" /></div>
</div>
</div>
</div>
<p>There are a few useful statistics that you may want to look at &#8211;</p>
<ol>
<li>Loaded &#8211; When the page has finished loading</li>
<li>DOMContentLoaded &#8211; When the base of the page has completed loading</li>
<li>Finish &#8211; When all the scripts stopped running</li>
<li>MB Transferred &#8211; How much did the browser download</li>
<li>Requests &#8211; How many individual requests the browser made from start to finish.</li>
</ol>
<p>You can find all of the stats at the bottom bar of the Network tab.</p>
<p>The two main stats that you should focus on are the <strong>DOMContentLoaded</strong> and <strong>Loaded</strong>.</p>
<h4>DOMContentLoaded</h4>
<p>In most cases, it is enough to display the base content for a visitor to stay on a page. Even if some images are missing, the text is already showing, and it gives your visitor a reason to stay.</p>
<p>DOMContentLoaded shows you how long it took.</p>
<h4>Loaded</h4>
<p>On websites where images, videos, and dynamic data are a major part of a page, the Loaded field matters most, as it shows how long it took to load up everything.</p>
<h2>How to speed up your WordPress pages</h2>
<p>Here are a few steps you can take to make sure your pages are loading faster:</p>
<ol>
<li><strong>Install a caching plugin &#8211;</strong> These plugins create a static copy of your pages that loads much faster. Some of the more popular plugins are <a href="https://wordpress.org/plugins/w3-total-cache/">W3 Total Cache</a>, <a href="https://wp-rocket.me/">WP Rocket</a>, <a href="https://wordpress.org/plugins/wp-super-cache/">WP Super Cache</a>.</li>
<li><strong>Use a Content Distribution Network (CDN) in front of your website</strong> &#8211; The idea is to use a third-party system that keeps a copy of your pages, in static form (which is faster), closer to your users. Think of a visitor from another country that downloads the page from a computer closer to him. Today, most web hosting providers have that option. You can check out <a href="https://wpengine.com/">WPEngine</a> or <a href="https://www.cloudflare.com/">CloudFlare</a>.</li>
<li><strong>Reduce the size of the images on your website</strong> &#8211; If you don&#8217;t want to do it manually, there are plugins like <a href="https://wordpress.org/plugins/wp-smushit/">WPSmush</a> that can do that for you.</li>
<li><strong>Use an optimization plugin</strong> &#8211; Reduce the size (minify) and the number of scripts, and CSS files on your website &#8211; <a href="https://wordpress.org/plugins/autoptimize/">Autoptimize</a>, <a href="https://wp-rocket.me/">WP Rocket</a></li>
</ol>
]]></content:encoded>
					
					<wfw:commentRss>https://wpflow.com/is-performance-affecting-your-bounce-rate-here-is-how-you-can-find-out/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Version 2.2.9 is out with new placeholders</title>
		<link>https://wpflow.com/version-2-2-9-is-out-with-new-placeholders/</link>
					<comments>https://wpflow.com/version-2-2-9-is-out-with-new-placeholders/#respond</comments>
		
		<dc:creator><![CDATA[Yuval]]></dc:creator>
		<pubDate>Sun, 19 Aug 2018 15:29:41 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://wpflow.com/?p=6233</guid>

					<description><![CDATA[Today we released version 2.2.9 of the plugin and added new placeholders you can use in event data. $$REFERRER$$ The first placeholder will add the referrer URL, meaning the previous page or website the user was on before landing on the page. It could be useful to map out top performing inbound links to your landing page and see which [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Today we released version 2.2.9 of the plugin and added new placeholders you can use in event data.</p>
<h2>$$REFERRER$$</h2>
<p>The first placeholder will add the referrer URL, meaning the previous page or website the user was on before landing on the page.</p>
<p>It could be useful to map out top performing inbound links to your landing page and see which sources resulted in users performing an action like subscribe to your newsletter.<br />
In the above example, you can click track the submit button and use the referrer in the category, action or label fields of the event.</p>
<p>Note that if the visitor opened the page directly, the referrer will default to the current page name.</p>
<h2>$$ATTR_ Custom HTML Attributes</h2>
<p>The second placeholder that we added can be customized to use any HTML attribute the click or scroll event element has.<br />
A couple possible examples:<br />
$$ATTR_SRC$$&#8221; &#8211; Can be used to include an image src (source).<br />
$$ATTR_DATA-ACTION$$ &#8211; Will include the data-action attribute</p>
<p><a href="https://wpflow.com/knowledgebase/dynamic-event-data-placeholders/">Learn more about this feature</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://wpflow.com/version-2-2-9-is-out-with-new-placeholders/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What Is Google Analytics Event Tracking? A Complete Introduction</title>
		<link>https://wpflow.com/what-is-google-analytics-event-tracking/</link>
					<comments>https://wpflow.com/what-is-google-analytics-event-tracking/#comments</comments>
		
		<dc:creator><![CDATA[Colin Newcomer]]></dc:creator>
		<pubDate>Tue, 09 May 2017 06:53:55 +0000</pubDate>
				<category><![CDATA[Analytics]]></category>
		<guid isPermaLink="false">https://wpflow.com/?p=3376</guid>

					<description><![CDATA[If you’re like a lot of webmasters I’ve met, you have at least a basic understanding of website analytics. I’m guessing you’ve set up the core Google Analytics tracking code at a bare minimum, right? But is that where you stopped? If so, I’m here to open your eyes to a whole new level of Google Analytics tracking. It’s called [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>If you’re like a lot of webmasters I’ve met, you have at least a basic understanding of website analytics. I’m guessing you’ve set up the core Google Analytics tracking code at a bare minimum, right? <strong>But is that where you stopped?</strong></p>
<p>If so, I’m here to open your eyes to a whole new level of Google Analytics tracking. It’s called Event Tracking and it can help you track everything from which outbound links your visitors click to how often your visitors actually interact with your content.</p>
<p>Keep reading to learn all about Google Analytics Event Tracking and how you can get it for your own website.</p>
<h2>What Is Google Analytics Event Tracking? How Does it Help?</h2>
<p>Event Tracking is a feature that’s baked into Google Analytics but requires additional setup to use beyond merely adding the regular Google Analytics tracking code to your site. For that reason, many webmasters who aren’t heavily into analytics often eschew using Event Tracking because of its perceived complexity.</p>
<p><strong>And that’s a shame because Event Tracking is an incredibly valuable analytics tool.</strong></p>
<p>Basically, Event Tracking allows you to track specific <em>events</em> that you define. That’s vague&#8230;so let’s look at a few examples of events that you can track with Event Tracking.</p>
<p>With the right code implementation, you can track:</p>
<ul>
<li>When and where a visitor clicks an outbound link</li>
<li>Whether or not visitors actually play the videos you embed in your content</li>
<li>Whether or not visitors scroll down to a certain part of your part</li>
<li>If there are certain fields in your forms which cause users to stop filling out your form</li>
</ul>
<p><strong>That’s by no means a complete list, but it highlights the power of taking the time to properly set up Event Tracking.</strong></p>
<h3>How Does Event Tracking Actually Help Your Site?</h3>
<p>Ok, so you can collect tons of additional data with Google Analytics Event Tracking. But how does that actually translate into tangible improvements to your site? I mean, if it’s not putting more money in your pocket or improving your user experience, what’s the point?</p>
<p>Let’s look at a few examples of how you can actually put this data to use to improve your site, starting with this biggie:</p>
<p><strong>Finding out which traffic sources convert the best.</strong></p>
<p>When you combine Google Analytics Events with Google Analytics Goals, you can track conversion rates <strong>for any metric you can think of.</strong> For example, you could set up goals for:</p>
<ul>
<li>Clicks to affiliate links</li>
<li>Newsletter signups</li>
<li>Ebook downloads</li>
<li>Account creations</li>
<li>Leads</li>
<li>And lots, lots more.</li>
</ul>
<p><strong>Then, you can find out which traffic sources or pages on your site contribute most to achieving those goals&#8230;and which need improvement.</strong></p>
<p>Don’t you think it would be pretty valuable to be able to know something like “Visitors from Facebook click on outbound affiliate links 35% more often than visitors from Google”?</p>
<p>If you had those insights, you would <strong>know</strong> that it makes sense to focus more of your effort on Facebook traffic.</p>
<p>Or what if you found out that:</p>
<ul>
<li>Visitors from Twitter don’t actually engage with your content by scrolling down</li>
<li>Your readers rarely watch the videos you embed (<em>so your videos are basically wasting space)</em></li>
</ul>
<p>Get the idea? Tracking events, when combined with the rest of Google Analytics, gives you actionable data that you can use to improve your website and focus your effort on actions or traffic sources that get you the biggest bang for your buck.</p>
<h2><a id="reports"></a>Where Can You View Event Tracking Reports?</h2>
<p>Once you have Event Tracking set up (more on that in a second), you can view the main Event dashboard by going to <strong>Behavior → Events:</strong></p>
<p><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-3377" src="https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-1.png" alt="" width="1197" height="467" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-1.png 1197w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-1-300x117.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-1-768x300.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-1-1024x400.png 1024w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-1-672x262.png 672w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-1-1038x405.png 1038w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-1-480x187.png 480w" sizes="(max-width: 1197px) 100vw, 1197px" /></p>
<p>From there, you can drill down further and view <strong>Events</strong> divided up by pages or other reports:</p>
<p><img decoding="async" class="aligncenter size-full wp-image-3378" src="https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-2.png" alt="" width="1083" height="469" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-2.png 1083w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-2-300x130.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-2-768x333.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-2-1024x443.png 1024w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-2-672x291.png 672w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-2-1038x450.png 1038w" sizes="(max-width: 1083px) 100vw, 1083px" /></p>
<p>You’ll also be able to add Events as <strong>Secondary dimensions</strong> in any of your other Google Analytics reports:</p>
<p><img decoding="async" class="aligncenter size-full wp-image-3379" src="https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-3.png" alt="" width="905" height="414" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-3.png 905w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-3-300x137.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-3-768x351.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-3-672x307.png 672w" sizes="(max-width: 905px) 100vw, 905px" /></p>
<p>And one great use for Events is the aforementioned method of setting them up as Goals so that you can track conversion rates for your various Events. You can do that by going to <strong>Admin → Goals → New Goal</strong>:</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3380" src="https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-4.png" alt="" width="1026" height="458" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-4.png 1026w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-4-300x134.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-4-768x343.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-4-1024x457.png 1024w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/05/what-is-event-tracking-4-672x300.png 672w" sizes="auto, (max-width: 1026px) 100vw, 1026px" /></p>
<p><strong>Of course, to view all of those helpful reports, you’ll need to actually configure Google Events first. So let’s jump into that next&#8230;</strong></p>
<h2>How Can You Set Up Google Analytics Event Tracking?</h2>
<p>Event Tracking functions by adding some code that sends Google Analytics four key pieces of information (<em>plus a few more optional additions</em>):</p>
<ul>
<li><strong>Category </strong>(required)</li>
<li><strong>Action </strong>(required)</li>
<li><strong>Label </strong>(optional)</li>
<li><strong>Value </strong>(optional)</li>
</ul>
<p>I’ll dig into what each of those means in a second. But first I want to show you how this full code snippet actually works for tracking something simple like an outbound link click.</p>
<p>If you know the basics of HTML, you’re probably familiar the structure of a normal link. If you’re not, it looks <em>something</em> like this:</p>
<p><code>&lt;a href=”www.externalsite.com”&gt;Link to External Site&lt;/a&gt;</code></p>
<p><strong>Well, to add a Google Analytics Event to that link, all you need to do is add this snippet:</strong></p>
<p><code>&lt;a href=”www.externalsite.com” onclick="ga('send', 'event', 'CATEGORY', 'ACTION', 'LABEL');"&gt;Link to External Site&lt;/a&gt;</code></p>
<p>If you just need to add Event Tracking to a single link, it really is that simple. The complexity comes when you want to:</p>
<ul>
<li>Track more advanced Events like scroll depth or video interactions</li>
<li>Track multiple links of the same class. For example, track every “Buy Now” button on your site.</li>
<li>Insert dynamic data into the Event Tracking. For example, make the <strong>Label</strong> equal to the title of the page where the event occurred.</li>
</ul>
<p>The complexity of those advanced methods is one of the reasons we created our <a href="https://wpflow.com/">WordPress plugin to help implement Event Tracking</a>.</p>
<h3><a id="labels"></a>What Do the Different Labels Mean for Event Tracking?</h3>
<p>Ok, so how about those different labels that you have to add to your Event? What do they mean?</p>
<p>Here’s a quick rundown:</p>
<ul>
<li><strong>Category </strong>&#8211; <strong>required</strong> &#8211; the object that was interacted with. For example, if you’re tracking video interactions, you’d make it something like “Video”.</li>
<li><strong><strong>Action</strong> &#8211; <strong>required</strong> &#8211; </strong>the type of interaction. For example, for a video, it might be “play”, but for an outbound link click, it might be “click”.</li>
<li><strong>Label &#8211; optional &#8211;</strong> Lets you add more specific categorization to your events. For example, it might be a specific campaign or post.</li>
<li><strong>Value &#8211; optional &#8211;</strong> If you want, you can assign a numeric value to an event.</li>
</ul>
<h3>What’s the Difference Between Interaction and Non-Interaction Events?</h3>
<p>There’s one more wrinkle that I didn’t show you. For every Event that you track, you can specify it as either an:</p>
<ul>
<li>Interaction Event</li>
<li>Non-Interaction Event</li>
</ul>
<p><strong>So what’s the difference? </strong>The effect on your site’s bounce rate measurement.</p>
<p>When a visitor completes an Event labeled as “Interaction”, they’re no longer considered a bounce&#8230;even if they leave without visiting a second page.</p>
<p>On the other hand, Non-interaction Events can still be considered bounces as long as a visitor meets the other criteria of a bounce.</p>
<p>Depending on the specific Event, you may or may not want to label it as interaction or non-interaction.</p>
<h2>How Can You Get Started With Google Analytics Event Tracking and WordPress?</h2>
<p>If you’re using WordPress as the CMS for your website, our WP Google Analytics Events plugin helps you set up Google Analytics Event Tracking on WordPress without needing to know a single line of code.</p>
<p>Even if you’ve never created a Google Analytics Event in your life, you can quickly get up and running with everything from <a href="https://wpflow.com/get-click-analytics-track-outbound-links-wordpress/">outbound link tracking</a> to <a href="https://wpflow.com/knowledgebase/youtube-tracking/">tracking YouTube interactions</a>.</p>
<p>If you’re not quite sure you want to get a dedicated plugin, you can also play around with Event Tracking by using the simple outbound link tracking example I gave you above. In fact, if you just want to track a <strong>single</strong> link, that’s really all you need.</p>
<p>No matter which method you choose, I hope I’ve opened your eyes to the power of Event Tracking. Now, get out there and track your first Event!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wpflow.com/what-is-google-analytics-event-tracking/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>GTM, User Interface and more &#8211; Version 2.2.4 is out</title>
		<link>https://wpflow.com/gtm-user-interface-version-2-2-4/</link>
					<comments>https://wpflow.com/gtm-user-interface-version-2-2-4/#respond</comments>
		
		<dc:creator><![CDATA[Yuval]]></dc:creator>
		<pubDate>Mon, 08 May 2017 12:39:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://wpflow.com/?p=3391</guid>

					<description><![CDATA[WP Google Analytics Events Pro Version 2.2.4 is out and here is what you need to know. UI Changes The first change that you may see is that other than the General Settings page, there is no save button. Each event now has a save, remove or add button next to it. The new UI will allow you to add [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>WP Google Analytics Events Pro Version 2.2.4 is out and here is what you need to know.</p>
<h2>UI Changes</h2>
<p>The first change that you may see is that other than the General Settings page, there is no save button.<br />
Each event now has a save, remove or add button next to it. The new UI will allow you to add events faster without refreshing every time. It also solves another problem that some of our users had when they were not able to add more than 160 click events.</p>
<h2>Google Tag Manager Support</h2>
<p>Here is something that we were working on for a while, and it is finally out. Web sites that use the Google Tag Manager were not able to use the plugin, but now you can.<br />
Setting up the plugin to work with the Google Tag Manager is requires a little more than just checking the box in the General Settings tab.<br />
<a href="https://wpflow.com/knowledgebase/google-tag-manager-support/">Here is a video guide that will walk you through the process.</a></p>
<h2>What else?</h2>
<p>1. We added a What&#8217;s new tab<br />
2. Better license status UI<br />
3. Minor bug fixes</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wpflow.com/gtm-user-interface-version-2-2-4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Get Click Analytics: How to Track Outbound Links in WordPress</title>
		<link>https://wpflow.com/get-click-analytics-track-outbound-links-wordpress/</link>
					<comments>https://wpflow.com/get-click-analytics-track-outbound-links-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[Colin Newcomer]]></dc:creator>
		<pubDate>Thu, 27 Apr 2017 08:37:28 +0000</pubDate>
				<category><![CDATA[Howto]]></category>
		<guid isPermaLink="false">https://wpflow.com/?p=3303</guid>

					<description><![CDATA[Ever wished that you could track outbound link clicks on WordPress and have the data show up right in your Google Analytics dashboard? Google Analytics makes it so simple to find out how people click around your own site. But when it comes time for them to head somewhere else, Google Analytics leaves you high and dry with respect to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/Get-Click-Analytics-How-to-Track-Outbound-Links-in-WordPress-2.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3322" src="https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/Get-Click-Analytics-How-to-Track-Outbound-Links-in-WordPress-2.png" alt="Get Click Analytics: How to Track Outbound Links in WordPress" width="560" height="315" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/Get-Click-Analytics-How-to-Track-Outbound-Links-in-WordPress-2.png 560w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/Get-Click-Analytics-How-to-Track-Outbound-Links-in-WordPress-2-300x169.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/Get-Click-Analytics-How-to-Track-Outbound-Links-in-WordPress-2-480x270.png 480w" sizes="auto, (max-width: 560px) 100vw, 560px" /></a></p>
<p>Ever wished that you could track outbound link clicks on WordPress and have the data show up right in your Google Analytics dashboard? Google Analytics makes it so simple to find out how people click around <em>your own</em> site. But when it comes time for them to head somewhere else, Google Analytics leaves you high and dry with respect to click analytics!</p>
<p><strong>And here’s the thing:</strong></p>
<p>Those outbound clicks? They’re usually the most important to track. They let you collect helpful data like when, where, and how often your visitors click on:</p>
<ul>
<li>Affiliate links</li>
<li>Ads</li>
<li>And any other outbound links you’re interested in tracking</li>
</ul>
<p>But as valuable as those insights are, many people find it complicated to try to dig into Google Events or Google Tag Manager, especially for people who aren’t very familiar with code.</p>
<p>So, in this quick tutorial, I’m going to show you how to track outbound links in WordPress <strong>without needing to know a single line of code</strong>. You’ll still be able to use your normal Google Analytics dashboard &#8211; you’ll just use a plugin to handle adding all that complex Event tracking code to your site.</p>
<h2>How to Track Outbound Links in WordPress With a Plugin</h2>
<p>To track outbound links, you’ll need <a href="https://wpflow.com/">WP Google Analytics Events Pro</a>. Once you’ve got it installed and activated, you only need to complete a few steps to get outbound link tracking up and running on your WordPress site.</p>
<h3>How to Track ALL Outbound Links on WordPress</h3>
<p>If you want to track every single outbound link on your WordPress site, it’s ridiculously simple. All you need to do is head to <strong>WP GA Events Pro → General Settings</strong> and check the <strong>Enable</strong> box next to <strong>Track Links. </strong>Make sure to also change the dropdown to <strong>External</strong>.</p>
<p>And you should also set <strong>Link click delay</strong> to at least ~150 ms to ensure all clicks get tracked:</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-3304 size-full" src="https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress.png" alt="how to get click analytics for wordpress" width="800" height="522" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress.png 800w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-300x196.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-768x501.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-672x438.png 672w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>That’s literally all you need to do to track all of your outbound links. If you go to Google Analytics, you’ll see clicks register on the page they came from, and WP Google Analytics Events Pro will automatically add the URL of the clicked link as the <strong>Event Label</strong>:</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-3305 size-full" src="https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-2.png" alt="how to track outbound links in wordpress" width="800" height="388" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-2.png 800w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-2-300x146.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-2-768x372.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-2-672x326.png 672w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Easy enough, right? But what if you want to get more specific with your tracking?</p>
<h3>How to Track Outbound Links of a Specific Class on WordPress</h3>
<p>This feature is really nifty. Let’s say you have a button that leads people to an external affiliate offer. If you want to pay special attention to tracking just this button, you can have WP Google Analytics Events Pro either:</p>
<ul>
<li>Only track outbound clicks for those buttons</li>
<li>Track all outbound link clicks, but use different labels for those buttons</li>
</ul>
<p>For this example, let’s say that your button looks something like <code>&lt;a href=”link.com” class=”buybutton”&gt;Link&lt;/a&gt;</code>. You can set up tracking for <strong>just those buttons </strong>with the class “buybutton” with just a couple of mouse clicks.</p>
<p>All you need to do is hop over to the <strong>Click Tracking</strong> tab. Then, enter your CSS element name and choose whether it’s an ID or a Class:</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3306" src="https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-3.png" alt="" width="800" height="369" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-3.png 800w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-3-300x138.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-3-768x354.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-3-672x310.png 672w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>After that, you just need to insert labels for the various event labels. You can also use placeholders to automatically pull information from the actual page a user is on.</p>
<p>To grasp how this applies to Google Analytics, let’s look at a quick example. If you configure your class-specific outbound click tracking like this:</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3307" src="https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-4.png" alt="" width="800" height="320" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-4.png 800w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-4-300x120.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-4-768x307.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-4-672x269.png 672w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>It will show up on Google Analytics like this:</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3308" src="https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-5.png" alt="" width="800" height="376" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-5.png 800w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-5-300x141.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-5-768x361.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-5-672x316.png 672w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>And when you drill down into the Event Category, you’ll see that the Event Label is the page where the “buybutton” link was clicked:</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3309" src="https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-6.png" alt="" width="800" height="308" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-6.png 800w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-6-300x116.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-6-768x296.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2017/04/track-outbound-links-wordpress-6-672x259.png 672w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>You can track as many different CSS classes or IDs as needed, which lets you collect important information about all the different types of outbound links on your site.</p>
<h2>Wrapping Things Up</h2>
<p>Learning to track outbound clicks on WordPress with Google Analytics opens up a whole new world of optimization for your site.</p>
<p>You can figure out where people are clicking outbound links and where those outbound links are taking your visitors. And then, you can use that information to fine-tune all of your business practices.</p>
<p>All it takes is a few clicks to get up and running!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wpflow.com/get-click-analytics-track-outbound-links-wordpress/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Use with Caution &#8211; Advanced Mode</title>
		<link>https://wpflow.com/advanced-mode/</link>
					<comments>https://wpflow.com/advanced-mode/#respond</comments>
		
		<dc:creator><![CDATA[Yuval]]></dc:creator>
		<pubDate>Tue, 22 Nov 2016 08:09:59 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://wpflow.com/?p=2494</guid>

					<description><![CDATA[Advanced Mode is the newest feature of our plugin, WP Google Analytics Events Pro, is out today, and I am very happy to share it with you. When we created the WP Google Analytics Events Pro plugin, our goal was to make is as accessible and as simple to use, especially for non-programmers &#8211; but there was a tradeoff. To [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: center;"><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Advacnced-Mode.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-2496" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Advacnced-Mode.png" alt="advacnced-mode-title" width="560" height="315" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Advacnced-Mode.png 560w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Advacnced-Mode-300x169.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Advacnced-Mode-480x270.png 480w" sizes="auto, (max-width: 560px) 100vw, 560px" /></a></p>
<p>Advanced Mode is the newest feature of our plugin, WP Google Analytics Events Pro, is out today, and I am very happy to share it with you.</p>
<p><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Screenshot-2016-11-14-09.55.16.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-2495" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Screenshot-2016-11-14-09.55.16.png" alt="Advanced Mode Screenshot" width="1151" height="165" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Screenshot-2016-11-14-09.55.16.png 1151w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Screenshot-2016-11-14-09.55.16-300x43.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Screenshot-2016-11-14-09.55.16-768x110.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Screenshot-2016-11-14-09.55.16-1024x147.png 1024w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Screenshot-2016-11-14-09.55.16-672x96.png 672w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Screenshot-2016-11-14-09.55.16-1038x149.png 1038w" sizes="auto, (max-width: 1151px) 100vw, 1151px" /></a></p>
<p>When we created the WP Google Analytics Events Pro plugin, our goal was to make is as accessible and as simple to use, especially for non-programmers &#8211; but there was a tradeoff. To make it easy to use and to prevent potential issues on live websites, we had to give up on flexibility that could potentially allow you to track a whole lot more.</p>
<p>The new advanced mode opens up the option to use jQuery selectors for click and scroll tracking. With a little understanding of how jQuery works, you will be able to track elements that don&#8217;t inherently have classes or ids.</p>
<p><em>A word of warning. Using this feature could potentially cause javascript related issues if misconfigured. If you are not sure of how to use it, our <a href="https://wpflow.com/contact/?utm_source=drip&amp;utm_medium=email&amp;utm_campaign=advanced-mode">support team</a> will be happy to answer any question. We also advise you to backup your website, but that is just best practice. </em></p>
<p>Here are just a few examples of what you can achieve with the advanced mode:</p>
<p>1. Track all the PDF downloads on your site by using the <strong>[href$=&#8221;.pdf&#8221;]</strong> selector.<br />
2. It&#8217;s now easier to track form&#8217;s submit button using the <strong>:submit</strong> selector.<br />
3. Track elements without a unique identifier using Parent-Descendant selectors.</p>
<p><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Click_Tracking_‹_Avada_Modern_Shop_—_WordPress-e1479039980459.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-2471" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Click_Tracking_‹_Avada_Modern_Shop_—_WordPress-e1479039980459.png" alt="advanced mode demo pdf" width="700" height="395" /></a></p>
<p><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Screenshot-2016-11-13-14.18.39-e1479040098134.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-2472" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/11/Screenshot-2016-11-13-14.18.39-e1479040098134.png" alt="advanced mode pdf demo - ga" width="700" height="366" /></a></p>
<p>For more information about this feature &#8211;<br />
<a href="https://wpflow.com/knowledgebase/advanced-mode/?utm_source=drip&amp;utm_medium=email&amp;utm_campaign=advanced-mode">https://wpflow.com/knowledgebase/advanced-mode/</a></p>
<h3>Getting the update</h3>
<p>The new version is available now on your WordPress admin panel under the plugins section.</p>
<div>
<p><a href="https://wpflow.com/contact/">BTW, I would love to hear all about how you are using this feature.</a></p>
</div>
<h2>New here?</h2>
<p>Here is a short demo of our plugin:</p>
<p style="text-align: center;"><script src="//fast.wistia.com/embed/medias/mmktgdwzr6.jsonp" async></script><script src="//fast.wistia.com/assets/external/E-v1.js" async></script></p>
<div class="wistia_embed wistia_async_mmktgdwzr6 seo=false" style="height: 360px; width: 640px;"></div>
]]></content:encoded>
					
					<wfw:commentRss>https://wpflow.com/advanced-mode/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Tracking Ninja Forms with Google Analytics</title>
		<link>https://wpflow.com/tracking-ninja-forms-google-analytics/</link>
					<comments>https://wpflow.com/tracking-ninja-forms-google-analytics/#respond</comments>
		
		<dc:creator><![CDATA[Yuval]]></dc:creator>
		<pubDate>Tue, 14 Jun 2016 15:37:16 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://wpflow.com/?p=1928</guid>

					<description><![CDATA[Ninja Forms is one of the popular form integration plugins for WordPress. It has many extensions and at the time of writing this article, has more than 500,000 active installs. The WP Google Analytics Events plugin gives you an easy way to track Ninja Form submissions with Google Analytics. I wanted to give you a short step by step walkthrough [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: center;"><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Tracking-Ninja-Forms.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-1938" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Tracking-Ninja-Forms.jpg" alt="Tracking Ninja Forms" width="560" height="315" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Tracking-Ninja-Forms.jpg 560w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Tracking-Ninja-Forms-300x169.jpg 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Tracking-Ninja-Forms-480x270.jpg 480w" sizes="auto, (max-width: 560px) 100vw, 560px" /></a></p>
<p>Ninja Forms is one of the popular form integration plugins for WordPress. It has many extensions and at the time of writing this article, has more than 500,000 active installs.</p>
<p>The WP Google Analytics Events plugin gives you an easy way to track Ninja Form submissions with Google Analytics.<br />
I wanted to give you a short step by step walkthrough for tracking your first form submission.</p>
<h2>The Ninja Form</h2>
<p>We installed the very popular Ninja Form plugin and set up a page with the default contact form.</p>
<p><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.31.58.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-1930" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.31.58-300x179.png" alt="Ninja Forms Default" width="300" height="179" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.31.58-300x179.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.31.58-768x457.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.31.58-672x400.png 672w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.31.58.png 919w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.30.46.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-1929" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.30.46-300x197.png" alt="Contact Form" width="300" height="197" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.30.46-300x197.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.30.46-768x503.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.30.46-1024x671.png 1024w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.30.46-672x440.png 672w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.30.46-1038x680.png 1038w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.30.46.png 1062w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p>Our goal is to tell Google Analytics whenever someone clicks on the Send button. We can use it to set goals and understand how this form performs.<br />
Ninja Forms has a neat feature that allows you to assign a class to the submit button and we are going to need it in a minute.<br />
We assigned the send button with the class &#8220;contact-form-submit&#8221;.</p>
<p><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.32.20.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-1931" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.32.20-300x256.png" alt="Ninja Forms - Assign a class" width="300" height="256" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.32.20-300x256.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.32.20-768x656.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.32.20-672x574.png 672w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.32.20.png 926w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p>If we take a closer look at the Send button with using the Chrome developer tools, you can see that the button has the &#8220;contact-form-submit&#8221; class assigned.</p>
<p><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.33.09.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-1935" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.33.09-300x14.png" alt="Inspect Button" width="300" height="14" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.33.09-300x14.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.33.09-768x36.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.33.09-1024x47.png 1024w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.33.09-672x31.png 672w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.33.09-1038x48.png 1038w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-11.33.09.png 1100w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p>&nbsp;</p>
<h2>Using the WP Google Analytics Events plugin</h2>
<p>&nbsp;</p>
<p>Google allows you to set up custom tracking with a feature called &#8220;events&#8221;. With events, you can programmatically track custom metrics that are relevant to your site. You can create events for button clicks, media interaction and a lot more, but in our case, we want to focus on the contact form submission.</p>
<p>To install the plugin, go to the Plugin&#8217;s page in the WordPress admin panel and search for WP Google Analytics Events. If you want to use some of the Pro features, you can head directly to Upgrade to WP Google Analytics Events Pro.</p>
<p>Once you have the plugin installed, go to the plugin&#8217;s general settings page, and fill in your Google Analytics identifier.<br />
<a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.31.33.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-1934" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.31.33-300x258.png" alt="General Settings Page" width="300" height="258" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.31.33-300x258.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.31.33.png 656w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<h3>Setting up click tracking</h3>
<p>To set up the event that will fire up every time the contact form will be submitted, head over to the Click Tracking tab.<br />
This is where we configure, well, click events.</p>
<p>For the identifier, put in the name of the class that we assigned the button &#8211; &#8220;contact-form-submit&#8221;. Select class as the type, and then fill in the event details as they will show up in google analytics.</p>
<p>In this example, we set the event category to Contact Form, the action to  Click and the label to Contact Form Submit.</p>
<p><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.29.33.png"><img loading="lazy" decoding="async" class="aligncenter wp-image-1936 size-medium" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.29.33-300x65.png" alt="Tracking Ninja Forms" width="300" height="65" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.29.33-300x65.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.29.33-768x166.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.29.33-1024x221.png 1024w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.29.33-672x145.png 672w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.29.33-1038x224.png 1038w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.29.33.png 1506w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p>That&#8217;s it. The next time that someone submits the contact form, you should see an event in Google Analytics.</p>
<p><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.32.53.png"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-1937" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.32.53-300x120.png" alt="The Event In Google Analytics" width="300" height="120" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.32.53-300x120.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.32.53-768x307.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.32.53-1024x410.png 1024w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.32.53-672x269.png 672w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.32.53-1038x415.png 1038w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/06/Screenshot-2016-06-14-13.32.53.png 1449w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p>If you want to learn more about how to use the plugin, just go to the Getting Started Guide tab on the plugin&#8217;s admin panel, and register for a three-day mini course.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wpflow.com/tracking-ninja-forms-google-analytics/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Monitor Website Performance Using Google Analytics</title>
		<link>https://wpflow.com/how-to-monitor-website-performance-google-analytics/</link>
					<comments>https://wpflow.com/how-to-monitor-website-performance-google-analytics/#comments</comments>
		
		<dc:creator><![CDATA[Yuval]]></dc:creator>
		<pubDate>Wed, 09 Mar 2016 14:34:03 +0000</pubDate>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[site speed]]></category>
		<guid isPermaLink="false">https://wpflow.com/?p=1547</guid>

					<description><![CDATA[Page speed is one of the most important factors in SEO and user experience. Using this guideline, one of our clients decided to focus on this metric and work on improving the site&#8217;s speed to see if it increases conversions and customer retention. As you will soon see, the first task was to create a dashboard to help us monitor [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: center;"><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/How-To-Monitor-Website-Performance.png" rel="attachment wp-att-1553"><img loading="lazy" decoding="async" class="aligncenter wp-image-1553 size-full" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/How-To-Monitor-Website-Performance.png" alt="How To Monitor Website Performance" width="560" height="315" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/How-To-Monitor-Website-Performance.png 560w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/How-To-Monitor-Website-Performance-300x169.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/How-To-Monitor-Website-Performance-480x270.png 480w" sizes="auto, (max-width: 560px) 100vw, 560px" /></a></p>
<p>Page speed is one of the most important factors in SEO and user experience. Using this guideline, one of our clients decided to focus on this metric and work on improving the site&#8217;s speed to see if it increases conversions and customer retention. As you will soon see, the first task was to create a dashboard to help us monitor website performance.</p>
<p>46 years ago, Miller wrote:</p>
<blockquote><p>The basic advice regarding response times has been about the same for thirty years [Miller 1968; Card et al. 1991]:</p>
<ol>
<li>0.1 second is about the limit for having the user feel that the system is reacting instantaneously, meaning that no special feedback is necessary except to display the result.</li>
<li>1.0 second is about the limit for the user’s flow of thought to stay uninterrupted, even though the user will notice the delay. Normally, no special feedback is necessary during delays of more than 0.1 but less than 1.0 second, but the user does lose the feeling of operating directly on the data.</li>
<li>10 seconds is about the limit for keeping the user’s attention focused on the dialogue. For longer delays, users will want to perform other tasks while waiting for the computer to finish, so they should be given feedback indicating when the computer expects to be done. Feedback Pduring the delay is especially important if the response time is likely to be highly variable, since users will then not know what to expect.</li>
</ol>
<p><a href="https://www.nngroup.com/articles/response-times–3-important-limits/">https://www.nngroup.com/articles/response-times–3-important-limits/</a></p></blockquote>
<p>When I’m about to work on performance improvements, the first question I usually ask is what is the current behavior and how can I measure changes.</p>
<p>We started debating on which tool would be best to monitor the performance. That&#8217;s when one of the developers asked, Why not use Google Analytics? It&#8217;s already collecting the data and allows us to set alerts and even make a correlation between performance and conversions.</p>
<h2>Monitor Website Performance Using Google Analytics</h2>
<p>The first place to look at is the Site Speed Overview dashboard. It is located under “Behavior”-&gt; “Site Speed”.</p>
<p>The dashboard shows you site speed statistics of your entire website.</p>
<p><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-03-09-15.44.20.png" rel="attachment wp-att-1548"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-1548" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-03-09-15.44.20-300x184.png" alt="Monitor Website Performance - Site Speed Overview" width="300" height="184" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-03-09-15.44.20-300x184.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-03-09-15.44.20-768x470.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-03-09-15.44.20-1024x627.png 1024w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-03-09-15.44.20.png 1452w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p>Here are some interesting stats to look at:<br />
* Avg. Page Load Time &#8211; This is the main thing to look for. It sums up the user experience and includes the loading of the page, rendering and script execution.<br />
* Avg. Server Response Time &#8211; Shows you response time from the servers. It includes the network layer and the backed execution time.<br />
* Avg. Page Download Time &#8211; The time it took for downloading the content. Later on, when we examine performance tuning, this is what minification improves.</p>
<p>Looking at the dashboard, you may see some peaks in performance and detailed information about each browser, but to paint a better picture, it is useful to make a comparison with the previous period. You can do that by clicking the time frame and select compare to the previous period.</p>
<p><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-02-28-14.43.09.png" rel="attachment wp-att-1549"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-1549" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-02-28-14.43.09-300x84.png" alt="Comparing the report to previous period" width="300" height="84" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-02-28-14.43.09-300x84.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-02-28-14.43.09-768x216.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-02-28-14.43.09-1024x288.png 1024w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-02-28-14.43.09.png 1066w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p>Now you can see some reference to how you are doing. Did performance improve or decline from the previous period?<br />
Note that google uses the green color to indicate improvement and red for a deterioration. It can be a bit confusing because the arrows and color show the opposite of the numbers. Trust your instincts on this one.</p>
<h2>Creating the performance dashboard</h2>
<p>At this point, you can create a new performance dashboard or use an existing one and add the current chart &#8211;<br />
Click the add to dashboard button, select new dashboard, name it, and check the Timeline and Table options.<br />
You will be taken to the new dashboard screen where you customize the layout and the widgets.</p>
<p><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-03-09-09.44.50.png" rel="attachment wp-att-1550"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-1550" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-03-09-09.44.50-300x138.png" alt="Creating the dashboard" width="300" height="138" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-03-09-09.44.50-300x138.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-03-09-09.44.50.png 658w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<h2>Viewing the page speed of specific pages</h2>
<p>We can now drill down a bit and see how specific pages perform.<br />
Let&#8217;s say that the best converting page on our website is the “competition” page.<br />
Any performance issues on that page can cause a drop in sales. Ouch, we definitely don’t want that.<br />
Open up the Page Timings report under Site speed and select click the page you want to look at.<br />
You can see the same stats as before, but, this time, they are specific to this page.</p>
<p><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-02-28-13.37.59.png" rel="attachment wp-att-1551"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-1551" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-02-28-13.37.59-300x192.png" alt="Page speed" width="300" height="192" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-02-28-13.37.59-300x192.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-02-28-13.37.59-768x493.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-02-28-13.37.59-1024x657.png 1024w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-02-28-13.37.59.png 1303w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<h3>Creating an email alert</h3>
<p>You can use this information to gather your baseline for expected behavior. Take a look at your average page speed and look at the chart for peaks and trends.<br />
Let&#8217;s say that the average page load time is 5.43 seconds and you see peaks hitting 8s. We want to be notified whenever this average crosses our desired top line, for the sake of this example, we want to be notified when it reaches 8s.</p>
<p>To create the alert, go to the admin tab, and on the view column, click the Custom Alerts option.<br />
Create a new alert, set a name and select the following:<br />
* Period &#8211; Day. We want to be alerted of anomalies and suspicious behavior. You can, later on, create an alert for longer periods.<br />
* Check the send me an email checkbox and select an email address<br />
* Under alert conditions, keep the All Traffic selection<br />
* Change the &#8220;Alert me when&#8221; option to Content-&gt; Avg. Page Load Time (sec).<br />
* Set the condition to “Is greater than”<br />
* And finally set the value to 8.</p>
<p><a href="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-03-09-10.34.39.png" rel="attachment wp-att-1552"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-1552" src="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-03-09-10.34.39-300x114.png" alt="Creating an alert" width="300" height="114" srcset="https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-03-09-10.34.39-300x114.png 300w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-03-09-10.34.39-768x291.png 768w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-03-09-10.34.39-1024x388.png 1024w, https://wpflow.com/wp-content/blogs.dir/10/files/2016/03/Screenshot-2016-03-09-10.34.39.png 1181w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p>As you can see there are a lot of options for alerts. If we were to work with a longer period, we could use a percentage increase or look at completely different stats.</p>
<p>In the next post, we will see how to increase the speed of WordPress based websites using plugins.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wpflow.com/how-to-monitor-website-performance-google-analytics/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Dynamic Event Data &#8211; Placeholders</title>
		<link>https://wpflow.com/dynamic-event-data-placeholders/</link>
					<comments>https://wpflow.com/dynamic-event-data-placeholders/#respond</comments>
		
		<dc:creator><![CDATA[Yuval]]></dc:creator>
		<pubDate>Wed, 02 Mar 2016 13:38:05 +0000</pubDate>
				<category><![CDATA[docs]]></category>
		<guid isPermaLink="false">https://wpflow.com/?p=1511</guid>

					<description><![CDATA[Dynamic event data is available on the pro plugin version and allows you to fill in placeholders in event fields. You can use any of the following placeholders in the Category, Action and label fields of any click and scroll event: &#160; &#160; Example &#8211; Tracking all the buttons on the site with just one event As you can see, [&#8230;]]]></description>
			<error>
    <code>internal_server_error</code>
    <title><![CDATA[WordPress &amp;rsaquo; Error]]></title>
    <message><![CDATA[&lt;p&gt;There has been a critical error on this website.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://wordpress.org/documentation/article/faq-troubleshooting/&quot;&gt;Learn more about troubleshooting WordPress.&lt;/a&gt;&lt;/p&gt;]]></message>
    <data>
        <status>500</status>
    </data>
</error>
