I really like tracking pixel feature of Shynet.
I tried to use it in vue based static site generator (Gridsome).
It works similar to SPA. There is no full page load which cause problem with caching.
I tried to solve it by appending url with query parameter but it caused new problem.
Tracking pixel with query parameter is blocked by uBlock
Finally I solve it by adding new url in Shynet to accept random number inside tracking pixel address.
I really like tracking pixel feature of Shynet. I tried to use it in vue based static site generator (Gridsome). It works similar to SPA. There is no full page load which cause problem with caching.
I tried to solve it by appending url with query parameter but it caused new problem. Tracking pixel with query parameter is blocked by uBlock
Finally I solve it by adding new url in Shynet to accept random number inside tracking pixel address.
Is there a better solution? Should I create PR with this new url?