PROPERTIES

1010 North Main

Logan PointE

century square

jamestown

130 South main

Riverwoods retail


riverwoods corporate center

logan gateway shopping center

academy square

 

1010 North main
Logan, Utah

This 3,686 sq.ft. retail building has great visibility with direct access to Main Street. Its location is on the corner of 10th North and Main which has a stoplight and is surrounded by a retail strip mall anchored by Old Navy, Boarders, Pet’s Mart, Sports Authority, and Home Depot. This retail space has excellent signage, large display windows, with a drive through available. There are 25 parking stalls with entrances on both Main Street and 10th North.


Upgrade your Google Analytics tracker Google released a new version of its Google Analytics tracking code last month. In this post you will learn about the new features available to webmasters and how to move away from the deprecated libraries. Feed Jan17 Upgrade your Google Analytics tracker * Business * Search/Google Google Analytics logo Google released a new version of its Google Analytics tracking code in December after a two-month limited beta. The new Google Analytics tracker is a complete rewrite of JavaScript inherited from the Urchin acquisition in 2005 and the first time the two products have been officially decoupled. The existing version of Google Analytics tracker, urchin.js, has been deprecated but should continue to function until the end of 2008. Google will only roll out new features on the new ga.js tracker. If you currently track website statistics using Google Analytics you should upgrade your templates to take advantage of the new libraries. What changed? The new Google Analytics tracker supports proper JavaScript namespacing and more intuitive configuration methods (e.g. _setDomainName instead of _udn). My tests show about a 100 ms faster execution even with a 24% increase (1514 bytes) in file size (ga.js is also minified). The new tracking code makes advanced features a lot more accessible. You can now track a page on multiple Google Analytics accounts, which should help user generated content sites integrate their author's Google Analytics IDs alongside the company's own tracking account. The new event tracker lets you group a set of on-page related actions such as clicking a drop-down menu or typing a search query (very useful for widgets). Ecommerce tracking is now a lot more readable. You can read about all the tracker changes in the Google Analytics migration guide PDF. Implementation Switching your site tracker is pretty simple. Trackers are now created as objects and configured before the page is tracked.