jkrall / analytical

Gem for managing multiple analytics services in your rails app.
MIT License
380 stars 92 forks source link

Clicky data collection is empty #42

Closed lgs closed 12 years ago

lgs commented 12 years ago

After following the Readme and configuring Clicky provider only, my data collection is empty.

Do you have suggestions to troubleshoot this ?

This is my HTML generated by HAML on Rails 3.2.2 : https://gist.github.com/2135704

jkrall commented 12 years ago

Looks OK to me at a glance. Maybe compare the HTML output with the snippet that Clicky is asking you to install to make sure nothing has changed and needs to be updated in the Clicky module...

On Mar 20, 2012, at 8:37 AM, "Luca G. Soave"reply@reply.github.com wrote:

After following the Readme and configuring Clicky provider only, my data collection is empty.

Do you have suggestions to troubleshoot this ?

This is my HTML generated by HAML on Rails 3.2.2 :

`<!DOCTYPE html>

GitWatcher | Homepage ... ... ... ``` ``` ` --- Reply to this email directly or view it on GitHub: https://github.com/jkrall/analytical/issues/42
lgs commented 12 years ago

... ok the README say: Add a configuration file (config/analytical.yml) to declare your API keys, like so:

production:
  google:
    key: UA-5555555-5
  clicky:
    key: 55555
development:
test:

but the provider specify : Site ID, Site key and Admin site key, and I exchanged Site ID with Site key my fault, sorry.

Luca