Expand my Community achievements bar.

SOLVED

Target Redirector not working!!!

Avatar

Level 3

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=h...

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

1 Accepted Solution

Avatar

Correct answer by
Level 3

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

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

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

Avatar

Employee Advisor

Thanks Daniel! I've submitted this doc update.

-Ryan