I'm tried to host a static Jekyll based website (sort of blog) with an S3 bucket and redirecting my domain name to the bucket (using a mask by now, but am considering define CNAME for it).
Anyway, I created my website's prototype and tested it via the jekyll serve
command and everything is working fine, Google analytics show almost immediately that I have a visitor.
After that, I uploaded the page using s3_website and everything, but Google Analytics, seems to be working fine. I googled it and it looks like I'm not the only one with this problem.
Some solutions I tried out: I checked the whole GA code to see if it's correct (and it is otherwise it would work locally), I turned the whole bucket public, tried going to the link directly, and can't figure it out...
What else should I try to get this working?