With MS Dynamics CRM 2012, is there a way of adding tracking codes to the end of each of the links within the email?
So we can identify which contacts clicked on the links to our website.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not out of the box.
But CRM is xRM, so you can do this multiple ways. Probably the easiest that comes to mind is to modify the email template to include the GUID of the recipient in the URL as a parameter. Then inside your website (where the link directs to), log the visit based off of the GUID parameter.