gaAddons - Google Analytics Addons by Stéphane Hamel
Easily integrates 4Q by iPerceptions with Google Analytics. This replaces the default 4Q integration script and automatically add the advanced 4Q + GA integration. By default, this feature will overwrite the _setAllowLinker and _setDomainName values to allow tracking across multiple domains (your domain and 4q.iperceptions.com).
"account" is the sdfc code provided by 4Q.
4Q integration uses several custom variables slots, be careful if you use this feature alongside other gaAddons features also making use of custom variables (namely, _setDayOfWeek). In this case, only the last value being set during the session will be recorded. The 4Q custom variables being used are:
_gaq.push(['_4Q', {
account: '', // mandatory string
loc: '4Q-WEB2', // optional string
lID: 1, // optional integer
src: 'http://4qinvite.4q.iperceptions.com/1.aspx', // optional url
allowLinker: true, // optional boolean
domainName: 'none' // optional string
}]);