Target Redirector not working!!! | Community
Skip to main content
Level 2
June 24, 2019
Solved

Target Redirector not working!!!

  • June 24, 2019
  • 2 replies
  • 4850 views

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:

https://optisightsps.tt.omtrdc.net/​m2/optisightsps/ubox/​page?mbox=redirectorlink_456&mboxDefault=http%3A%2F%2Fwww%2Eyo…

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by danieli22263765

I found the issue, in the Adobe docs this code snippet is wrong. The quotes need to be updated :-)

Test an email image Adbox

<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"/>

2 replies

danieli22263765AuthorAccepted solution
Level 2
June 24, 2019

I found the issue, in the Adobe docs this code snippet is wrong. The quotes need to be updated :-)

Test an email image Adbox

<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"/>

Adobe Employee
June 25, 2019

Thanks Daniel! I've submitted this doc update.

-Ryan