I'm attempting to create a Redirector as per this documentation: Work with redirectors , upon following the instruction no Redirector mbox is being created in my Adobe Taget mbox list.
My Redirector URL is as follows:
I'm 100% certain this is correct but when pasted into browser to verify it fails and no mbox is created, any ideas?
Thanks
Dan
Solved! Go to Solution.
I found the issue, in the Adobe docs this code snippet is wrong. The quotes need to be updated :-)
<img src=“https://{clientcode}.tt.omtrdc.net/m2/{clientcode}/ubox/image?
mbox={email_header}&
mboxDefault={http%3A%2F%2Fwww.domain.com%2Fheader.jpg}&
mboxXDomain=disabled&
mboxSession={123456}&
mboxPC={123456}” border=“0"/>
it should actually be:
<img src="https://{clientcode}.tt.omtrdc.net/m2/{clientcode}/ubox/image?
mbox={email_header}&
mboxDefault={http%3A%2F%2Fwww.domain.com%2Fheader.jpg}&
mboxXDomain=disabled&
mboxSession={123456}&
mboxPC={123456}" border="0"/>
I found the issue, in the Adobe docs this code snippet is wrong. The quotes need to be updated :-)
<img src=“https://{clientcode}.tt.omtrdc.net/m2/{clientcode}/ubox/image?
mbox={email_header}&
mboxDefault={http%3A%2F%2Fwww.domain.com%2Fheader.jpg}&
mboxXDomain=disabled&
mboxSession={123456}&
mboxPC={123456}” border=“0"/>
it should actually be:
<img src="https://{clientcode}.tt.omtrdc.net/m2/{clientcode}/ubox/image?
mbox={email_header}&
mboxDefault={http%3A%2F%2Fwww.domain.com%2Fheader.jpg}&
mboxXDomain=disabled&
mboxSession={123456}&
mboxPC={123456}" border="0"/>
Thanks Daniel! I've submitted this doc update.
-Ryan
Views
Replies
Total Likes
Views
Likes
Replies