Expand my Community achievements bar.

JOIN US Next Wednesday, 12/6/23 @ 8am PT for the next Community Q&A Coffee Break! Bring your Machine Learning, AI Reporting & Analysis Questions to the chat. Experts Brent Kostak, Cristinel Anastasoaie, & Drew Burns of the Adobe Target Product Team will be providing deep insights and useful tips
SOLVED

Test page = Confirmation page mBox issue

Avatar

Level 2

We're trying to run a test where the confirmation page is the same as the initial landing page. The conversion trigger is simply a page refresh and is not loading properly. The error being thrown is attached.

1 Accepted Solution

Avatar

Correct answer by
Level 2

You need to use mboxUpdate vs. mboxCraete because this offer seems to be pulling in code to the page after it has rendered.  

View solution in original post

3 Replies

Avatar

Correct answer by
Level 2

You need to use mboxUpdate vs. mboxCraete because this offer seems to be pulling in code to the page after it has rendered.  

Avatar

Level 2

bhawkins wrote...

You need to use mboxUpdate vs. mboxCraete because this offer seems to be pulling in code to the page after it has rendered.  

    

 

Thanks. One more question - which would register as the conversion in Target: the blank mboxCreate or the populated mboxUpdate?

Avatar

Level 8

mboxUpdate would be the correct function. Refer to the example listed on this site.

 

Thanks

Nikhil