Hi All,
We are designing XDM data model. Assuming that services will be used at record and times series . How shall we create the service in order to re-use it? Is it correct if we consider XDM class ?
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Luca_Lattarini,
For data modeling, I used to refer this document which explains all the components that we need to consider prior proceeding with data modeling. I found this very useful to me. Hope this helps to you as well...
https://experienceleague.adobe.com/docs/experience-platform/xdm/schema/best-practices.html?lang=en
Views
Replies
Total Likes
@Luca_Lattarini Without knowing more, it is hard to provide any guidance. Can you expand a bit?
Views
Replies
Total Likes
Hi @Luca_Lattarini,
For data modeling, I used to refer this document which explains all the components that we need to consider prior proceeding with data modeling. I found this very useful to me. Hope this helps to you as well...
https://experienceleague.adobe.com/docs/experience-platform/xdm/schema/best-practices.html?lang=en
Views
Replies
Total Likes
Hi @Luca_Lattarini ,
Which service you want to create? What is the usecase scenario you are trying to achieve using this service?
Thanks,
Jyoti
Views
Replies
Total Likes
Hello @Jyoti_Yadav @Danny-Miller @vikash4 ,
My use case scenario has Profile Entities (customer profile details) and Event Entities (transactions event) must be imported into AEP for utility sector.
My doubt is to create Field Group or XDM Class, do you have some approach allows you to choose btw Field Group or XDM Class?
Thanks
Views
Replies
Total Likes
@Luca_Lattarini Two very different things:
You never choose between them, you use them in conjunction with each other.
Hello @Danny-Miller Understand your point. Since I want to re-use the service different times across different entities. What about to create a Data type for my service and re-use it?
Thanks
That sounds good to me.
Going by the link shared by @vikash4
Customer will have multiple utility services (Electricity , Gas, Water) as product with individual SKUs.
Every month billing of for customer will be an event (Monthly Billing Event).
So we will create a billingevent schema (Experience Event Class)
Under that we can create data-type - UtilityTypeMonthly Billing
Each can have fields like
Utility Name
Utility ID
SKU
Usage
Last Month Usage
etc.
Views
Likes
Replies