Link to home
Start Free TrialLog in
Avatar of Sudhanshum
Sudhanshum

asked on

Received Email Button Click Capture

Hi I am sending email to many people with button on that email.When User will click on that button,One document file will open,It may be PDF or .Aspx file. My Problem is If customer click on that button then how can I record which customer clicked on that email automatically? I can't give customerid on that link because that email is generated through email blast and sent to many people. Is it possible to capture that without asking them to login? Please help.
Avatar of Najam Uddin
Najam Uddin
Flag of United States of America image

Can you rephrase a bit, about what are you  trying to accomplish? Apologizes, but I have no idea what your are trying to ask.
Avatar of Sudhanshum
Sudhanshum

ASKER

Hi Najam,

    I have one tool named email blast which send predefined html file(that html file contain button and text)  to many people.When some one get that mail and click on view details button(which came through html file) on his received email then we would like to capture his click,this way we will know which customer were interested in our report.Is it possible to send his email id when click.

Regards,
Sudhanshu
You can capture click in html through java script but that will not solve your problem as you don't have any mechanism to differentiate between users.

Here is a solution: I suppose that view button will bring users to your website. Create url to your report page with a query string and for each email you send with this url, create a unique code and append this code in url. When user will open your page that url will contain unique code and will help you identify who opened that page.
ASKER CERTIFIED SOLUTION
Avatar of Sudhanshum
Sudhanshum

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
not got answer