Skip to main content
Level 2
October 16, 2015
Beantwortet

Test page = Confirmation page mBox issue

  • October 16, 2015
  • 3 Antworten
  • 2134 Ansichten

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.

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von bhawkins34

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

3 Antworten

Level 8
October 16, 2015

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

 

Thanks

Nikhil

Level 2
October 16, 2015

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?

bhawkins34Antwort
Level 3
October 16, 2015

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