You need to sign in to do that
Don't have an account?
Santosh S
to track the Click on the Link inside Email
Using 'Mass Email Lead' option for sending Email to particular Lead
Need help to track the click on the link (inside the email) by the Email receiver (only the count of Click on the link to be tracked)
Please Help
Warm Regards
Okay, I thought the requirement was slightly different. However, the solution is more or less the same. I was not suggesting a VF email template but just a VF page
Santhosh wants to track the clicks to the link in the email. The link is to a website so any tracking from the web server is not available in SF. Lets modify my suggestion as given here below:
Hope this makes sense now?
~LVS
All Answers
What kind of link you are sending in email Is it some application?
As per my understanding, you can do tracking in the website that you are opening as you do not have any control on the email that you have sent from salesforce.
Hi Santosh,
You need to have Sites enabled for this. Create a VF page which renders only an image - something like a footer or company letterpad. When the user reads the email, he sends a request to Salesforce to view this image. In the constructor of the controller for the visualforce page, you can perform logic you need to do when an email is read.
Additionally, you can track individual emails by adding a unique code as an URL parameter etc.
This is the standard way of getting client information via emails being read. The only difference in Salesforce is we need to use Sites to make the URL publicly accessible. Hope this helps. Let me know if you have any questions.
~LVS
Hi,
You are suggesting to create one vf email template with an image? But where does sites come into picture?
Santosh wants to track the clicking of link of some other application(which is not related to salesforce sites)?
Can you please put some more light on this - how will this be implemented.
Thanks.
Okay, I thought the requirement was slightly different. However, the solution is more or less the same. I was not suggesting a VF email template but just a VF page
Santhosh wants to track the clicks to the link in the email. The link is to a website so any tracking from the web server is not available in SF. Lets modify my suggestion as given here below:
Hope this makes sense now?
~LVS
Hi LVS,
Your suggestion seems to be alright. It should work.
Regards,
Sushil