Hello,
I need to have link tracking disabled by default.
I have searched and located where the value of field "measure_type" in table "rdir_url_tbl" was set, and found it here:
class: MailingDaoImpl.java in package org.agnitas.dao.impl
line #155:
trkLink.setUsage(TrackableLink.TRACKABLE_TEXT_HTML);
this constant in class TrackableLink sets the value to 3.
I'd need this to be 0 (TrackableLink.TRACKABLE_NONE)
I could try and change/recompile class MailingDaoImpl.java to suit my needs, but I guess the correct way would be to have this configurable in an external text or xml file.
Any option you can propose?
Thanks a lot,
Daniel
