Go to: AdminCP » Plugins & Products » Add New Plugin And fill in the fields as given below : Product: vBulletin Hook Location: archive_complete Title: Analytics in Archive Execution Order: 5 Plugin PHP Code: $output .= <<<HTML <!-- Your Google Analytics Code --> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-3578158-1"; urchinTracker(); </script> <!-- /Your Google Analytics Code --> HTML; PHP: Plugin is Active: Yes [Save] Hope you find it useful.