Adobe Target : Change the CTA for the Image | Community
Skip to main content
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 costa_n11

Sorry for the late reply, in Target, the trick is at 2 levels:

Thanks,

Denis.

3 replies

Adobe Employee
December 16, 2020

HI,

In the out-of-the-box ACC/AT integration (mBox), the CTA for the image coming from Target is also coming from Target. 

The HTML in the email looks like the following

 

<P><a href='https://CustomerAT.tt.omtrdc.net/m2/CustomerAT/ubox/raw?mboxXDomain=disabled&mboxXDomainCheck=true&mboxSession=<%= (document.mode == "preview")? Math.random() * 10000: message.id%>&mboxPC=<%= (document.mode == "preview")? Math.random() * 10000 : message.id%><%= (document.mode == "preview" || delivery.FCP) ? "&mboxHost=Preview": "" %>&paramId=<%= targetData.paramId %>&mbox=email_rawbox_click&mboxDefault=https%3A%2F%2Fblogsimages.adobe.com%2Fwp-content%2Fthemes%2FAdobe_Home%2Fimages%2FAdobe_Remix_GMUNK.png&at_property=' target="_blank"><IMG
style="BORDER-TOP: medium none; BORDER-RIGHT: medium none; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none"
alt="Dynamic Image"
src='https://CustomerAT.tt.omtrdc.net/m2/customerAT/ubox/raw?mboxXDomain=disabled&amp;mboxXDomainCheck=true&amp;mboxSession=<%= (document.mode == "preview")? Math.random() * 10000: message.id%>&amp;mboxPC=<%= (document.mode == "preview")? Math.random() * 10000 : message.id%><%= (document.mode == "preview" || delivery.FCP) ? "&amp;mboxHost=Preview": "" %>&amp;paramId=<%= targetData.paramId %>&amp;mbox=email_rawbox&amp;mboxDefault=https%3A%2F%2Fblogsimages.adobe.com%2Fwp-content%2Fthemes%2FAdobe_Home%2Fimages%2FAdobe_Remix_GMUNK.png&amp;at_property='></A></P>

 

As you see, the CTA is a AT mbox request that will execute the same logic than the image inbox but will do a redirect instead of returning an offer.

 

Hope this helps,

 

Thanks


Denis

Level 3
December 16, 2020

Denis , But can you please give example how you setup mbox=email_rawbox_click in target for change the CTA URL?

costa_n11Adobe EmployeeAccepted solution
Adobe Employee
December 18, 2020

Sorry for the late reply, in Target, the trick is at 2 levels:

Thanks,

Denis.