Sharable link using mkt_token?

Anonymous
Not applicable

Hi,

I wonder if you can point me in the right direction.  I am using mkt_token in an email link to a landing page, so that I can pull in a unique value from the page visitors contact record using a token in some JS on the page.  Here is the bit of JS:

<script>

var xmlhttp = new XMLHttpRequest();

var url = "checker.blackducksoftware.com:8080{{lead.sCReportURL1}}";

The value in the field “sCReportURL1”, is the relative URL to the report we are generating for the site visitor that is using our free “code scanner”.  It is unique to that user.

The problem here is that this link and landing page are now not “sharable” within the prospects organization. We want him/her to be able to share the link and for others to view the report.  So the link is personalized and dynamic in the beginning, but later it needs to be static and sharable.  Is this possible?

-Chris

11 REPLIES 11