I recently tried using Target Classic's mbox3rdPartyId feature without
success. I'm hoping someone might be able to tell me why it did not work
for me.I created a new offer that started capturing a new unique ids off
logged in users on my website. $(window).load(function(){
$("#footer").before("<div id='thirdpartyid'></div>"); });
setTimeout(function(){ var visitorId = getCookieByName("uniqueId"); var
customerNameCookie = getCookieByName( 'VisitorUsaFullName' );
if(customerNameCookie == '' || customerNameCookie == null ){ //do
nothing because user is not recognized }else{
mboxDefine('thirdpartyid','thirdPartyId','mbox3rdPartyId=' + visitorId);
mboxUpdate('thirdPartyId', 'mbox3rdPartyId=' + visitorId); } }, 2000)
I created a CSV file with some profile parameters for my own
profile and then did a batch upload using Terminal.curl -X POST
--data-binary @bulkprofile.txt
http://xxxxxxx.tt.omtrdc.net/m2/xxxxxx/v2/profile/batchUpdate
truehttp://mboxedge20.tt.omtrdc.net...