Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 1st edition of the Target Community Lens newsletter is out now! Click to the right to find all the latest updates
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"/>

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