


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 ".").
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.
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?