Hi All,
I wanted to understand if I send same field value in two different objects in and array with each of these objects containing other different fields, how does CJA interpret this data.
For example, if I sent an event to AEP which had an array field populated as below with a product id information,
{
"products": [
{
"id": "prodID123",
"count": 5,
"type": "new"
},
{
"id": "prodID123",
"count": 3,
"type": "old"
}
]
}
How will this data be reported in AEP/CJA?
Thanks!
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
Anybody looking for answers to the questions I asked, I did my own testing and here is what I found,
Cheers!
Anybody looking for answers to the questions I asked, I did my own testing and here is what I found,
Cheers!