Trackable link redirect to own website

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

JGF
Posts: 2
Joined: Fri Oct 16, 2009 3:03 pm

Trackable link redirect to own website

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

Post by maschoff »

Have you tried

Code: Select all

<a href="http://www.mywebsite.com/webpagepart/##9.3 ATrackingCode##"> 
(like usage of ##AGNUID##)?
OpenEMM Maintainer
JGF
Posts: 2
Joined: Fri Oct 16, 2009 3:03 pm

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

Post by maschoff »

Did you try my example too? (it should work.)
OpenEMM Maintainer
Post Reply