// // Create a fake order ID using the current // time and the unique identifier that GA uses to // track this visitor. // var timeObj = new Date; var unixTimeMs = timeObj.getTime(); var unixTime = parseInt(unixTimeMs / 1000); var orderID = pageTracker._visitCode() + '-' + unixTime; // // This function assigns order values depending // on what has been clicked and submits the transaction // function subscriptiontracker(subtype,value) { pageTracker._addTrans( orderID, // Order ID "", // Affiliation value, // Total "", // Tax "", // Shipping "", // City "", // State "" // Country ); pageTracker._addItem( orderID, // Order ID subtype, // SKU subtype, // Product Name "blog", // Category value, // Price "1" // Quantity ); pageTracker._trackTrans(); alert("Test successful"); }

Viewing Google results in different countries

by Kevin Gibbons on August 29, 2006

A useful tip to check your search results in different countries is to add an extra variable to the URL, e.g. &gl=uk will return UK results. For example a Google.com search in the US returns mainly American football results, while a UK search returns mostly English soccer websites.

This is also very useful for viewing how your AdWords ad’s are displayed in different countries and languages as well as checking your search engine rankings. Here is the full list of country codes. I also find adding &num=100 to the URL very useful as this lists the top 100 results on the same page rather than having to search for your site by checking through 10 pages of results.

No related posts.

Struggling to make your online marketing sparkle?

SEOptimise SEO

If you liked this post, you'll love what we can do with your SEO, PPC and online marketing campaigns. You can have the authors of this blog work directly on your campaigns!

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>