Hi @_Manoj_Kumar_ & @Marcel_Szimonisz , I like the approach of using offer/interaction module and kind of the way interactions are captured into the proposition table is the idle way of achieving it. But we have not only offer, business wants to store different type of Propensity Scores into the se...
We have an ask where we one to store one to many information against a broadlog entry. For example we are sending multiple deals in an email and want to store the details of those deals associated with the broadlog entry. So one entry will have 2 child records into the second table say "detailedBroa...
I am loading purchase events from Azure ADLS location. The events are coming as JSON. I am loading the events into the Purchase table of class XDM ExperienceEvent.
MDM Id is the primary if in my profile schema and PurchaseId is primary identity in Purchase with MDM Id as the secondary identity. Purc...
Thanks for your reply. As my data was not having "0" prefixed for those with single digit value, I tried with "yyyy/M/d" after I got the initial error and it worked with DOB.
After looking at specific rows, I found the issue is with time in my data. I found records with "2018/10/21 24:51:4". As hour...
I am trying to map a field with date time value (2022/11/5 16:8:9) with a filed designed as DateTime. I tried to map it directly and got error in the loading.
Then I am trying to use the Date function date(purchase_date,"yyyy/M/d H:m:s") and it is throwing an error in the validation itself. This tim...
I am trying to load some purchase information from a flat file (csv) where it has just one product per line. My schema is using the OTB field group "Commerce Details" which has an array of Product List as below.
As mentioned above, my file has one product information and I really want to map with...
I came across the schema nms:suppressionAddress in ACC (build 9342) which I don't recall noticing before. All it has is the MD5 hashed values. From the name it seems it is used to run the exclusion before the messages are delivered. But not sure if this true or not. Also, how is this populated? If I...