The working scenarios is the following:
- let's say you have 5 salespersons (this works for a small number of salespeople);
- you plan to send a few thousand email and the recipients are all split between the 5 salespeople;
- basically, there are groups of contacts that should be seeing contact information of their salesperson on a page (like contacts from List1 see as a contact person salesperson Nick, whilr contacts from List2 see Jim)
- you want to do a single landing page for all contacts;
- you added to your eloqua database all needed info to be displayed for the salesperson;
1. For starters, what everybody knows and is the easiest thing to do is to put on the landing page field merges made on the contact field . Straightforward, make the fields you need, drag the fields to the page, like Fname, Lname, Title, Company, Phone (what you would need to display the contact info of the salesperson).
The page will be like TestDomain.com/Page

<span class="eloquaemail">PURL_First_Name_Sales1</span>
2. Go to the contacts section of eloqua, search each of your salesperson, and write down their PURL Name. Click to see all fields, copy the name. It will be like FnameLnameA1B2C3.
Create an excel file with 2 columns. Left one is email address, right is destination link. Add in it all destinataries and the destination page+purl. For e.g, paste all addresses from list 1, and since you want all those people to see salesperson's Nick contact info, for all of them, in the column on the right place the link "TestDomain.com/Page/FnameLnameA1B2C3", where "FnameLnameA1B2C3" is Nick's PURL Name.
NOTE: you could make the second column be just the PURL Name if you want to send all of them to the same page. If you add a full link as I suggested you could make recipient not only arrive to different PURL destination on the same page, but to also different destination links.
3. Create a new datacard with unique key email address having 2 fields.

One is email address, the other is Destintion link. Upload in it the excel made at point 2. Remember to tick the "map" contacts in the last dialogue window.


4. Create a new field merge on the destination link field in the datacard from point three. Add the span of this field merge as a link in the email you send to you recipient. What will do is to change the link based on the mapping you established in the dacard and link will be the one with the PURL corresponding to the person they want to see.
<a href="<span class="eloquaemail" >Purl_PurlLink1</span>" style="color: #333333 ;">LINK</a>.