Adobe target profile tag values overwriting each other
We are experiencing an issue when updating existing Adobe Target customer profile through the bulk profile update API V2: https://developers.adobetarget.com/api/#updating-profiles We start with an existing contact my_contact_1: We update this contact with the bulk profile update V2 API with body: At this point we expect the contact to have tags {"a": "a_value", "b": "b_value"}. There is this line in the documentation: "Consecutive V2 batch update calls without mbox calls in between for the same thirdPartyIds override the properties updated in the first batch update call.". But its not clear what an mbox call is in this case. We tried performing all kinds of calls in between and tag values still get overwritten. What happened to tag "a"? How can I prevent the old values from being overwritten? |