Re: How to capture visitor information
Presumably, since you seek to avoid having the respondents provide the desired information, you already know the identity of the recipients of the e-mails.
You need to construct a data base that contains such information, along with a unique Identifier.
Said Identifier needs to be included as a parameter in the URL in the e-mail. On the back end, at the simplest, as that parameter will be included in the data captured by your site's server log, you can extract both it & all associated activity from the log file.
|