Page 1 of 1
[SOLVED] http links broken
Posted: Tue Jan 22, 2008 10:36 am
by bknaus
Hi,
all links starting with "http://" will be automatically converted to following:
http://news.domain.de:8081/r.html?uid=1 ... 55nujqmp0z
rdir_domain in database ist
http://news.domain.de:8081
If I add a link like
http://www.google.de , it will be also converted.
Is there a way to disable these funktion? Of cource convertation of unsubscribe links should work furthermore:
http://news.domain.de:8081/form.do?agnC ... ID=[agnUID]
OpenEMM Version 5.3.2
Nice regards
Posted: Tue Jan 22, 2008 3:56 pm
by harfst
On the Trackable Links tab, select each link, edit, and set it to not trackable.
Posted: Tue Jan 22, 2008 11:42 pm
by ybilas
Seems like making links not trackable breaks tag resolution though

My unsubscribe link in the mailing looks like this:
Code: Select all
<a href="http://192.168.139.129/form.do?agnCI=1&agnFN=UnsubscribeQuery&agnUID=##AGNUID##">Unsubscribe</a>
After I made it untrackable, the link in the mailing looks like this:
Code: Select all
http://192.168.139.129/form.do?agnCI=1&agnFN=UnsubscribeQuery&agnUID=##AGNUID##
##AGNUID## isn't being replaced with real user id.
Appreciate any help of course...
Posted: Wed Jan 23, 2008 12:52 pm
by maschoff
An unsubscribe link must be a trackable link, otherwise the AGNUID tag can not be replaced by the real UID.
Posted: Wed Jan 23, 2008 3:11 pm
by ybilas
ma wrote:An unsubscribe link must be a trackable link, otherwise the AGNUID tag can not be replaced by the real UID.
I'd have to disagree with that statement. Following suggestions from other forum's posts I've replaced ##AGNUID## with [agnUID] and it worked. Is there any drawbacks to this solution?
Posted: Wed Jan 23, 2008 4:38 pm
by harfst
Links you want to be tracked or links that you want an action to take place must be trackable, and will/must be modified by the system to point back to the openemm server in order to function.
Links that you don't need to track and don't want converted, make untrackable.
The openemm system must be put in the middle in order to track or take action on a click.
Posted: Wed Jan 23, 2008 7:15 pm
by maschoff
Replacing ##AGNUID## with [agnUID] is an undocumented feature and should be avoided to prevent compatibility problems.