I am doing a PHP tool to track my email campaigns (only for my customers, not for spamming).
The logic is the following:
- Number of sent emails.
- Number of people who open the email.
- Number of people who clicks on the link inside the email.
- Final conversion number.
The thing is: I know how to count the sent and opened emails. But not how to track the number of customers that click the link inside the email and if that customer do conversion or not. Any idea?
Btw: I can share the repo to develop the tool together if you're interested :)
Thank you folks!