If you're coming from an email it will pass an email recipient id, which is used to do the lookup. You just need to pass that along, query string param "elq". You should be able to use the field merge for the recipient id on the landing pages and just add that to the links on the landing page. Your links will look something like: <a href='http://www.mylink.com/path?elq=<span class="eloquaemail" >recipientid</span>'>name of link</a>
↧