Google Analytics Bookmarklet Maker
if (!empty($code)) { ?> Drag to your toolbar: analytics } else { ?> NOTE: its the id from your site analytics url not the one that starts with UA-} ?>
if (!empty($_REQUEST['google_id'])){ $code = "javascript: var d = new Date(); var m = d.getMonth() + 1; if (m < 10) m ='0'+m; var a = d.getDate(); if (a < 10) a ='0'+a;var y = d.getFullYear(); var ex = y + '' + m + '' + a ;location.href='https://www.google.com/analytics/reporting/?reset=1&id=__ID__&pdr=' + ex + '-' + ex;"; $code = str_replace("__ID__", $_REQUEST['google_id'] , $code); } ?>