emptygif
Idioma: Español

Todos los lenguajes y frameworks

HTML email tracking pixel HTML

Un fragmento en HTML para HTML email tracking pixel que responde a las peticiones a /pixel.gif con el GIF vacío, decodificado una sola vez al arrancar.

HTML email tracking pixel HTML

Archivo
email.html
<!-- Just before </body>. Mail clients block data: URIs, so point at your
     pixel endpoint; the query string identifies the message/recipient. -->
<img src="https://example.com/pixel.gif?m=MESSAGE_ID" width="1" height="1" alt=""
     style="display:block;width:1px;height:1px;border:0;">

Revisado según la documentación actual del framework.

Sitio oficial: HTML email tracking pixel

Más en HTML