Tracking events with javascript disabled
Hi
I would like to register some data in my countly instance from a third party site. However, I cannot include the tracking script.
The noscript tag makes it possible to track pageviews, etc.
Would it be possible to do the same with events?
Comments
Figured it out. It is possible:
<noscript><img src='https://stat.some-watch.com/pixel.png?app_key=XXX&device_id=testdevice&events=[{"key":"test","count":1}]'/></noscript>
Please sign in to leave a comment.