//
// 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");
}
A survey has found Google the UK’s favourite Internet brand. “The UK’s top 10 favourite online brands in descending order are - Google, bbc.co.uk, eBay, Streetmap, Friends Reunited, Nectar, Tiscali, Times Online, Topshop and Yell.com.”
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 }