Insert into a mailing without a template
In the case of HTML and text mailings, it is necessary for the personalisation of the link to append the params=[%online_params] command to the URL for the ‘Profile management’ Web page. In addition, if tracking is desired, the [%url:unique-count] command needs to be integrated into the link.
Below is an example of a link with and without tracking.
Structure of the link – without tracking
<a href="https://inxmail_profiles/jsp/standard_profile.jsp?params=[%online_params]">To your profile</a>
Structure of the link – with personalised tracking
<a href="[%url:unique-count;"https://inxmail_profiles/jsp/standard_profile.jsp"] &params=[%online_params]">To your profile</a>
Step by step
To insert the link to the ‘Profile management’ Web page into a mailing that is not based on a template, proceed as follows:
- Click the (Global settings) tab, Files & web pages agent, Web pages tab and select the relevant web page.
- For the required web page, right-click the Link address column.
-
Click Copy in the shortcut menu.
- Open the mailing into which you would like to insert the link in the Editing workflow step.
- Position the cursor at the point in the mailing where you would like to insert the link.
-
Enter the code for the link to the ‘Profile management’ Web page as shown in the following examples:
Example: Standard link (without tracking)
<a href="https://inxmail_profiles/jsp/standard_profile.jsp?params=[%online_params]">To your profile</a>
Example: Link with personalised tracking
<a href="[%url:unique-count;"https://inxmail_profiles/jsp/standard_profile.jsp"] &params=[%online_params]">To your profile</a>
- Save the mailing.
-
You have inserted the link to the ‘Profile management’ Web page into a mailing that is not based on a template.
Note: The required parameters are transferred in encrypted form to the ‘Profile management’ Web page.