Hello,
replying to my own post, so it may help others.
I had to modify java classes to prevent link tracking by default.
Contrarily to what I thought in my previous post, the class concerned is:
MailingImpl.java in org.agnitas.beans.impl
- Changed 2 lines, between around lines 577 to 600: switched ...
Search found 3 matches
- Fri Jun 26, 2009 6:47 am
- Forum: Development
- Topic: Disabling link tracking
- Replies: 4
- Views: 13828
- Tue Jun 23, 2009 9:44 am
- Forum: Development
- Topic: Disabling link tracking
- Replies: 4
- Views: 13828
Disabling link tracking
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 ...
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 ...
- Tue Jun 23, 2009 7:20 am
- Forum: Using OpenEMM
- Topic: Link Tracking - Default Handling
- Replies: 1
- Views: 3677
Re: Link Tracking - Default Handling
Hello,
Is it possible to change the default Handling of the Link Tracking System to HTML only or no? I couldn't find any configuration settings ...
Thank you & best regards,
Christian
Hello,
I'd also need to know how (if) link tracking can be globally disabled!
I have been searching: the ...
Is it possible to change the default Handling of the Link Tracking System to HTML only or no? I couldn't find any configuration settings ...
Thank you & best regards,
Christian
Hello,
I'd also need to know how (if) link tracking can be globally disabled!
I have been searching: the ...
