Forums » Developers



Logging goals on multiple sites

Hi, we are tracking stats across 2 sites for certain pages and also using custom goals are noticing that the goals are only being logged on one of the sites. Here's what our tracking setup looks like:



var clicky_custom = {'goal':{'name':'Viewed Page'}};


...


var clicky_site_ids = ['XXXX4459','XXXX0748'];
(function() {
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = '//hello.staticstuff.net/w/__stats.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);
})();



That goal will only appear in one of those sites even though all other stats are showing up in both places.

Any ideas what the issue is and if there's a fix?


Thanks!

Posted Mon Mar 25 2013 3:03p by bkeog***


we good

Posted Mon Mar 25 2013 7:05p by angelmd***


You must be logged in to your account to post!