Question
Send to Target - Customer Id (mbox3rdPartyId)
Using at.js implementation as a value for mbox3rdPartyId we can send crmID or email address and then profiles in Target would be sitched? Or we can send only crmID?
targetPageParams = function() {
return {
"mbox3rdPartyId": "TT8675309"
};
};