Expand my Community achievements bar.

Take 10 minutes to complete an Adobe Target review on Gartner Peer Insights, and as a thank you for your time, you’ll have the option to receive a $25 gift card!
SOLVED

Why always Mbox id is 0 in Adobe debugger?

Avatar

Level 2

Hi All,

Why always Mbox id is 0 in Adobe debugger? can you please help me to understand this and is there  any document/article on this

Screenshot:

1321866_pastedImage_0.png

Looking forward for response

Thank in advance,

Adarsh

1 Accepted Solution

Avatar

Correct answer by
Employee

This is because software/programming languages often count starting at zero instead of starting at 1.

If there's one mbox on the page, it would have the ID of 0. If there are three on a page, their IDs would be 0, 1, and 2.

Have a good day!

Daniel

View solution in original post

6 Replies

Avatar

Administrator

Thanks for your questions Adarsh! These might be a good first places to start in understanding why the mbox id is 0 in the debugger: Installing the Debugging Tools and Performing QA Steps.

Warmly,

Amelia

Avatar

Correct answer by
Employee

This is because software/programming languages often count starting at zero instead of starting at 1.

If there's one mbox on the page, it would have the ID of 0. If there are three on a page, their IDs would be 0, 1, and 2.

Have a good day!

Daniel

Avatar

Administrator

Thanks for that helpful explanation, Daniel!

Avatar

Level 2

Thank you so much Daniel and Amelia for info

Regards,
Adarsh