Adobe Campaign Classic - Tracking without modifying URL
Hi all, there is a requirement to use tracking in ACC. In ACC, when any URL is used, the url in 'href' will be modified with some additional parameters which are used for tracking. Reference: Get started with personalized links tracking | Adobe Campaign
Now, I want to use the given URL in html as it is(the tracking should be present to track only Opens). Click tracking is not required.
Example:
If tracking is enabled and a link is added as: http://myurl.com/a.php
This is replaced for one particular recipient with: http://emailing.customer.com/r/?id=h617791,71ffa3,71ffa8
Expected output: http://myurl.com/a.php
Any thoughts will be great help and much appreciated.
Update:
Expected output: Only Opens should be tracked. Clicks not to be tracked(to avoid the url modification).