Why serve 1x1 pixel GIF (web bugs) data at all?

前端 未结 8 1318
名媛妹妹
名媛妹妹 2020-12-12 09:44

Many analytic and tracking tools are requesting 1x1 GIF image (web bug, invisible for the user) for cross-domain event storing/processing.

Why to serve this GIF i

8条回答
  •  再見小時候
    2020-12-12 10:07

    You don't have to serve an image if you are using the Beacon API (https://w3c.github.io/beacon/) implementation method.

    An error code would work if you have access to the log files of your server. The purpose of serving the image is to obtain more data about the user than you normally would with a log file.

提交回复
热议问题