added variable for google tracking id

This commit is contained in:
B Mathis 2009-11-25 08:02:28 -06:00
parent 50c0368400
commit f6e169a8dc
1 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ delicious_count: 3
full_url: full_url:
disqus_short_name: disqus_short_name:
google_custom_search_id: google_custom_search_id:
google_analytics: true google_analytics_tracking_id:
--- ---
@ -103,10 +103,10 @@ google_analytics: true
} }
document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/#{page.disqus_short_name}/get_num_replies.js' + query + '"></' + 'script>'); document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/#{page.disqus_short_name}/get_num_replies.js' + query + '"></' + 'script>');
})(); })();
- if page.respond_to? :google_analytics - if page.respond_to? :google_analytics_tracking_id
//Google Analytics code //Google Analytics code
:javascript :javascript
try { try {
var pageTracker = _gat._getTracker("UA-10876422-1"); var pageTracker = _gat._getTracker("#{google_analytics_tracking_id}");
pageTracker._trackPageview(); pageTracker._trackPageview();
} catch(err) {} } catch(err) {}