[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f9LhqvGy4MkQOm1osOY1l2yNeXtkOz8orHY3XPRMZWQA":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"claytoncollie","Clayton Collie","https:\u002F\u002Fprofiles.wordpress.org\u002Fclaytoncollie\u002F",5,170,94,30,90,"2026-04-05T03:21:45.761Z",[14,38,57,69,79],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":20,"downloaded":21,"rating":22,"num_ratings":22,"last_updated":23,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":27,"homepage":33,"download_link":34,"security_score":35,"vuln_count":22,"unpatched_count":22,"last_vuln_date":36,"fetched_at":37},"tracking-code-for-google-analytics","Tracking Code for Google Analytics","2.0.3","\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",[28,29,30,31,32],"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":39,"name":40,"version":41,"author":5,"author_profile":6,"description":42,"short_description":43,"active_installs":44,"downloaded":45,"rating":20,"num_ratings":46,"last_updated":47,"tested_up_to":24,"requires_at_least":48,"requires_php":49,"tags":50,"homepage":54,"download_link":55,"security_score":20,"vuln_count":22,"unpatched_count":22,"last_vuln_date":36,"fetched_at":56},"tracking-code-for-google-tag-manager","Tracking Code for Google Tag Manager","1.0.0","\u003Cp>Tracking Code For Google Tag Manager is a simple, lightweight WordPress plugin for inserting your Google Tag Manager tracking code. The plugin does one thing and one thing only; prints the standard Google Tag Manager tacking script to the \u003Ccode>\u003Chead>\u003C\u002Fcode> of your website. To insert your container 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-tag-manager\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Filters\u003C\u002Fh3>\n\u003Cp>If you want to set the container ID without using the wp-admin user interface, use the filter below.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter(\n    'tracking_code_for_google_tag_manager_id',\n    \u002F**\n     * Set Google Tag Manager container ID.\n     *\n     * @param string $container_id Container ID.\n     *\n     * @return string\n     *\u002F\n    function ( $container_id ) {\n        return 'GTM-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-google-tag-manager\u003C\u002Fp>\n","Simple, lightweight solution for inserting your Google Tag Manager Universal tracking code.",20,1362,1,"","5.2","5.6",[51,29,52,53,31],"container","google-tag-manager","tag-manager","https:\u002F\u002Fgithub.com\u002Fclaytoncollie\u002Ftracking-code-for-google-tag-manager","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftracking-code-for-google-tag-manager.1.0.0.zip","2026-03-15T10:48:56.248Z",{"slug":58,"name":59,"version":41,"author":5,"author_profile":6,"description":60,"short_description":61,"active_installs":44,"downloaded":62,"rating":22,"num_ratings":22,"last_updated":63,"tested_up_to":24,"requires_at_least":64,"requires_php":49,"tags":65,"homepage":67,"download_link":68,"security_score":35,"vuln_count":22,"unpatched_count":22,"last_vuln_date":36,"fetched_at":37},"tracking-code-for-pinterest-pixel","Tracking Code for Pinterest Pixel","\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.",1301,"2024-07-05T10:37:00.000Z","4.8",[28,29,66,31,32],"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":70,"name":71,"version":41,"author":5,"author_profile":6,"description":72,"short_description":73,"active_installs":44,"downloaded":74,"rating":22,"num_ratings":22,"last_updated":75,"tested_up_to":24,"requires_at_least":64,"requires_php":49,"tags":76,"homepage":77,"download_link":78,"security_score":35,"vuln_count":22,"unpatched_count":22,"last_vuln_date":36,"fetched_at":37},"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",[28,29,66,31,32],"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":80,"name":81,"version":41,"author":5,"author_profile":6,"description":82,"short_description":83,"active_installs":84,"downloaded":85,"rating":22,"num_ratings":22,"last_updated":86,"tested_up_to":24,"requires_at_least":64,"requires_php":49,"tags":87,"homepage":91,"download_link":92,"security_score":35,"vuln_count":22,"unpatched_count":22,"last_vuln_date":36,"fetched_at":37},"tracking-code-for-linkedin-insights-tag","Tracking Code for Linkedin Insights Tag","\u003Cp>Tracking Code For Linkedin Insights Tag is a simple, lightweight WordPress plugin for inserting your Linkedin Insights Tag tracking code. The plugin does one thing and one thing only; prints the standard Linkedin Insights Tag tacking script to the \u003Ccode>\u003Cbody>\u003C\u002Fcode> of your website. To insert your partner 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-linkedin-insights-tag\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Filters\u003C\u002Fh3>\n\u003Cp>If you want to set the partner ID without using the wp-admin user interface, use the filter below.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter(\n    'tracking_code_for_linkedin_insights_tag_id',\n    \u002F**\n     * Set Linkedin Insights Tag partner ID.\n     *\n     * @param string $partner_id Partner ID.\n     *\n     * @return string\n     *\u002F\n    function ( $partner_id ) {\n        return '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-linkedin-insights-tag\u003C\u002Fp>\n","Simple, lightweight solution for inserting your Linkedin Insights Tag Universal tracking code.",10,1160,"2024-07-05T10:39:00.000Z",[28,88,89,31,90],"insights-tag","linkedin","tracking-snippet","https:\u002F\u002Fgithub.com\u002Fclaytoncollie\u002Ftracking-code-for-linkedin-insights-tag","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ftracking-code-for-linkedin-insights-tag.1.0.0.zip"]