﻿/*
 	omniture_config.js
*/

function Nike11Config()
{
    this.domain="www.nike1-1.com"; // must be set in order to set the account variable properly
	this.liveAccount = "nike11all,nikeall";
	this.devAccount = "devakqa";
	this.category = "nike1-1";
	this.channel = "nike1-1";
	// this.locale = "en_gb"; //uncomment this if site is in one language only and set the correct locale
	// this.language = "eng"; // 3 letter code //uncomment this if site is in one language only and set the correct language code
	this.siteName = "EM11>nike1-1"; //This will prefix each tag call page name. When tagging is rolled up to Nike's global report they can distinguish tag origin//LA= latin americas //WO= Women //
	this.subdomain = "nike.com"; //leave this. I don't think it's even used
	this.debug = "none";	     // possible values: "client" "server" or "none"; This can be set manually or passed in via a querystring at run time
	this.trackDownloads = "true"; //leave this
	this.trackExternalLinks = "true"; // leave this
	this.currency="GBP"; //Adjust this is you have commerce tag calls in your site. otherwise don't worry about it
	this.referrername = "http://www.nike1-1.com"; // refferrer parameter //not actually used at the moment but if you link out to another Nike site you should append this referrer value to the querystring i.e. http://www.nike.com/nikeproeurope/?ref=http://nikewomenlatinamericas.com
}

