Page 1 of 1

Trackable link redirect to own website

Posted: Fri Oct 16, 2009 6:35 pm
by JGF
Hi, I searched the forum and read the manual but could not find a solution for the following problem.

I created a template with the following link:

<a href="http://www.mywebsite.com/webpagepart/[agnDYN name="9.3 ATrackingCode"/]">

Problem is that the href is not translated to a trackable link in the email.

If you only put the part: http....webpagepart/ in the href part the link is translated (with redirect) correctly.
If you put only the part: [agnDYN name="9.3 ATrackingCode"/] in the href the link is translated (with redirect) correctly.

If you put both parts ( http.../webpagepart/[agnDYN name="9.3 ATrackingCode"/] ) in the href part the link is not trackable by the openemm server. Is there any work around or solution?

We want to put a trackingcode on every url like this.

I need a redirect to the openemm server + trackingcode to the targetserver (i.e. webserver).

Any help is welcome.

Posted: Mon Oct 26, 2009 8:56 am
by maschoff
Have you tried

Code: Select all

<a href="http://www.mywebsite.com/webpagepart/##9.3 ATrackingCode##"> 
(like usage of ##AGNUID##)?

Posted: Mon Oct 26, 2009 1:23 pm
by JGF
Hi ma,

I tried http://www.mywebsite.com/webpagepart/##agnDYN name="9.3 ATrackingCode# But it's not working.

I get a link back like this:

http://www.mywebsite.com/r.html?uid=1.8 ... ackingCode##

It can't handle a variabel from the content part in a link or something like that.

Posted: Mon Oct 26, 2009 1:36 pm
by maschoff
Did you try my example too? (it should work.)