Closed readysetawesome closed 12 years ago
Added to config/analytical.yml:
production: development: kissmetrics: key: XXXXXXXX mixpanel: key: XXXXXXXX
And added the following to my controller: analytical :use_session_store => true
Added the following to my site's layout, in <head>: <%= raw analytical.head_prepend_javascript %>
I followed the README, any idea what I might be doing wrong?
I see the problem! Was including the "analytical" keyword in the wrong controller! Duhh.
Added to config/analytical.yml:
production: development: kissmetrics: key: XXXXXXXX mixpanel: key: XXXXXXXX
And added the following to my controller: analytical :use_session_store => true
Added the following to my site's layout, in <head>: <%= raw analytical.head_prepend_javascript %>
I followed the README, any idea what I might be doing wrong?