railslove / rack-tracker

Tracking made easy: Don’t fool around with adding tracking and analytics partials to your app and concentrate on the things that matter.
https://www.railslove.com/open-source
MIT License
647 stars 121 forks source link

No events being injected into the page #135

Closed JesseObrien closed 5 years ago

JesseObrien commented 5 years ago

Hi, I have this gem set up and the tracker seems to be injected properly but when I call the tracker from the controller I do not see any events being rendered into my page. I'm sort of at the end of my rope at this point, I've tried everything I can think of and it's still not rendering. Here's the setup I have:

Binding the trackers image

Calling the tracker image

Proof that it's injecting the script properly image

I also have a google analytics plugin installed in chrome and I can see it being initialized properly, but no events are coming through. I've checked do not track is not enabled, I don't have adblock or ghostery running on the page at all.

Anyone have any ideas?

JesseObrien commented 5 years ago

I removed the gem and reinstalled it and suddenly it started working. Not sure what happened there. 👎