Question
Uploading similar leads
I have a lead schema that is {uniqueId, email}, and customObject schema {uniqueId, email, otherThing1, etc}
However, Even though the uniqueIds are never to be duplicated, email can be. But when i upload leads like so:
{uniqueId:1, email me@gmail.com},
then later
{uniqueId:2, email me@gmail.com}
marketo always overwrites the uniqueId and doesnt create a new Person.
Tips?