Field mapping is used for matching up our known fields with whatever is in your mailing list
By mapping fields, you will be able to insert tokens into your microsite templates that will be replaced for each visitor to the site with their specific information. Here is a very simple example:
Let's say we have a simple coupon template where we want to display the visitors first name and last name. Our template might look something like this:
Hi %First_Name% %Last_Name%, Print this coupon for 20% off your next purchase |
By mapping your data into our known fields, the landing page would look like this:
Hi John Doe, Print this coupon for 20% off your next purchase |