X
X
Xlaber2015-09-20 12:55:57
Email
Xlaber, 2015-09-20 12:55:57

How to track email statistics?

How to track who opened the letter from the email list?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Skogorev, 2015-09-22
@EnterSandman

Expanding on @only-victor's answer

<?php
$src = './myimage.png'; //путь к реальной картинке
$image = imagecreatefrompng($src); //грузим её с помощью GD
header("Content-type: image/png"); //говорим браузеру что будем отдавать PNG
imagepng($image); отдаём картинку

//тут ваш код

accordingly, you can insert it into the letter
and it will be loaded from your server and execute the code, but for the same gmail, if I'm not mistaken, pictures are disabled by default

A
Alejandro Esquire, 2015-09-20
@A1ejandro

Look at the RFC, there is a parameter responsible for the "With confirmation" feature. But it only includes in the letter the possibility that the recipient must approve the sending of such confirmation. This is usually done only in the case of expected emails. For some reason it seems to me that you are going to send spam and it will not work for you ....

V
Victor, 2015-09-21
@only-victor

Usually they embed an iframe or img with a link to a script that calculates statistics. When the email is opened, the iframe or img makes a request to your script.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question