{"id":9284,"date":"2011-01-31T21:24:34","date_gmt":"2011-01-31T13:24:34","guid":{"rendered":"https:\/\/www.hongkiat.com\/blog\/?p=9284"},"modified":"2021-07-29T18:45:44","modified_gmt":"2021-07-29T10:45:44","slug":"google-analytics-why-you-probably-dont-need-the-rest","status":"publish","type":"post","link":"https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/","title":{"rendered":"6 Powerful Google Analytics Features"},"content":{"rendered":"<p><a target=\"_blank\" href=\"https:\/\/marketingplatform.google.com\/about\/analytics\/\" rel=\"noopener\">Google Analytics<\/a> is much more robust than most people give it credit for. Contrary to popular belief, it can do most of the things more advanced analytics suites can do, except Google does it for free.<\/p>\n<p>Many web designers and developers complain about the limitations of Google Analytics. At first glance, it doesn\u2019t seem as powerful as some of the other web analytics suites out there because it doesn\u2019t let you track outbound links or see data in real-time. So, developers flock to premium products like Clicky and Mint, but those services can be expensive, especially if your web project isn\u2019t generating any income yet. Also, while they fix some of the limitations inherent in Google Analytics, they lack some of the Google-only tie-in features, such as Adwords and Adsense tracking.<\/p>\n<p>For those of you who don\u2019t know, Google Analytics is a web statistics service that allows you to see how many people visit your site, what pages they go to, and where they are coming from. It\u2019s a free service, and it works by sticking a piece of Javascript in your HTML code that loads when someone visits your page.<\/p>\n<p>But, that only scratches the surface: it also allows you to create specific campaigns, goals, funnels, and reports that build actionable data sets and provides key insight into otherwise nebulous data. Most people have analytics set up, but a lot of them fail to dig into the data and miss golden opportunities to optimize their site. Every time you change the copy, structure, or design of your website, your web analytics suite will tell you what you should change (and whether you should make any changes in the first place). By using the advanced features in Google Analytics, not only will you obliterate most of the reasons for paying for another analytics service, but you will understand your audience and your website in ways that your competitors on the web often won\u2019t.<\/p>\n<p>Here are six advanced features you can use to power up Google Analytics and turbocharge data-driven decisions:<\/p>\n<h2>1. Figure Out Where Your Audience is Going By Tracking Outbound Links <\/h2>\n<p>Even if your bounce rate is low, it is still key to understand where your visitors are going when they exit your page. By understanding the outbound link behavior of your users, you can optimize your website for conversion and your brand messaging for strategically maximum effect. This is true for two reasons.<\/p>\n<p>First, many web business models rely on driving traffic to a page that is located on a different domain. A good example of this is affiliate programs where you have to drive traffic to a landing page to make money. If you track the behavior of that outbound link, you\u2019ll know which domains convert the best. Paired with an 80-20 work ethic, you can then focus all of your marketing efforts on those media channels, and reserve your newfound free time to test out new ideas, perform freelance work, or take a nap.<\/p>\n<p>Second, by tracking outbound links, you\u2019ll know which spots on your page convert the best, and then you can plan according to which links you want to put in that prime position. For instance, you might want to remove a low-value link and replace it with a link to your best content, or to an outside blogger who has helped you significantly. If you find that none of your inbound or outbound links are converting well, you can easily pair up Google Analytics with Google Website Optimizer to do some split testing.<\/p>\n<p>Now that I\u2019ve convinced you to track outbound links, here\u2019s a crash course in how to do it. If you\u2019re using a custom-made CMS or web app, the best way to do it is to stick the following code into the <code>&lt;head&gt;<\/code> portion of your page:<\/p>\n<pre>\r\n&lt;script type=\"text\/javascript\"&gt;\r\n\tfunction recordOutboundLink(link, category, action) {\r\n\t\ttry {\r\n\t\t\tvar myTracker=_gat._getTrackerByName();\r\n\t\t\t_gaq.push(['myTracker._trackEvent', ' + category + ', ' + action + ']);\r\n\t\t\tsetTimeout('document.location = \"' + link.href + '\"', 100)\r\n\t\t}catch(err){}\r\n\t}\r\n&lt;\/script&gt; \r\n<\/pre>\n<p>This will delay links from loading by a fraction of a second, giving Analytics time to record the click before the user leaves the page. Thankfully, the delay is so small that it won\u2019t affect the user experience, so you need not worry. Then, you can track any link you want by adding the following onClick function to the links you want to track:<\/p>\n<pre>\r\n&lt;a href=\"http:\/\/www.example.com\" onClick=\"recordOutboundLink(this, 'Outbound Links', 'example.com'); return false;\"&gt;\r\n<\/pre>\n<p>There are two parameters in <code>recordOutboundLink<\/code> that you might want to change to further customize your report. The second parameter, which has the value of <code>Outbound Links<\/code> in the example above, refers to the folders that will be used to organize your data when you view it in Google Analytics. Renaming Outbound Links is a good first start, but it isn\u2019t descriptive enough to properly segment all of the data you\u2019re going to collect. A better way might be to classify outbound links by type: either \u201cblog,\u201d \u201clanding page,\u201d or \u201csocial media.\u201d Or, you can do it by the position on the page: \u201ctop,\u201d \u201csidebar,\u201d or \u201cbottom.\u201d The third parameter in the list is the individual identifier of the page. The truncated domain is a perfectly sane value for this, but you could also rename it to something more memorable if you would like, such as \u201cHongkiat\u201d or \u201cFacebook.\u201d<\/p>\n<p>Outbound link tracking is even easier to implement if you\u2019re using a popular CMS or web framework. If you\u2019re using WordPress, you can track links automatically with the <a target=\"_blank\" href=\"https:\/\/wordpress.org\/plugins\/wp-slimstat\/\" rel=\"noopener\">Slimstat Analytics<\/a> plugin. On Rails, you can bake this into your models with the <a target=\"_blank\" href=\"https:\/\/github.com\/rubaidh\/google_analytics\" rel=\"noopener\">Google Analytics Gem<\/a>.<\/p>\n<h2>2. Get Real Time Statistics (Kind of)<\/h2>\n<p>One of the main reasons why people use something other than Google Analytics is because they want built-in real time statistics. And they\u2019re right when they complain about how Google Analytics can\u2019t do that. But you can use a <strong>simple trick to get almost up-to-the-minute statistics<\/strong> without shelling out cash for a premium service. Google updates your statistics on an hourly basis. To get that data, all you need to do is click on the date selector calendar in your Analytics report, and select the current date as the end date. Of course, this data isn\u2019t completely up-to-date, but up to the hour is likely to close enough to take fast and intelligent action when your content goes viral.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/google-analytics-powerful-features\/real-time\" alt=\"real time tracking\" width=\"550\" height=\"187\"><\/figure>\n<p>Normally, when you click on the date drop-down, you\u2019ll notice that the blue bar indicating the selected date only goes up to yesterday. To get it to show real-time data, select the first date in your preferred range, and then click the latest date that isn\u2019t grayed out. And voila! You have almost real-time tracking.<\/p>\n<h2>3. Track Social Media Buttons<\/h2>\n<p>Social media is a powerful way to drive traffic to your site. Most bloggers encourage their readers to share their content via Facebook and Twitter \u2013 and when their users actually do so, it can be enough to bring in tens of thousands of new readers, subscribers, and consumers. We all want to go viral on social media. Therefore, it makes sense to track which users click on the buttons so we can <strong>focus our attention on the users that will reliably make our content go viral<\/strong>.<\/p>\n<p>When I launched Auric, my newest blog, I wanted to make sure that social media was incorporated as a key part of the experience. That meant tracking social media actions in the same way that I tracked page views so that I could view all of the information in the same report (and hopefully affect both with the same action). If you use the Facebook OpenGraph API to incorporate the ubiquitous \u201cLike\u201d buttons into your content, it\u2019s incredibly easy to track the users who click on it. First, though, if you aren\u2019t already familiar with embedding Facebook buttons on your site with the Javascript API, you\u2019ll want to read up on it over at the <a target=\"_blank\" href=\"https:\/\/developers.facebook.com\/docs\/plugins\/like-button\" rel=\"noopener\">Facebook Developers<\/a> site.<\/p>\n<p>In a nutshell, you\u2019re going to merely add an onClick function to your FBML code that allows the event tracking engine in Google Analytics to fire up when people click on the button. Here\u2019s what the modified code will look like:<\/p>\n<pre>\r\n&lt;fb:like onclick=\"javascript: _gaq.push(['_trackPageview', 'example.com\/facebook']);\" href=\"http:\/\/www.example.com\/\"&gt;&lt;\/fb:like&gt;\r\n<\/pre>\n<p>When a user clicks on the Facebook button, Google Analytics will track it as a pageview, allowing it to show up in your reports in much the same way that a blog post or landing page would. Here, <code>_trackPageview<\/code> has one parameter that specifies how the click will appear in your reports. I recommend customizing each of the buttons on your site by including something like the blog post ID, the permalink, or a URL-escaped title (like <code>advanced-google-analytics<\/code>), followed by <code>\/facebook<\/code> on the end. Then, you can see how each individual button is performing, and also easily aggregate the data together by searching for all instances of <code>\/facebook<\/code> in your Google Analytics reports.<\/p>\n<p>You can use this technique to hack together event tracking for almost any clickable element on your page. For instance, it\u2019s simple to implement this on Twitter\u2019s official retweet button. All you have to do is call <code>_trackPageview<\/code> asynchronously, and you\u2019re good. Here\u2019s how I would do it:<\/p>\n<pre>\r\n&lt;a href=\"https:\/\/twitter.com\/share\" class=\"twitter-share-button\" data-count=\"vertical\" onclick=\"javascript: _gaq.push(['_trackPageview', 'THENAMEOFYOURPAGE\/twitter']);\"&gt;Tweet&lt;\/a&gt;\r\n&lt;script type=\"text\/javascript\" src=\"http:\/\/platform.twitter.com\/widgets.js\"&gt;&lt;\/script&gt;\r\n<\/pre>\n<p>Just like in the Facebook example above, you can edit the sole <code>_trackPageview<\/code> parameter to customize how retweets appear in Analytics. I generally set my tracking identifiers to end in <code>\/twitter<\/code>, but you can make it whatever you want.<\/p>\n<h2>4. Create Custom Campaign URLs to Track the Effectiveness of Link Building Campaigns<\/h2>\n<p>While tracking how many users interact with your social media buttons will give you a level of insight significantly higher than most other sites on the web, it won\u2019t automatically tell you how effective social media buttons are at getting new users to visit your site (a la viral media). Of course, with a few modifications, you can easily change that. Google Analytics allows you to set up custom campaign URLs that automatically categorize and track the users who come in via those paths. To do it, all you need to do is add some parameters after the URL in the standard <code>?variable=value<\/code> format. Here\u2019s the variables you can use:<\/p>\n<ul>\n<li><code>utm_campaign<\/code> identifies a specific product or campaign. You might set this to <code>retweet_button<\/code> or <code>facebook_like<\/code>.<\/li>\n<li><code>utm_source<\/code> identifies where the traffic is coming from. Think of it as the site name or the URL. For a social media tracking campaign, you might set it to <code>facebook<\/code> or <code>twitter<\/code>.<\/li>\n<li><code>utm_medium<\/code> describes the type of traffic, such as cost per click, organic search traffic, or RSS. Here, you might set it to <code>social_media<\/code>.<\/li>\n<\/ul>\n<p>For tracking a social media campaign, I would use a URL like the following:<\/p>\n<pre>\r\nhttp:\/\/www.example.com\/?utm_source=facebook&utm_medium=social_media&utm_campaign=like_button\r\n<\/pre>\n<p>Now, the trick is to make sure that this is the URL that is shared on Facebook and Twitter. All you need to do is to append the tracking variables to the end of the URL set inside the settings for the social media buttons, and you\u2019re all set. Building on the Facebook like button code illustrated above, it would look like this:<\/p>\n<pre>\r\n&lt;fb:like onclick=\"javascript: _gaq.push(['_trackPageview', 'example.com\/facebook']);\" href=\"http:\/\/www.example.com\/?utm_source=facebook&utm_medium=social_media&utm_campaign=like_button\"&gt;&lt;\/fb:like&gt;\r\n<\/pre>\n<p>Of course, social media is not the only use for campaign tracking URLs. I also use it in my RSS feeds in order to get a more accurate snapshot of content usage within feed readers. It allows you to calculate the true value of a new subscriber, and focus your energy on the subscriber segments that will provide the most value to your site.<\/p>\n<h2> 5. Use Custom Variables to Refine Data <\/h2>\n<p>Out of the box, Google Analytics only tracks pages, and it tracks each page in exactly the same way. For most, this is fine because you can usually tell which page is which by looking at the URL. However, Google Analytics is much more powerful than that \u2013 the system is flexible enough to let you build a model of your site\u2019s content organization scheme right within Google Analytics. Then, you aren\u2019t limited to tracking mere pages anymore. In fact, you can adapt it to track categories, tags, sections, or whatever other taxonomy you can think to throw at it. This is especially helpful with web applications and e-commerce sites where you might want to track specific actions or types of products.<\/p>\n<p>Harnessing this power is as easy as sticking custom variables directly into your page code. The only sticking point is that variables are restricted to specific scopes of visitor engagement. Google Analytics offers the following three scopes:<\/p>\n<ul>\n<li>Page<\/li>\n<li>Session<\/li>\n<li>Visitor<\/li>\n<\/ul>\n<p>You can read about the scopes in Google\u2019s <a target=\"_blank\" href=\"https:\/\/developers.google.com\/analytics\/devguides\/collection\/analyticsjs\/\" rel=\"noopener\">custom variables documentation<\/a>. It can be a bit confusing at first, but the best way to think about it is by the thing you\u2019re trying to segment. For instance, if you want to compare pages that are in one category versus another category, you would use the page scope. If you want to compare whether a user is logged in, you would use the session scope. The visitor scope is best used when you want to compare different types of users.<\/p>\n<p>Here\u2019s the basic code you\u2019ll need to put in the <code>&lt;head&gt;<\/code> section of your page to get started with custom variables:<\/p>\n<pre>\r\n_gaq.push(['_setCustomVar', 1, 'Category', 'Photoshop Tutorials', 3]);\r\n<\/pre>\n<p>The <code>1<\/code> in the code above refers to the index. Analytics only gives you five slots for custom variables, so you can pick a number from 1 to 5 to assign it to a slot. You can only use a slot once, so you\u2019re limited to having only five custom variables at a time.<\/p>\n<p>The <code>Category<\/code> text is the name of the variable. You can set it to whatever you want. If you wanted to track tags on your WordPress blog, for instance, you might set it to <code>Tag<\/code>.<\/p>\n<p><code>Photoshop Tutorials<\/code> is the value of the custom variable. In the tag example mentioned above, you would set this to the name of the tag. If you\u2019re using WordPress or another CMS, you\u2019ll want to use the appropriate function to set this dynamically.<\/p>\n<p>Finally, the last parameter sets the scope. <code>1<\/code> is the visitor scope, <code>2<\/code> is the session scope, and <code>3<\/code> is the page scope.<\/p>\n<h2>6. IP exclusion (so you don\u2019t inadvertently measure yourself or your web team)<\/h2>\n<p>Whenever I launch a new site, I generally spend an hour or two fidgeting with the design and the code to make sure that everything is perfect. From there, I\u2019ll usually do some initial link building and go to Analytics to see if I got any traffic. And every time, I would see a huge spike on the first day. For months, I thought I was an online marketing god. That is, until I dug into the data and saw that all of the traffic came from the same browser. And from the same city. And from the same IP address. Whoops.<\/p>\n<p>Now, I use the IP exclusion feature in Google Analytics to make sure that my testing doesn\u2019t skew the data (and get my hopes up for nothing). In order to do it, click on the \u201cEdit\u201d button for your site on the main profile page.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/google-analytics-powerful-features\/filter-1.jpg\" alt=\"GA filter\" width=\"550\" height=\"154\"><\/figure>\n<p>On the \u201cProfile Settings\u201d page, scroll down the page until you see the box named \u201cFilters Applied to Profile\u201d (below goals). Click on the \u201cAdd Filter\u201d link, and you\u2019ll be taken to the \u201cCreate New Filter\u201d page.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/google-analytics-powerful-features\/filter-2.jpg\" alt=\"GA filter\" width=\"550\" height=\"79\"><\/figure>\n<p>Once you\u2019re there, you can stick in your IP address (or range of IP addresses) so that it is excluded from Google Analytics. As soon as you\u2019re done, click \u201cSave Changes\u201d and you\u2019re all set.<\/p>\n<h2>How Will You Supercharge Your Analytics?<\/h2>\n<p>Google Analytics has plenty of advanced features that makes it possible to <strong>never need a premium analytics service<\/strong> ever again. With these features and the Analytics API, you can build a very powerful web statistics system that will allow you to make very successful conversion and traffic optimizations. Do you use Google Analytics on your site? How are you going to incorporate these features? And, what features would you like to see in Google Analytics that don\u2019t currently exist?<\/p>","protected":false},"excerpt":{"rendered":"<p>Google Analytics is much more robust than most people give it credit for. Contrary to popular belief, it can do most of the things more advanced analytics suites can do, except Google does it for free. Many web designers and developers complain about the limitations of Google Analytics. At first glance, it doesn\u2019t seem as&hellip;<\/p>\n","protected":false},"author":206,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[352],"tags":[626],"topic":[4520],"class_list":["entry-content","is-maxi"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.8 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>6 Powerful Google Analytics Features - Hongkiat<\/title>\n<meta name=\"description\" content=\"Google Analytics is much more robust than most people give it credit for. Contrary to popular belief, it can do most of the things more advanced analytics\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"6 Powerful Google Analytics Features\" \/>\n<meta property=\"og:description\" content=\"Google Analytics is much more robust than most people give it credit for. Contrary to popular belief, it can do most of the things more advanced analytics\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/\" \/>\n<meta property=\"og:site_name\" content=\"Hongkiat\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hongkiatcom\" \/>\n<meta property=\"article:published_time\" content=\"2011-01-31T13:24:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-07-29T10:45:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/assets.hongkiat.com\/uploads\/google-analytics-powerful-features\/real-time\" \/>\n<meta name=\"author\" content=\"Kurt Edelbrock\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hongkiat\" \/>\n<meta name=\"twitter:site\" content=\"@hongkiat\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kurt Edelbrock\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/google-analytics-why-you-probably-dont-need-the-rest\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/google-analytics-why-you-probably-dont-need-the-rest\\\/\"},\"author\":{\"name\":\"Kurt Edelbrock\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/a1282254a385372f936bc6ccc3bbe4ec\"},\"headline\":\"6 Powerful Google Analytics Features\",\"datePublished\":\"2011-01-31T13:24:34+00:00\",\"dateModified\":\"2021-07-29T10:45:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/google-analytics-why-you-probably-dont-need-the-rest\\\/\"},\"wordCount\":2628,\"commentCount\":22,\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/google-analytics-why-you-probably-dont-need-the-rest\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/google-analytics-powerful-features\\\/real-time\",\"keywords\":[\"Google Analytics\"],\"articleSection\":[\"Web Design\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/google-analytics-why-you-probably-dont-need-the-rest\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/google-analytics-why-you-probably-dont-need-the-rest\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/google-analytics-why-you-probably-dont-need-the-rest\\\/\",\"name\":\"6 Powerful Google Analytics Features - Hongkiat\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/google-analytics-why-you-probably-dont-need-the-rest\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/google-analytics-why-you-probably-dont-need-the-rest\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/google-analytics-powerful-features\\\/real-time\",\"datePublished\":\"2011-01-31T13:24:34+00:00\",\"dateModified\":\"2021-07-29T10:45:44+00:00\",\"description\":\"Google Analytics is much more robust than most people give it credit for. Contrary to popular belief, it can do most of the things more advanced analytics\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/google-analytics-why-you-probably-dont-need-the-rest\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/google-analytics-why-you-probably-dont-need-the-rest\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/google-analytics-why-you-probably-dont-need-the-rest\\\/#primaryimage\",\"url\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/google-analytics-powerful-features\\\/real-time\",\"contentUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/google-analytics-powerful-features\\\/real-time\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/google-analytics-why-you-probably-dont-need-the-rest\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"6 Powerful Google Analytics Features\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\",\"name\":\"Hongkiat\",\"description\":\"Tech and Design Tips\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\",\"name\":\"Hongkiat.com\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wp-content\\\/uploads\\\/hkdc-logo-rect-yoast.jpg\",\"contentUrl\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wp-content\\\/uploads\\\/hkdc-logo-rect-yoast.jpg\",\"width\":1200,\"height\":799,\"caption\":\"Hongkiat.com\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/hongkiatcom\",\"https:\\\/\\\/x.com\\\/hongkiat\",\"https:\\\/\\\/www.pinterest.com\\\/hongkiat\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/a1282254a385372f936bc6ccc3bbe4ec\",\"name\":\"Kurt Edelbrock\",\"description\":\"Kurt is a law student, freelance writer, web developer, and online marketing expert.\",\"sameAs\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\"],\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/author\\\/kurtedelbrock\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"6 Powerful Google Analytics Features - Hongkiat","description":"Google Analytics is much more robust than most people give it credit for. Contrary to popular belief, it can do most of the things more advanced analytics","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/","og_locale":"en_US","og_type":"article","og_title":"6 Powerful Google Analytics Features","og_description":"Google Analytics is much more robust than most people give it credit for. Contrary to popular belief, it can do most of the things more advanced analytics","og_url":"https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/","og_site_name":"Hongkiat","article_publisher":"https:\/\/www.facebook.com\/hongkiatcom","article_published_time":"2011-01-31T13:24:34+00:00","article_modified_time":"2021-07-29T10:45:44+00:00","og_image":[{"url":"https:\/\/assets.hongkiat.com\/uploads\/google-analytics-powerful-features\/real-time","type":"","width":"","height":""}],"author":"Kurt Edelbrock","twitter_card":"summary_large_image","twitter_creator":"@hongkiat","twitter_site":"@hongkiat","twitter_misc":{"Written by":"Kurt Edelbrock","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/#article","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/"},"author":{"name":"Kurt Edelbrock","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/a1282254a385372f936bc6ccc3bbe4ec"},"headline":"6 Powerful Google Analytics Features","datePublished":"2011-01-31T13:24:34+00:00","dateModified":"2021-07-29T10:45:44+00:00","mainEntityOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/"},"wordCount":2628,"commentCount":22,"publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/google-analytics-powerful-features\/real-time","keywords":["Google Analytics"],"articleSection":["Web Design"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/","url":"https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/","name":"6 Powerful Google Analytics Features - Hongkiat","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/#primaryimage"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/google-analytics-powerful-features\/real-time","datePublished":"2011-01-31T13:24:34+00:00","dateModified":"2021-07-29T10:45:44+00:00","description":"Google Analytics is much more robust than most people give it credit for. Contrary to popular belief, it can do most of the things more advanced analytics","breadcrumb":{"@id":"https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/#primaryimage","url":"https:\/\/assets.hongkiat.com\/uploads\/google-analytics-powerful-features\/real-time","contentUrl":"https:\/\/assets.hongkiat.com\/uploads\/google-analytics-powerful-features\/real-time"},{"@type":"BreadcrumbList","@id":"https:\/\/www.hongkiat.com\/blog\/google-analytics-why-you-probably-dont-need-the-rest\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hongkiat.com\/blog\/"},{"@type":"ListItem","position":2,"name":"6 Powerful Google Analytics Features"}]},{"@type":"WebSite","@id":"https:\/\/www.hongkiat.com\/blog\/#website","url":"https:\/\/www.hongkiat.com\/blog\/","name":"Hongkiat","description":"Tech and Design Tips","publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hongkiat.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.hongkiat.com\/blog\/#organization","name":"Hongkiat.com","url":"https:\/\/www.hongkiat.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.hongkiat.com\/blog\/wp-content\/uploads\/hkdc-logo-rect-yoast.jpg","contentUrl":"https:\/\/www.hongkiat.com\/blog\/wp-content\/uploads\/hkdc-logo-rect-yoast.jpg","width":1200,"height":799,"caption":"Hongkiat.com"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hongkiatcom","https:\/\/x.com\/hongkiat","https:\/\/www.pinterest.com\/hongkiat\/"]},{"@type":"Person","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/a1282254a385372f936bc6ccc3bbe4ec","name":"Kurt Edelbrock","description":"Kurt is a law student, freelance writer, web developer, and online marketing expert.","sameAs":["https:\/\/www.hongkiat.com\/blog\/"],"url":"https:\/\/www.hongkiat.com\/blog\/author\/kurtedelbrock\/"}]}},"jetpack_featured_media_url":"https:\/\/","jetpack_shortlink":"https:\/\/wp.me\/p4uxU-2pK","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/9284","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/users\/206"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/comments?post=9284"}],"version-history":[{"count":3,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/9284\/revisions"}],"predecessor-version":[{"id":56498,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/9284\/revisions\/56498"}],"wp:attachment":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/media?parent=9284"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/categories?post=9284"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/tags?post=9284"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/topic?post=9284"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}