browser lang:en
Google has updated their Google Analytics service, adding back in their Site Overlay feature. Unlike the overlay features from other vendors, it operates within a frame of the reporting UI. Four measures are included that I can see: Clicks, Clicks %, G1/Clicks, and Avg. Score. I don't have any goals setup, so I don't have a ton of data to review at this time.
Here's a screenshot of the site overlay frame using data for this blog:
From what I've seen so far, they've made the tool relatively simple and limited in scope. Per their help, it's currently limited to "static pages with unique links to content located elsewhere on the website". They also note that the overlay is "not currently able to work with the following types of content:
As I'm checking out the service, I'm intrigued by something. As you navigate inside the overlay window, your browser isn't actually requesting content from your site directly, but rather, the data is coming through Google's systems - I'm assuming they're acting as a proxy for the content. I had to test it to make sure the site wasn't coming from a cache...and it's not...interesting.
PHP is one of the most widely used open-source server-side scripting languages that exist today. With over…
in:Scripts and tutorials (0 comments)In a FBML Facebook App, your quick jump menu will require a little tweak to work in FBJS…
in:Scripts and tutorials (0 comments)Every single day, someone, somewhere is discussing something important to your business; your brand, your executives, your…
in:Scripts and tutorials (0 comments)The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a…
in:Scripts and tutorials (0 comments)Because of the near-spherical shape of the Earth, calculating an accurate distance between two points requires the use…
in:Scripts and tutorials (1 comments)With this script we can limit the download speed // local file that should be send to the client $local_file…
in:Scripts and tutorials (0 comments)Some hosts disabled the ini setting allow_url_fopen. This also means that the ability to easily grab images…
in:Scripts and tutorials (0 comments)The act to verify if a file exists, is one of more important tasks related to files operations,…
in:Scripts and tutorials (0 comments)
