some words from technology briefcase

Tutorial

Top 10 Google Analytics Questions

by flotruglio on mar.05, 2010, under Tutorial

Every day, I wake up and read the Google Groups for GA.
Here are the ten questions I see just about every day, with answers.

Question 1: Can’t I reprocess the data in some way? Sorry. Google Analytics doesn’t let you go back and reprocess. A very best practice is to think about your needs while you are setting up your analytics, and try to anticipate the future. This includes creation of a profile for every important campaign that you run, whether you define “campaign” as a Google AdWords campaign, a banner ad campaign, or an email campaign.

Question 2: I don’t know how to set up links in my newsletter. Or, I don’t know how to set up links in the paid search for non-Google search engines. Answer: Google Analytics has a nice linkbuilder tool to solve this problem, but I like ROI Revolution’s better. It is more intuitive, and it doesn’t have any typos . You can use the linkbuilder to code the links in any of your marketing campaigns — your email marketing, your Yahoo campaigns, your banner ads. (You don’t have to code Google AdWords, the default in AdWords is auto-tagging — it codes for you.) Once external links are coded, they’ll talk to your GA.

Question 3. Why can’t I get rid of the site overlay? You’ll need to clear your cookies. The Site Overlay activates if the GA tracking code sees the “GASO” cookie when you visit your website. Just use Firefox, choose Tools>Options>Show cookies and type in GASO. Delete that cookie.

Question 4. Why is my site overlay broken? If you make any changes to your Request URI — for example, if you ask to only see page titles and not /mypage.com — the site overlay will not work for the profile where you have the changes made. You should set up a clean profile without those changes. (To be honest, I feel like the site overlay is just about always broken, and I am awed when I see people ask questions about why they can’t get a specific piece of data from it. ) (continue reading…)

1 Comment :, , , , more...

turn your Roomba into a “search engine”

by flotruglio on mar.04, 2010, under Tutorial

By adding an on-board computer and a camera on a Roomba, the Roomba can be used to index your home. As a bonus, you can also control the Roomba across an internet connection, and see the images from the camera — a spybot for you to check on your own home while you are out.

read the full tutorial at http://www.gaaglebot.com/

Leave a Comment :, , , more...

FriendFeed & Google Maps == FriendMap

by flotruglio on gen.19, 2010, under Tutorial

or in other words ..“How to Create a Smart WebApplication to see Geo Infos of Ff posts”

This tutorial born as a little developers guide to integrate the Google Apis with the FriendFeed Apis.
First of all you need two authorization key, one for friendFeed (https://friendfeed.com/account/login?next=%2Fapi%2Fregister) and the other one for the google Maps (http://code.google.com/intl/it-IT/apis/maps/signup.html).
In this tutorial I don’t want to speak about the google widget and other possible integration of this kind of tools, but I simply want to explain the main things that you need to know to create this kind of tools…
What do you need else?
Now we have the keys to use the APIs and we need to develop our application..but first we need to know the basics APIs model of friendfeed.
Leave a Comment :, , , , , more...