// // 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"); }

Changing domain name

by Kevin Gibbons on June 29, 2006

Today I made a brave move by changing the domain name for this blog from my personal website, using the old domain as an Australia travel guide. I wanted to bring the blog to SEOptimise rather than start a new one from scratch and leave the old SEO blog to rot.

This may prove to be a stupid decision as I have many high search ratings for the old blog which probably won’t be achieved on the new domain straight away and this is a move I would not normally recommend, but I felt it would be best to offer the SEO blog as part of the new website. Using a 301 redirect from the old domain to let the search engines know the page has been permanently moved.

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>