AEP - Upsert
Hi,
My data is: Email: abc@test.com, Firstname: abc, Lastname: xyz
I want to change it to: Email: abc@test.com, Firstname: abc, Lastname: xyz, City:Pune, Address:Halli
Steps i followed:
1)Created a dataset.
2) Disabled for profiling
3) Enabled for profiling and upsert.
When i want to create a new record, i send through API. Second time i sent through Batch, Upsert works perfect.
But when i create a new record through api, and try to update data through api by using below,
"operations": {
"data": "merge"
}
It does not work. Please note that I have only 1 identity which is email so i did not create identity dataset.
Please let me know where I am going wrong ?