[SOLVED] http links broken

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

bknaus
Posts: 3
Joined: Mon Dec 31, 2007 11:38 am
Location: Wiesbaden
Contact:

[SOLVED] http links broken

Post 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
Last edited by bknaus on Thu Jan 24, 2008 10:11 am, edited 2 times in total.
harfst
Posts: 18
Joined: Fri Jan 11, 2008 11:58 pm

Post by harfst »

On the Trackable Links tab, select each link, edit, and set it to not trackable.
ybilas
Posts: 4
Joined: Tue Jan 22, 2008 11:37 pm

Post 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...
maschoff
Site Admin
Posts: 2608
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

An unsubscribe link must be a trackable link, otherwise the AGNUID tag can not be replaced by the real UID.
OpenEMM Maintainer
ybilas
Posts: 4
Joined: Tue Jan 22, 2008 11:37 pm

Post 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?
Last edited by ybilas on Wed Jan 23, 2008 5:26 pm, edited 1 time in total.
harfst
Posts: 18
Joined: Fri Jan 11, 2008 11:58 pm

Post 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.
maschoff
Site Admin
Posts: 2608
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

Replacing ##AGNUID## with [agnUID] is an undocumented feature and should be avoided to prevent compatibility problems.
OpenEMM Maintainer
Post Reply