// This file contains values which change from site to site, and from language
// to language. It should be modified by the project manager.

// Insert the base of the omniture report name (it will be appended later
// with prod or preprod)
OMNITURE_REPORT_BASE_NAME = "nissaneunl";
// Language code (i.e. cs, fr...)
OMNITURE_LANGUAGE_CODE = "nl";
// Country code (i.e. czechrepublic)
OMNITURE_COUNTRY_CODE = "netherland";
// Site name
OMNITURE_SITE_NAME = "offresnissan";
// Currency code
OMNITURE_CURRENCY_CODE = "EUR";
