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!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Anybody looking for answers to the questions I asked, I did my own testing and here is what I found,
Cheers!
Views
Replies
Total Likes
Anybody looking for answers to the questions I asked, I did my own testing and here is what I found,
Cheers!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies