Expand my Community achievements bar.

Applications for the 2024 Adobe Target Community Mentorship Program are open! Click to the right to learn more about participating as either an Aspirant, to professionally level up with a new Certification, or as a Mentor, to share your Adobe Target expertise and inspire through your leadership! Submit your application today.
SOLVED

mbox.js is throwing error.

Avatar

Level 1

I have placed the code in the header section of the website. I am testing my hands on Adobe Target tool but I am facing an error "mbox.js:1 Uncaught TypeError: TNT.a.Bb is not a function" . What could be the possible reason. Any help is accepted. I am stuck from many days.

Here is the url

mbox.png

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Abhishek,

I tried to debug the issue at my end . The above error occurs on Chrome Browser & not the firefox however in the debugger the global mbox call is successfully firing and even the mbox.js is successfully loaded on the page in chrome as well firefox.

For better debugging of mbox call : can you check the mbox trace by adding the url with the below parameter

?mboxTrace=window&authorization="your-authntication-token"

You can grab the authentication token from your marketing cloud by going to  [Target -> Setup Tab -> Implementation on Left Rail ]

123.png

Regards

Parit Mittal

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi Abhishek,

I tried to debug the issue at my end . The above error occurs on Chrome Browser & not the firefox however in the debugger the global mbox call is successfully firing and even the mbox.js is successfully loaded on the page in chrome as well firefox.

For better debugging of mbox call : can you check the mbox trace by adding the url with the below parameter

?mboxTrace=window&authorization="your-authntication-token"

You can grab the authentication token from your marketing cloud by going to  [Target -> Setup Tab -> Implementation on Left Rail ]

123.png

Regards

Parit Mittal