| Old Asynchronous Code? | banksjd | 6/25/12 9:44 AM | My new employer has an unfamiliar version of GA installed on the site. It doesn't match to the Asynchronous examples I've seen and doesn't appear to be Urchin. So what is it? An old version of Asynchronous code? A step between Urchin and Asynchronous |
| Re: Old Asynchronous Code? | rcs.mrice | 6/26/12 12:28 PM | There's nothing wrong with that snippet. Few things to note though: 1. It's statically linking to http://, which would result in a security warning on a https page. The below code would fix that if you wanted: <script type="text/javascript">var g |