== Overview ==
== Challenges of Mail Tracking ==
This brings us to Clickthru. Previously this too required serious IT involvement. The BE Clickthru solution, however, minimises setup and makes the process manageable at user level.
== Understanding how a Clickthru works ==
To the user this is almost instantaneous and takes no longer than a normal page would to open and load. Processing time is on average 0.2 seconds, to get to BE and then out to the new server.
= = Setting up a Clickthru ==
== Reporting on Clickthru ==
== Clickthru Visibility ==
The Clickthru will also be stored in the contact history, so agents can see when a link has been clicked and how many times.
= Sample HTML for your own Clickthru =
* Form 711
* strCDA_771_field_1_1 is Firstname
* strCDA_771_field_0_6 is product interested in
<syntaxhighlight lang="html4strict">
<h2>Welcome --strCDA_771_field_1_1--,</h2>
<p> </p>
<p>This is a clickthru demonstration email for your interest in --strCDA_771_field_0_6--.</p>
<p> </p>
<p><a href="{Clickthru-http://www.bxpsoftware.com/wixi/index.php?title=Communications_-_Email_Clickthru}">There is more information in our Wixi</a></p>
<p> </p>
<p>If you need anything else, please contact us at <a href="mailto:support@allnone.ie">support@allnone.ie</a></p>
<p> </p>
<p>Kind regards,</p>
<p>The bxp software development team.</p>
</syntaxhighlight>