What is the most fastest way to update a users profile which includes mbox3rdPartyId?
I'd like to try updating user's profile attributes as way to use them in experience targeting (hide/show different content if they've seen it in the past x-amount of days). It seems there's always a undetermined delay. I've tried using the Profile API directly and the trackEvent() function.
I'm using mbox3rdPartyId and then trying to fetch the profile by the mbox3rdPartyId.
This is also all happening client side in the browser.
Any recommendations?