DTM/Target redirect offers
Has anybody been able to integrate Target via DTM and use a redirect offer?
I've implemented the mbox call as seen on the "Configure synchronous mbox.js loading" help file at http://microsite.omniture.com/t2/help/en_US/dtm/t_target_synchronous_load.html.
This seems to work fine when Target is just replacing content on the page. However, for a redirect type, it outputs something like this into the mbox instead of actually redirecting the page:
mboxCurrent.setOnLoad(function() {window.location.replace('url of redirect');});
I know the redirect offer itself works as I've implemented it on a different page not using DTM and it redirects fine.