HTML email tracking pixel HTML
ตัวอย่างโค้ด HTML สำหรับ HTML email tracking pixel ที่ตอบคำขอไปยัง /pixel.gif ด้วย GIF ว่าง ซึ่งถอดรหัสเพียงครั้งเดียวตอนเริ่มทำงาน
HTML email tracking pixel 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;">
ตรวจสอบกับเอกสารปัจจุบันของเฟรมเวิร์กแล้ว
เว็บไซต์ทางการ: HTML email tracking pixel