I have a daily cron job that email PDFs to customers. I want to get a measure of how many of those PDF files are opened. What techniques are available?
The standard technique in a web page is to include an img tag with a src reference to a server endpoint that records the ping. But it seems that PDF doesn't allow external image references.
Is there some way to accomplish what I want?
Update: we're considering having the email carry a link to the PDF, but there are reasons we don't want to, so I'm interested to hear other options.