Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!

mboxFactoryDefault.getPCId().getId(); equivalent for at.js

Avatar

Level 2

I am looking for a way to get the Mbox PCID via AT.js.  Currently, response tokens for tntID is dropping the edge and application numbers (everything after the "."). 

1 Reply

Avatar

Level 4

I feel inadequate trying to help you Brian, but I'll add my 2 cents. Here's a couple ways we've grabbed this since migrating to at.js

1. Grabbing it through the cookie.

getCookie('mbox') gives you session and PCID. We just parse out the value we need.

1456882_pastedImage_4.png

2.  define a variable in the html offer with '${user.PCID}' and the grab it once the offer loads.

Also, what is the use case that you'd be trying to accomplish with this?