[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fHJqeVSNThV6MkWTyu63uaatXmglaUMB_ohnSWeBS7q4":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":24,"download_link":25,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":38,"analysis":123,"fingerprints":153},"tracking-code-for-google-analytics","Tracking Code for Google Analytics","2.0.3","Clayton Collie","https:\u002F\u002Fprofiles.wordpress.org\u002Fclaytoncollie\u002F","\u003Cp>Tracking Code For Google Analytics is a simple, lightweight WordPress plugin for inserting your Google Analytics Universal Analytics tracking code. The plugin does one thing and one thing only; prints the standard Google Analytics tacking script to the \u003Ccode>\u003Chead>\u003C\u002Fcode> of your website. To insert your tracking ID, navigate to Settings > General and then scroll to the bottom of the page.\u003C\u002Fp>\n\u003Ch3>Composer\u003C\u002Fh3>\n\u003Cpre>\u003Ccode>composer require claytoncollie\u002Ftracking-code-for-google-analytics\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Filters\u003C\u002Fh3>\n\u003Cp>If you want to set the tracking ID without using the wp-admin user interface, use the filter below.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter(\n    'tracking_code_for_google_analytics_id',\n    \u002F**\n     * Set Google Analytics tracking ID.\n     *\n     * @param string $tracking_id Tracking ID.\n     *\n     * @return string\n     *\u002F\n    function ( string $tracking_id ) : string {\n        $tracking_id = 'UA-7654321';\n        return $tracking_id;\n    }\n);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Definitions\u003C\u002Fh3>\n\u003Cp>You can also define the tracking ID in your wp-config.php file with the following snippet.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define( 'TRACKING_CODE_FOR_GOOGLE_ANALYTICS_ID', 'UA-7654321' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Contributing\u003C\u002Fh3>\n\u003Cp>While the purpose of this plugin is to be very tightly scoped, \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fclaytoncollie\u002Ftracking-code-for-google-analytics\" rel=\"nofollow ugc\">issues and pull requests are welcome on GitHub\u003C\u002Fa>. I do not guarantee that everything will be merged or support will be given.\u003C\u002Fp>\n\u003Ch3>Donate\u003C\u002Fh3>\n\u003Cp>If you like this plugin and would like to support my work, \u003Ca href=\"https:\u002F\u002Fcommerce.coinbase.com\u002Fcheckout\u002F2aa628a4-f12e-4231-a6eb-9887ddc6e9aa\" rel=\"nofollow ugc\">please consider a small donation via Coinbase\u003C\u002Fa>.\u003C\u002Fp>\n","Simple, lightweight solution for inserting your Google Analytics Universal tracking code.",100,5307,0,"2024-07-05T10:50:00.000Z","6.6.0","5.0","7.2",[19,20,21,22,23],"analytics","google","tracking","tracking-code","universal-analytics","https:\u002F\u002Fgithub.com\u002Fclaytoncollie\u002Ftracking-code-for-google-analytics","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftracking-code-for-google-analytics.2.0.3.zip",92,null,"2026-03-15T15:16:48.613Z",[],{"slug":31,"display_name":7,"profile_url":8,"plugin_count":32,"total_installs":33,"avg_security_score":34,"avg_patch_time_days":35,"trust_score":36,"computed_at":37},"claytoncollie",5,170,94,30,90,"2026-04-04T21:10:38.606Z",[39,54,64,86,108],{"slug":40,"name":41,"version":42,"author":7,"author_profile":8,"description":43,"short_description":44,"active_installs":45,"downloaded":46,"rating":13,"num_ratings":13,"last_updated":47,"tested_up_to":15,"requires_at_least":48,"requires_php":49,"tags":50,"homepage":52,"download_link":53,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"tracking-code-for-pinterest-pixel","Tracking Code for Pinterest Pixel","1.0.0","\u003Cp>Tracking Code For Pinterest Pixel is a simple, lightweight WordPress plugin for inserting your Pinterest Pixel tracking code. The plugin does one thing and one thing only; prints the standard Pinterest Pixel tacking script to the \u003Ccode>\u003Chead>\u003C\u002Fcode> of your website. To insert your tag ID, navigate to Settings > General and then scroll to the bottom of the page.\u003C\u002Fp>\n\u003Ch3>Composer\u003C\u002Fh3>\n\u003Cpre>\u003Ccode>composer require claytoncollie\u002Ftracking-code-for-pinterest-pixel\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Filters\u003C\u002Fh3>\n\u003Cp>If you want to set the tag ID without using the wp-admin user interface, use the filter below.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter(\n    'tracking_code_for_pinterest_pixel_id',\n    \u002F**\n     * Set Pinterest Pixel tag ID.\n     *\n     * @param string $tag_id Tag ID.\n     *\n     * @return string\n     *\u002F\n    function ( $tag_id ) {\n        return 'UA-7654321';\n    }\n);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Contributing\u003C\u002Fh3>\n\u003Cp>While the purpose of this plugin is to be very tightly scoped, issues and pull requests are welcome, but I do not guarantee that everything will be merged or support will be given.\u003C\u002Fp>\n\u003Cp>https:\u002F\u002Fgithub.com\u002Fclaytoncollie\u002Ftracking-code-for-pinterest-pixel\u003C\u002Fp>\n","Simple, lightweight solution for inserting your Pinterest Pixel Universal tracking code.",20,1301,"2024-07-05T10:37:00.000Z","4.8","5.6",[19,20,51,22,23],"tag","https:\u002F\u002Fgithub.com\u002Fclaytoncollie\u002Ftracking-code-for-pinterest-pixel","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftracking-code-for-pinterest-pixel.1.0.0.zip",{"slug":55,"name":56,"version":42,"author":7,"author_profile":8,"description":57,"short_description":58,"active_installs":45,"downloaded":59,"rating":13,"num_ratings":13,"last_updated":60,"tested_up_to":15,"requires_at_least":48,"requires_php":49,"tags":61,"homepage":62,"download_link":63,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"tracking-code-for-twitter-pixel","Tracking Code for Twitter Pixel","\u003Cp>Tracking Code For Twitter Pixel is a simple, lightweight WordPress plugin for inserting your Twitter Pixel tracking code. The plugin does one thing and one thing only; prints the standard Twitter Pixel tacking script to the \u003Ccode>\u003Chead>\u003C\u002Fcode> of your website. To insert your tag ID, navigate to Settings > General and then scroll to the bottom of the page.\u003C\u002Fp>\n\u003Ch3>Composer\u003C\u002Fh3>\n\u003Cpre>\u003Ccode>composer require claytoncollie\u002Ftracking-code-for-twitter-pixel\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Filters\u003C\u002Fh3>\n\u003Cp>If you want to set the tag ID without using the wp-admin user interface, use the filter below.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter(\n    'tracking_code_for_twitter_pixel_id',\n    \u002F**\n     * Set Twitter Pixel tag ID.\n     *\n     * @param string $tag_id Tag ID.\n     *\n     * @return string\n     *\u002F\n    function ( $tag_id ) {\n        return '123456789';\n    }\n);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Contributing\u003C\u002Fh3>\n\u003Cp>While the purpose of this plugin is to be very tightly scoped, issues and pull requests are welcome, but I do not guarantee that everything will be merged or support will be given.\u003C\u002Fp>\n\u003Cp>https:\u002F\u002Fgithub.com\u002Fclaytoncollie\u002Ftracking-code-for-twitter-pixel\u003C\u002Fp>\n","Simple, lightweight solution for inserting your Twitter Pixel Universal tracking code.",1256,"2024-07-05T10:34:00.000Z",[19,20,51,22,23],"https:\u002F\u002Fgithub.com\u002Fclaytoncollie\u002Ftracking-code-for-twitter-pixel","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftracking-code-for-twitter-pixel.1.0.0.zip",{"slug":65,"name":66,"version":67,"author":68,"author_profile":69,"description":70,"short_description":71,"active_installs":72,"downloaded":73,"rating":74,"num_ratings":75,"last_updated":76,"tested_up_to":77,"requires_at_least":78,"requires_php":79,"tags":80,"homepage":83,"download_link":84,"security_score":85,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"better-analytics","Better Google Analytics","1.2.7","digitalpoint","https:\u002F\u002Fprofiles.wordpress.org\u002Fdigitalpoint\u002F","\u003Cp>The Better Google Analytics plugin allows you to easily add Google Analytics code to your website and gives you the power to track virtually everything.  Better Google Analytics includes heat maps, reports, charts, events and site issue tracking in your WordPress admin area without the need to log into your Google Analytics account.\u003C\u002Fp>\n\u003Cp>Better Google Analytics allows you to manage your Google Analytics account from within your WordPress admin area (for example you can create\u002Fedit Google Analytics Goals).\u003C\u002Fp>\n\u003Cp>In addition, Better Google Analytics makes A\u002FB (split) testing a breeze (no code required) so you can find what variations work the best for your site by using Google Analytics Content Experiments.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>\u003Cstrong>Simple To Setup\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>The Better Google Analytics plugin can automatically configure your Google Analytics account to maximize what you can track with the minimum amount of effort.  Can automatically set various options on your Google Analytics account on your behalf as well as create custom dimensions and map them to where they need to go.  If you are setting up a brand new site, this plugin can even create a brand new Web Property within your selected Google Analytics account if you wish.  All with a single click.\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>Better Google Analytics utilizes all the latest and greatest features of Google Analytics (Universal analytics, user-ID session unification, event tracking, campaign tracking, custom dimensions, server-side tracking, social engagement tracking, remarketing, etc.)  Additionally, Better Analytics can track users who are visiting AMP (Accelerated Mobile Pages) on your site.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>\u003Cstrong>Google Analytics Account Management\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>The Better Google Analytics plugin can create a new web property\u002Fprofile on your Google Analytics account if needed (if it’s a new site)\u003C\u002Fli>\n\u003Cli>Auto-Configure system will set certain options automatically on your Google Analytics account if needed\u003C\u002Fli>\n\u003Cli>Auto-Configure system can create custom dimensions for your Google Analytics Web Property and map them to the appropriate Better Google Analytics settings\u003C\u002Fli>\n\u003Cli>Google Analytics Goal Management system allows you to create, edit, activate and disable Google Analytics Goals from within your WordPress admin area\u003C\u002Fli>\n\u003Cli>Google Analytics Content Experiment Management allows you to run A\u002FB (split) testing variations easily\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fblockquote>\n\u003Cp>If you link your Google Analytics account, the Better Google Analytics plugin is able to make extensive use of the Google Analytics API to give you a plethora of reporting options (both historical and realtime).  Google Analytics API calls are cached to make them as fast as possible.\u003C\u002Fp>\n\u003Cp>Better Google Analytics uses lightweight (and client-side cacheable) JavaScript to give your users the fastest possible experience on your website.  Fully compatible with multisite network setups.\u003C\u002Fp>\n\u003Ch4>Better Google Analytics Basic Tracking Features (each can be enabled\u002Fdisabled):\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Link Attribution\u003C\u002Fli>\n\u003Cli>User-ID\u002FSession Unification\u003C\u002Fli>\n\u003Cli>Enable On AMP Pages\u003C\u002Fli>\n\u003Cli>User Engagement\u003C\u002Fli>\n\u003Cli>Comment Creation\u003C\u002Fli>\n\u003Cli>User Registration\u003C\u002Fli>\n\u003Cli>YouTube Video Engagement\u003C\u002Fli>\n\u003Cli>Emails Sent\u002FOpened\u003C\u002Fli>\n\u003Cli>External Link Clicks\u003C\u002Fli>\n\u003Cli>File Downloads\u003C\u002Fli>\n\u003Cli>Page Scroll Percent\u003C\u002Fli>\n\u003Cli>Time On Page\u003C\u002Fli>\n\u003Cli>Anonymize IPs\u003C\u002Fli>\n\u003Cli>Demographic & Interest\u003C\u002Fli>\n\u003Cli>Force Google Analytics Traffic Over SSL\u003C\u002Fli>\n\u003Cli>RSS\u002FEmail Link Source Tracking\u003C\u002Fli>\n\u003Cli>Advertising Ad Clicks\u003C\u002Fli>\n\u003Cli>Page Not Found (404)\u003C\u002Fli>\n\u003Cli>AJAX Requests\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Better Google Analytics Dimension Tracking:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Categories\u003C\u002Fli>\n\u003Cli>Author\u003C\u002Fli>\n\u003Cli>Tags\u003C\u002Fli>\n\u003Cli>Publication Year\u003C\u002Fli>\n\u003Cli>User Role\u003C\u002Fli>\n\u003Cli>User\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Better Google Analytics Social Button Engagement Tracking:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Facebook\u003C\u002Fli>\n\u003Cli>Twitter\u003C\u002Fli>\n\u003Cli>Google+\u003C\u002Fli>\n\u003Cli>Pinterest\u003C\u002Fli>\n\u003Cli>LinkedIn\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Better Google Analytics Reporting Features (can be viewed site-wide or for individual page\u002FURL):\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Dashboard Charts (real time or historical)\u003C\u002Fli>\n\u003Cli>Weekly Heat Maps\u003C\u002Fli>\n\u003Cli>Historical Area Percent Charts\u003C\u002Fli>\n\u003Cli>Events\u003C\u002Fli>\n\u003Cli>Issue Monitoring\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Better Google Analytics Advanced Features:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Suppress Google Analytics Tracking By User Role\u003C\u002Fli>\n\u003Cli>View Analytics Reports By User Role\u003C\u002Fli>\n\u003Cli>Adjust Location Of Google Analytics Code\u003C\u002Fli>\n\u003Cli>Defer JavaScript Loading\u003C\u002Fli>\n\u003Cli>Google Analytics Campaign Tracking By Anchor or Parameters\u003C\u002Fli>\n\u003Cli>Adjustable Analytics Sample Rate\u003C\u002Fli>\n\u003Cli>Insert Your Own Custom Google Analytics JavaScript\u003C\u002Fli>\n\u003Cli>Debugging Mode\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Better Google Analytics Widgets Included:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Popular Posts\u003C\u002Fli>\n\u003Cli>Statistics based on selectable Analytics metric\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cblockquote>\n\u003Cp>\u003Cstrong>Better Analytics Pro\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>If you would like additional advanced functions for Google Analytics, we offer a Pro version.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Additional ad networks for ad click tracking\u003C\u002Fli>\n\u003Cli>More options for site issue monitoring\u003C\u002Fli>\n\u003Cli>More heat map metrics\u003C\u002Fli>\n\u003Cli>More charting dimensions\u003C\u002Fli>\n\u003Cli>More objective metrics for A\u002FB tests (Google Analytics Content Experiments)\u003C\u002Fli>\n\u003Cli>eCommerce tracking (coming soon)\u003C\u002Fli>\n\u003Cli>Option for server-side tracking of users (or bots)\u003C\u002Fli>\n\u003Cli>Faster Google Analytics API calls (uses a custom system for parallel requests)\u003C\u002Fli>\n\u003Cli>Priority support\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fmarketplace.digitalpoint.com\u002Fbetter-analytics-pro.3355\u002Fitem#utm_source=readme&utm_medium=wordpress&utm_campaign=plugin\" rel=\"nofollow ugc\">Pro license available here\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch3>Note To Other Google Analytics Plugin Authors\u003C\u002Fh3>\n\u003Cp>Truthfully, there are far too many Google Analytics plugins for WordPress that generally do the same thing (especially the ones that simply add Google Analytics code to WordPress pages).  If any Google Analytics plugin authors are interested in somehow consolidating plugins, let us know (not really sure how that would work to be honest, but something we could brainstorm and figure out the best way to do it that works for everyone).\u003C\u002Fp>\n\u003Ch3>CDN\u003C\u002Fh3>\n\u003Cp>The JavaScript used by Better Google Analytics should be able to be cached properly by content delivery networks (it has been tested with CloudFlare).  This means if your site uses CloudFlare, the JavaScript code used by Google Analytics will be cached in their data centers and delivered to end users via the closest data center (long story short is that it will make for a faster user experience).\u003C\u002Fp>\n\u003Ch3>Thanks\u003C\u002Fh3>\n\u003Cp>Thank you to all the individuals who have contributed translations for Better Google Analytics (please send us a note if you have helped translating Better Google Analytics):\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Indonesian: \u003Ca href=\"http:\u002F\u002Fwww.developingwp.com\u002F#utm_source=readme&utm_medium=wordpress&utm_campaign=plugin\" rel=\"nofollow ugc\">Arick\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n","Track everything with Google Analytics (clicked links, emails opened, YouTube videos being watched, etc.). Includes real time Analytics dashboard.",2000,207330,84,34,"2022-02-24T19:47:00.000Z","5.9.13","3.8","",[19,81,82,21,23],"google-analytics","statistics","https:\u002F\u002Fmarketplace.digitalpoint.com\u002Fbetter-analytics.3354\u002Fitem","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbetter-analytics.1.2.7.zip",85,{"slug":87,"name":88,"version":89,"author":90,"author_profile":91,"description":92,"short_description":93,"active_installs":94,"downloaded":95,"rating":34,"num_ratings":96,"last_updated":97,"tested_up_to":98,"requires_at_least":49,"requires_php":99,"tags":100,"homepage":104,"download_link":105,"security_score":11,"vuln_count":106,"unpatched_count":13,"last_vuln_date":107,"fetched_at":28},"bws-google-analytics","Analytics by BestWebSoft – Google Analytics Dashboard and Statistic Plugin for WordPress","2.0","bestweblayout","https:\u002F\u002Fprofiles.wordpress.org\u002Fbestweblayout\u002F","\u003Cp>Analytics plugin is the best way to view Google Analytics on your WordPress website dashboard. Configure the reporting mode, select the metrics you need, set the time range for your statistic displaying and keep tracking your WordPress website statistics.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fbestwebsoft.com\u002Fdemo-analytics\u002F?ref=readme\" rel=\"nofollow ugc\">View Demo\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002Fu6GCmG2SYIg?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Ch4>Free Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Add single tracking code\u003C\u002Fli>\n\u003Cli>Choose statistics view mode:\n\u003Cul>\n\u003Cli>Line chart\u003C\u002Fli>\n\u003Cli>Table\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>Choose statistics time range\u003C\u002Fli>\n\u003Cli>Supports several webproperties for the statistics displaying\u003C\u002Fli>\n\u003Cli>Choose statistics metrics:\n\u003Cul>\n\u003Cli>Visitor\n\u003Cul>\n\u003Cli>Unique visitors\u003C\u002Fli>\n\u003Cli>New visits\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>Session\n\u003Cul>\n\u003Cli>Visits\u003C\u002Fli>\n\u003Cli>Bounce rate\u003C\u002Fli>\n\u003Cli>Average visit duration\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>Page Tracking\n\u003Cul>\n\u003Cli>Pageviews\u003C\u002Fli>\n\u003Cli>Page\u002FVisit\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>Compatible with latest WordPress version\u003C\u002Fli>\n\u003Cli>Incredibly simple settings for fast setup without modifying code\u003C\u002Fli>\n\u003Cli>Detailed step-by-step documentation and videos\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cblockquote>\n\u003Cp>\u003Cstrong>Pro Features\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>All features from Free version included plus:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>View visual statistics\u003C\u002Fli>\n\u003Cli>View visual statistics for URL\u003C\u002Fli>\n\u003Cli>Choose statistics metrics:\n\u003Cul>\n\u003Cli>Session\u003C\u002Fli>\n\u003Cli>Revenue\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>Save statistics to scv\u003C\u002Fli>\n\u003Cli>Get answer to your support question within one business day (\u003Ca href=\"https:\u002F\u002Fbestwebsoft.com\u002Fsupport-policy\u002F\" rel=\"nofollow ugc\">Support Policy\u003C\u002Fa>)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fbestwebsoft.com\u002Fproducts\u002Fwordpress\u002Fplugins\u002Fbws-google-analytics\u002F?k=5891b1a2761b39cd5706eba26c3af1d4\" rel=\"nofollow ugc\">Upgrade to Pro Now\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>If you have a feature suggestion or idea you’d like to see in the plugin, we’d love to hear about it! \u003Ca href=\"https:\u002F\u002Fsupport.bestwebsoft.com\u002Fhc\u002Fen-us\u002Frequests\u002Fnew\" rel=\"nofollow ugc\">Suggest a Feature\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Documentation & Videos\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdocs.google.com\u002Fdocument\u002Fd\u002F1crUDzT-SASTmoj3M6lJcR4CyRzCp9Ge1l2-BcsUotZY\u002F\" rel=\"nofollow ugc\">[Doc] User Guide\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdocs.google.com\u002Fdocument\u002Fd\u002F1-hvn6WRvWnOqj5v5pLUk7Awyu87lq5B_dO-Tv-MC9JQ\u002F\" rel=\"nofollow ugc\">[Doc] Installation\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdocs.google.com\u002Fdocument\u002Fd\u002F1EUdBVvnm7IHZ6y0DNyldZypUQKpB8UVPToSc_LdOYQI\u002F\" rel=\"nofollow ugc\">[Doc] Purchase\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Help & Support\u003C\u002Fh4>\n\u003Cp>Visit our Help Center if you have any questions, our friendly Support Team is happy to help — \u003Ca href=\"https:\u002F\u002Fsupport.bestwebsoft.com\u002F\" rel=\"nofollow ugc\">https:\u002F\u002Fsupport.bestwebsoft.com\u002F\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Translation\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Russian (ru_RU)\u003C\u002Fli>\n\u003Cli>Spanish (es_ES) (thanks to \u003Ca href=\"mailto:jmbescos@ibidemgroup.com\" rel=\"nofollow ugc\">Jose Bescos\u003C\u002Fa> – www.ibidemgroup.com)\u003C\u002Fli>\n\u003Cli>Ukrainian (uk)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Some of these translations are not complete. We are constantly adding new features which should be translated. If you would like to create your own language pack or update the existing one, you can send \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FTranslating_WordPress\" rel=\"nofollow ugc\">the text of PO and MO files\u003C\u002Fa> to \u003Ca href=\"https:\u002F\u002Fsupport.bestwebsoft.com\u002Fhc\u002Fen-us\u002Frequests\u002Fnew\" rel=\"nofollow ugc\">BestWebSoft\u003C\u002Fa> and we’ll add it to the plugin. You can download the latest version of the program for work with PO and MO \u003Ca href=\"https:\u002F\u002Fwww.poedit.net\u002Fdownload.php\" rel=\"nofollow ugc\">files Poedit\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Recommended Plugins\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fbestwebsoft.com\u002Fproducts\u002Fwordpress\u002Fplugins\u002Fupdater\u002F?k=b0536eca91f29f7603d42d53f5fd3990\" rel=\"nofollow ugc\">Updater\u003C\u002Fa> – Automatically check and update WordPress website core with all installed plugins and themes to the latest versions.\u003C\u002Fli>\n\u003C\u002Ful>\n","Add Google Analytics code to WordPress website and track basic stats.",1000,90431,23,"2025-06-09T10:31:00.000Z","6.8.5","7.4",[101,19,102,81,103],"add-tracking-code","display-statistic-report","google-analytics-plugin","https:\u002F\u002Fbestwebsoft.com\u002Fproducts\u002Fwordpress\u002Fplugins\u002Fbws-google-analytics\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbws-google-analytics.2.0.zip",1,"2017-04-12 00:00:00",{"slug":109,"name":110,"version":111,"author":112,"author_profile":113,"description":114,"short_description":115,"active_installs":116,"downloaded":117,"rating":11,"num_ratings":118,"last_updated":119,"tested_up_to":98,"requires_at_least":78,"requires_php":79,"tags":120,"homepage":121,"download_link":122,"security_score":11,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"universal-google-analytics","Universal Google Analytics (GA3 and GA4)","1.5","Brontobytes","https:\u002F\u002Fprofiles.wordpress.org\u002Fbrontobytes\u002F","\u003Cp>The Universal Google Analytics Plugin will automatically set up the required Google Analytics 4 or Universal Analytics (GA3) tracking ID\u002Fsnippet to the footer of your WordPress installation, as required by Google Analytics.\u003C\u002Fp>\n\u003Cp>We do not track you in any way. All your data is yours. Our plugin merely facilitates linking your Google Analytics account to your WordPress website.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Lightweight and Simple To Set Up\u003C\u002Fstrong>\u003C\u002Fp>\n","Automatically set up the required Google Analytics tracking ID\u002Fsnippet to the footer of your WordPress installation, as required by Google Analytics.",500,8620,2,"2025-11-07T19:58:00.000Z",[19,81,82,21,23],"https:\u002F\u002Fwww.brontobytes.com\u002Fblog\u002Funiversal-google-analytics-free-wordpress-plugin\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Funiversal-google-analytics.1.5.zip",{"attackSurface":124,"codeSignals":140,"taintFlows":148,"riskAssessment":149,"analyzedAt":152},{"hooks":125,"ajaxHandlers":136,"restRoutes":137,"shortcodes":138,"cronEvents":139,"entryPointCount":13,"unprotectedCount":13},[126,132],{"type":127,"name":128,"callback":129,"file":130,"line":131},"action","admin_init","anonymous","inc\\admin.php",15,{"type":127,"name":133,"callback":129,"file":134,"line":135},"wp_head","inc\\public.php",12,[],[],[],[],{"dangerousFunctions":141,"sqlUsage":142,"outputEscaping":144,"fileOperations":13,"externalRequests":13,"nonceChecks":13,"capabilityChecks":13,"bundledLibraries":147},[],{"prepared":13,"raw":13,"locations":143},[],{"escaped":145,"rawEcho":13,"locations":146},6,[],[],[],{"summary":150,"deductions":151},"The 'tracking-code-for-google-analytics' plugin v2.0.3 exhibits an excellent security posture based on the provided static analysis. The absence of any identified attack surface points like unprotected AJAX handlers, REST API routes, shortcodes, or cron events is a significant strength. Furthermore, the code signals indicate robust security practices, with no dangerous functions used, all SQL queries employing prepared statements, and all output being properly escaped. The lack of file operations and external HTTP requests also minimizes potential attack vectors.  The vulnerability history being entirely clear, with no known CVEs or past vulnerabilities, further bolsters confidence in the plugin's security.  This plugin appears to be very well-developed from a security perspective, with no immediate risks identified in the static analysis or historical data. The only potential, albeit minor, concern is the complete absence of any capability checks or nonce checks, which might suggest that the plugin doesn't handle sensitive operations directly, or perhaps relies on the WordPress core's general security measures. However, given the plugin's apparent function (adding tracking code), this may be an acceptable design choice.",[],"2026-03-16T21:06:04.465Z",{"wat":154,"direct":163},{"assetPaths":155,"generatorPatterns":159,"scriptPaths":160,"versionParams":162},[156,157,158],"\u002Fwp-content\u002Fplugins\u002Ftracking-code-for-google-analytics\u002Finc\u002Ftracking-id.php","\u002Fwp-content\u002Fplugins\u002Ftracking-code-for-google-analytics\u002Finc\u002Fadmin.php","\u002Fwp-content\u002Fplugins\u002Ftracking-code-for-google-analytics\u002Finc\u002Fpublic.php",[],[161],"https:\u002F\u002Fwww.googletagmanager.com\u002Fgtag\u002Fjs",[],{"cssClasses":164,"htmlComments":165,"htmlAttributes":167,"restEndpoints":168,"jsGlobals":169,"shortcodeOutput":172},[],[166],"Global site tag (gtag.js) - Google Analytics",[],[],[170,171],"dataLayer","gtag",[]]