Adding personalisation parameters to the link

Add personalisation parameters to a link if you want the following to occur: When the recipient clicks the link, the recipient’s data is read out of the recipient table and passed a Web page or Web application.

This may be necessary in order to pass the email address or the name of the user to an online shop, for example.

Note that the parameter values are shown in the URL in unencrypted form.

Step by step

To add parameters with recipient table values to a link, proceed as follows:

  1. Open the mailing in the Editing workflow step.
  2. Click the position in your mailing where you would like to insert the (text) link.
  3. You can integrate different link types into a mailing by clicking (Insert link) in the mailing editor or by using the Ctrl + K shortcut.

    A dialog box appears.

  4. Select the desired link type.

    Detailed information on the link types can be found in the section Link types in Inxmail Professional.

  5. Specify your settings in the fields.
  6. Confirm the dialog box by clicking OK.

    The Inxmail Professional code for the link has been inserted into the mailing.

    Example

    Copy
    [%url:unique-count; "https://www.sample-company.org";"Go to online shop"; ; "link_shop"]
  7. Manually change the link to an HTML hyperlink.

    To do so, proceed as follows:

    1. Place the Inxmail Professional link code in quotation marks.

      Copy
      "[%url:unique-count; "https://www.sample-company.org"; "Go to online shop"; ; "link_shop"]"
    2. Add the HTML tags <a href=...> and </a> around the Inxmail Professional link code.

      Copy
      <a href="[%url:unique-count; "https://www.sample-company.org"; "Go to online shop"; ; "link_shop"]"></a> 
    3. Insert the link text (once again) between the <a href=...> and </a> HTML tags.

      Copy
      <a href="[%url:unique-count; "https://www.sample-company.org"; "Go to online shop"; ; "link_shop"]">Go to online shop</a>
  8. Add the personalisation parameters in the following format after the closing square bracket:

    Copy
    &Parametername=[Empfängertabellenspalte]
    <a href="[%url:unique-count; "https://www.sample-company.org"; "Go to online shop"; ; "link_shop"]&id=[CustomerNumber]">Go to online shop</a>
  9. Save your entries.
  • You have added personalisation parameters to a link.

 

Related topics