{"id":140592,"date":"2026-09-07T14:25:32","date_gmt":"2026-09-07T14:25:32","guid":{"rendered":"https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/"},"modified":"2026-09-07T14:26:20","modified_gmt":"2026-09-07T14:26:20","slug":"google-analytics-top-content-widget-with-analytify-plugin","status":"publish","type":"post","link":"https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/","title":{"rendered":"Google Analytics Top Content Widget with Analytify plugin"},"content":{"rendered":"<a href=\"https:\/\/go.fiverr.com\/visit\/?bta=1052423&nci=17043\" Target=\"_Top\"><img loading=\"lazy\" decoding=\"async\" border=\"0\" src=\"https:\/\/fiverr.ck-cdn.com\/tn\/serve\/?cid=40081059\" loading=\"lazy\"  width=\"601\" height=\"201\"><\/a>\n<\/p>\n<p><a class=\"wp_automatic_demo_btn\" target=\"_blank\" href=\"\">LIVE PREVIEW<\/a><a class=\"wp_automatic_buy_btn\" target=\"_blank\" href=\"https:\/\/1.envato.market\/c\/2840012\/950273\/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Fwp-analytify-shortcodes%2F23113206\">BUY FOR $20<\/a><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/previews.customer.envatousercontent.com\/files\/258628694\/analitify_preview.png\" loading=\"lazy\"><\/p>\n<p>\n    <b>An addon plugin to WP Analytify that provides new shortcode: analytify_top_content. <\/b>\n<\/p>\n<h2 id=\"item-description__why-do-i-need-it\">Why do I would like it?<\/h2>\n<p><strong>To point out correct hottest posts checklist with out killing your server\/database<\/strong><\/p>\n<p>Usually, prime content material \/ hottest posts are calculated by including &#8220;+1&#8221; in database every time someone visits sure publish or web page. That is positive, when there will not be many guests, however makes your database very busy as soon as there are extra visits. Caching? Both will cease counting of latest visits, or will likely be handed by via javascript what&#8217;s going to result in heavy load once more. However most likely &#8211; as a lot of the websites &#8211; you&#8217;re utilizing analytics. Proper? And in analytics panel you possibly can see most visited pages for sure date vary. Why not use it as an alternative of duplicating this current characteristic in your web site by one more well-liked posts plugin? That&#8217;s precisely what we do right here. To maintain issues easy and don&#8217;t repeat what was already executed by quite a few different plugins, we base our code on free WP Analytify plugin &#8211; this manner you don&#8217;t need to authorize Analytics once more in case you&#8217;re already utilizing it (&#8230; otherwise you&#8217;ll get some additional analytics inside WP admin panel as soon as you put in it).<\/p>\n<h2 id=\"item-description__how-it-works\">The way it works?<\/h2>\n<p>\nShortcode permits customers to fetch prime pages from Google Analytics and present them as an inventory. World choices web page permits you to exclude some specific pages throughout entire web site in case you&#8217;re utilizing multiple shortcode on it. &#8220;Hostname&#8221; parameter was added to permit WPML \/ Polylang \/ different languages options work properly (this manner you possibly can skip specific area particularly place).\n<\/p>\n<p><b>Technical particulars:<\/b> when shortcode is fired &#8211; plugin will search for information saved in WordPress inside cache (transient). If no luck &#8211; new request via Analytify will fetch information from Analytics and maintain it in transient for an additional guests.<\/p>\n<h2 id=\"item-description__how-will-it-look-like\">How will it appear like?<\/h2>\n<p> As you would like! By default, it&#8217;s an inventory of titles with hyperlinks. If you wish to modify default outlook &#8211; merely copy &#8220;shortcode.php&#8221; file from templates listing to &#8220;wp-analytify-shortcodes&#8221; listing withing your (youngster) theme. If you wish to have totally different outlook for various publish varieties, merely add there &#8220;shortcode-POST_TYPE.php&#8221; file &#8211; for instance &#8220;shortcode-post.php&#8221;.<\/p>\n<p>Instance of code to make use of in case you&#8217;d prefer to load extra publish information, like featured picture:<\/p>\n<p><code><br \/>\n&lt;ul&gt;<br \/>\n    &lt;?php foreach($rows as $row): ?&gt;<br \/>\n    &lt;li&gt;<br \/>\n        &lt;?php<br \/>\n        international $publish;<br \/>\n        \/\/you possibly can present thumbnail this manner<br \/>\n        echo get_the_post_thumbnail($row-&gt;getPostId(), 'thumbnail');<br \/>\n        \/\/ you possibly can load all publish information this manner<br \/>\n        setup_postdata( $publish );<br \/>\n        \/\/..after which load your template half<br \/>\n            get_template_part('template-parts\/some_template');<br \/>\n        \/\/remember to reset postdata!<br \/>\n        wp_reset_postdata();<br \/>\n        ?&gt;<\/p>\n<p>    &lt;\/li&gt;<br \/>\n    &lt;?php endforeach; ?&gt;<br \/>\n&lt;\/ul&gt;<br \/>\n<\/code><\/p>\n<h2 id=\"item-description__how-to-use\"> use?<\/h2>\n<p>Accessible parameters:<\/p>\n<ul>\n<li>\n        <strong>interval<\/strong> &#8211; defines time interval we wish to get (like: &#8220;2 months&#8221;, &#8220;final month&#8221;, &#8220;final 3 weeks&#8221;). Required\n    <\/li>\n<li>\n        <strong>to<\/strong> &#8211; when interval doesn&#8217;t comprise a phrase &#8220;final&#8221; we have to outline time limit which is the final day of required interval (so 2 weeks to 2018-12-01 is between 2018-11-14 and 2018-12-01)\n    <\/li>\n<li>\n        <strong>restrict<\/strong> &#8211; variety of rows we wish to present\n    <\/li>\n<li>\n        <strong>exclude-home-page<\/strong> &#8211; go &#8220;sure&#8221; if you wish to exclude house web page (which will get probably the most variety of views normally) from outcomes\n    <\/li>\n<li>\n        <strong>post-type<\/strong> &#8211; required publish kind in outcomes\n    <\/li>\n<li>\n        <strong>title-remove<\/strong> &#8211; textual content we wish to take away from the web page title\n    <\/li>\n<li>\n        <strong>except-ids<\/strong> &#8211; publish IDs we wish to skip from the end result\n    <\/li>\n<li>\n        <strong>except-urls<\/strong> &#8211; publish urls we wish to skip from the end result\n    <\/li>\n<li>\n        <strong>hostname<\/strong> &#8211; provides potential to filter by hostname (i.e. web page in numerous language). Helpful in case you use WPML, Polylang, or Multisite in numerous area\/subdomain mode and wish to restrict outcomes to present area solely.\n    <\/li>\n<li>\n        <strong>exclude-items<\/strong> &#8211; provides potential to exclude &#8220;dad and mom&#8221;` or &#8220;youngsters&#8221;. Helpful for instance if you wish to present solely prime degree pages or solely well-liked youngster pages.\n    <\/li>\n<\/ul>\n<h2 id=\"item-description__this-plugin-has-global-settings-support-for-except-ids-except-urls-and\">This plugin has international settings help for <strong>except-ids<\/strong>, <strong>except-urls<\/strong> and <strong>exclude-home-page<\/strong> choices <\/h2>\n<p><a href=\"https:\/\/codecanyon.net\/item\/wp-analytify-shortcodes\/reviews\/23113206\"><img decoding=\"async\" src=\"https:\/\/optart.biz\/codecanyon-wp-analytify-shortcodes\/like_plugin.jpg\" loading=\"lazy\" alt=\"Do you like this plugin?\" \/><\/a><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/optart.biz\/codecanyon-wp-analytify-shortcodes\/changelog.jpg\" loading=\"lazy\" alt=\"Changelog\" \/><\/p>\n<pre>\n**1.3.1 (2019-05-09)**\n* FIX: Invalid class referred to as for admin settings\n\n**1.3.0 (2019-05-03)**\n* NEW: Capability to exclude prime pages or youngster pages\n* IMPROVEMENT: Code refactoring\n\n**1.2 (2019-01-15)**\n    * NEW: World choices for Prime Content material shortode (present in Analytify -&gt; Settings -&gt; Shortcodes international settings)\n\n**1.1 (2019-01-14)**\n    * NEW: Risk to exclude sure publish IDs or urls from showing within the end result\n    * NEW: Capability to pick out base hostname from Google Analytics (i.e. for various language pages)\n\n**1.0 (2018-12-27)**\n    * First launch\n<\/pre>\n<h2 id=\"item-description__support-available-in-polish-and-english\">Help obtainable in Polish and English!<\/h2>\n<p>\n<iframe data-lazy=\"true\" data-src=\"https:\/\/www.fiverr.com\/gig_widgets?id=U2FsdGVkX18x7XQvttUTrv1oEqmGNGTgvvCUiUoJ\/AP4z\/UyMz8lXGOLpu15jIMxBbTR0gmD5uBoFvhC4KWeALQRp3h\/X\/AwcVD0K8Wj9H\/ZzYKzcCNHosB9oS4SCJJFWiN85P9ICAc4OgCoE\/wHKIY7CDkf2\/DQ1vqGvk4smVe5cRDEmrLPCWi4FC8p40VUhSmWQ5udCm0zoJtorgWv3vbDQw0kKYkwn39ozAnQXDe+YvWMxkLFWA+O3TFwkJvdkIK+\/AUSnRssPKt5WHY0FhNOxnSPcLslEL4G4\/RfP95ve99U+kRnDy3X+KtzdQLY+u935ghON\/o3UE4IMv9oN6JX9RnxzL\/LRcOgnHigxStSGPKsZYtnz8RWNVT\/rOLAibqiWJadC5MYHRbekF3eg6FOGrQGkXYbsn0+a5aovnlLCbLwIqY9fcS17UX8J235iQ6cdmHNbrPeS84CMm34RA==&affiliate_id=1052423&strip_google_tagmanager=true\" loading=\"lazy\" data-with-title=\"true\" class=\"fiverr_nga_frame\" frameborder=\"0\" height=\"350\" width=\"100%\" referrerpolicy=\"no-referrer-when-downgrade\" data-mode=\"random_gigs\" onload=\" var frame = this; var script = document.createElement('script'); script.addEventListener('load', function() { window.FW_SDK.register(frame); }); script.setAttribute('src', 'https:\/\/www.fiverr.com\/gig_widgets\/sdk'); document.body.appendChild(script); \" ><\/iframe>\n<br \/>\n<a href=\"https:\/\/1.envato.market\/c\/2840012\/950273\/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Fwp-analytify-shortcodes%2F23113206\">Source<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>LIVE PREVIEWBUY FOR $20 An addon plugin to WP Analytify that provides new shortcode: analytify_top_content. Why do I would like it? To point out correct&#8230;<\/p>\n","protected":false},"author":1,"featured_media":140593,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[46513,46514,46515,46516,46517,46518,46519,46520,46521,46522,46523],"class_list":["post-140592","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-codes","tag-analytify","tag-analytify-shortcodes","tag-most-popular-posts","tag-most-popular-widget","tag-performance-most-popular","tag-top-content-from-analytics","tag-top-post","tag-top-posts","tag-wp-analytify","tag-wp-analytify-shortcodes","tag-wp-top-posts"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Google Analytics Top Content Widget with Analytify plugin - mailinvest.blog<\/title>\n<meta name=\"description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google Analytics Top Content Widget with Analytify plugin - mailinvest.blog\" \/>\n<meta property=\"og:description\" content=\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/\" \/>\n<meta property=\"og:site_name\" content=\"mailinvest.blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/freelanceracademic\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-07T14:25:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-07T14:26:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mailinvest.blog\/wp-content\/uploads\/2026\/09\/analitify_preview.png\" \/>\n\t<meta property=\"og:image:width\" content=\"590\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin@mailinvest.blog\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin@mailinvest.blog\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/09\\\/07\\\/google-analytics-top-content-widget-with-analytify-plugin\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/09\\\/07\\\/google-analytics-top-content-widget-with-analytify-plugin\\\/\"},\"author\":{\"name\":\"admin@mailinvest.blog\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\"},\"headline\":\"Google Analytics Top Content Widget with Analytify plugin\",\"datePublished\":\"2026-09-07T14:25:32+00:00\",\"dateModified\":\"2026-09-07T14:26:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/09\\\/07\\\/google-analytics-top-content-widget-with-analytify-plugin\\\/\"},\"wordCount\":635,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/09\\\/07\\\/google-analytics-top-content-widget-with-analytify-plugin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/analitify_preview.png\",\"keywords\":[\"analytify\",\"analytify shortcodes\",\"most popular posts\",\"most popular widget\",\"performance most popular\",\"top content from analytics\",\"top post\",\"top posts\",\"wp analytify\",\"wp analytify shortcodes\",\"wp top posts\"],\"articleSection\":[\"Code's\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/09\\\/07\\\/google-analytics-top-content-widget-with-analytify-plugin\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/09\\\/07\\\/google-analytics-top-content-widget-with-analytify-plugin\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/09\\\/07\\\/google-analytics-top-content-widget-with-analytify-plugin\\\/\",\"name\":\"Google Analytics Top Content Widget with Analytify plugin - mailinvest.blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/09\\\/07\\\/google-analytics-top-content-widget-with-analytify-plugin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/09\\\/07\\\/google-analytics-top-content-widget-with-analytify-plugin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/analitify_preview.png\",\"datePublished\":\"2026-09-07T14:25:32+00:00\",\"dateModified\":\"2026-09-07T14:26:20+00:00\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/09\\\/07\\\/google-analytics-top-content-widget-with-analytify-plugin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/09\\\/07\\\/google-analytics-top-content-widget-with-analytify-plugin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/09\\\/07\\\/google-analytics-top-content-widget-with-analytify-plugin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/analitify_preview.png\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/analitify_preview.png\",\"width\":590,\"height\":300},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/2026\\\/09\\\/07\\\/google-analytics-top-content-widget-with-analytify-plugin\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mailinvest.blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google Analytics Top Content Widget with Analytify plugin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#website\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"name\":\"mailinvest.blog\",\"description\":\"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.\",\"publisher\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mailinvest.blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#organization\",\"name\":\"mailinvest\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"contentUrl\":\"https:\\\/\\\/mailinvest.blog\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/default.png\",\"width\":1000,\"height\":1000,\"caption\":\"mailinvest\"},\"image\":{\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/freelanceracademic\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/mailinvest.blog\\\/#\\\/schema\\\/person\\\/012701c4c204d4e4ebd34f926cfd31a4\",\"name\":\"admin@mailinvest.blog\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g\",\"caption\":\"admin@mailinvest.blog\"},\"sameAs\":[\"https:\\\/\\\/mailinvest.blog\",\"admin@mailinvest.blog\"],\"url\":\"https:\\\/\\\/mailinvest.blog\\\/index.php\\\/author\\\/adminmailinvest-blog\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Google Analytics Top Content Widget with Analytify plugin - mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","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:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/","og_locale":"en_US","og_type":"article","og_title":"Google Analytics Top Content Widget with Analytify plugin - mailinvest.blog","og_description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","og_url":"https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/","og_site_name":"mailinvest.blog","article_publisher":"https:\/\/www.facebook.com\/freelanceracademic\/","article_published_time":"2026-09-07T14:25:32+00:00","article_modified_time":"2026-09-07T14:26:20+00:00","og_image":[{"width":590,"height":300,"url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2026\/09\/analitify_preview.png","type":"image\/png"}],"author":"admin@mailinvest.blog","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin@mailinvest.blog","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/#article","isPartOf":{"@id":"https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/"},"author":{"name":"admin@mailinvest.blog","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4"},"headline":"Google Analytics Top Content Widget with Analytify plugin","datePublished":"2026-09-07T14:25:32+00:00","dateModified":"2026-09-07T14:26:20+00:00","mainEntityOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/"},"wordCount":635,"commentCount":0,"publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2026\/09\/analitify_preview.png","keywords":["analytify","analytify shortcodes","most popular posts","most popular widget","performance most popular","top content from analytics","top post","top posts","wp analytify","wp analytify shortcodes","wp top posts"],"articleSection":["Code's"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/","url":"https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/","name":"Google Analytics Top Content Widget with Analytify plugin - mailinvest.blog","isPartOf":{"@id":"https:\/\/mailinvest.blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/#primaryimage"},"image":{"@id":"https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/#primaryimage"},"thumbnailUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2026\/09\/analitify_preview.png","datePublished":"2026-09-07T14:25:32+00:00","dateModified":"2026-09-07T14:26:20+00:00","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis.mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what's new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","breadcrumb":{"@id":"https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/#primaryimage","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2026\/09\/analitify_preview.png","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2026\/09\/analitify_preview.png","width":590,"height":300},{"@type":"BreadcrumbList","@id":"https:\/\/mailinvest.blog\/index.php\/2026\/09\/07\/google-analytics-top-content-widget-with-analytify-plugin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mailinvest.blog\/"},{"@type":"ListItem","position":2,"name":"Google Analytics Top Content Widget with Analytify plugin"}]},{"@type":"WebSite","@id":"https:\/\/mailinvest.blog\/#website","url":"https:\/\/mailinvest.blog\/","name":"mailinvest.blog","description":"Technology is forever changing, and there are always new pieces of technology to replace obsolete ones. Tons of people enjoy reading tech blogs on a daily basis. mailinvest.blog tracks all the latest consumer technology breakthroughs and shows you what&#039;s new, what matters and how technology can enrich your life. mailinvest.blog also provides the information, tools, and advice that helps when deciding what to buy.","publisher":{"@id":"https:\/\/mailinvest.blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mailinvest.blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mailinvest.blog\/#organization","name":"mailinvest","url":"https:\/\/mailinvest.blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/","url":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","contentUrl":"https:\/\/mailinvest.blog\/wp-content\/uploads\/2022\/01\/default.png","width":1000,"height":1000,"caption":"mailinvest"},"image":{"@id":"https:\/\/mailinvest.blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/freelanceracademic\/"]},{"@type":"Person","@id":"https:\/\/mailinvest.blog\/#\/schema\/person\/012701c4c204d4e4ebd34f926cfd31a4","name":"admin@mailinvest.blog","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/98ed217bd0f3d6a6dcae2d9b0c76e305b049a07275e315e1407e19ec8b08e139?s=96&d=mm&r=g","caption":"admin@mailinvest.blog"},"sameAs":["https:\/\/mailinvest.blog","admin@mailinvest.blog"],"url":"https:\/\/mailinvest.blog\/index.php\/author\/adminmailinvest-blog\/"}]}},"_links":{"self":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/140592","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/comments?post=140592"}],"version-history":[{"count":1,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/140592\/revisions"}],"predecessor-version":[{"id":140594,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/posts\/140592\/revisions\/140594"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media\/140593"}],"wp:attachment":[{"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/media?parent=140592"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/categories?post=140592"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mailinvest.blog\/index.php\/wp-json\/wp\/v2\/tags?post=140592"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}