I am creating an information landing page that I intend to cold email out to a bunch of potential clients. I need to track customers that not only open the email (I know how to do that) but track which email recipients actually navigated to the landing page.
In a custom web application I would do this by sending them a link to the landing page that's something like www.site.com/landing?rec=my@email.com, and upon seeing the querystring I would put that in the database.
Are there any wordpress plugins to do something like that?