Hello everyone,
I understand that in DataStream set up you can apply some rules for filtering event data that comes from Web/Mobile SDK and then it send data to event dataset. But, Is there a way to send some columns to event dataset enabled for profile and the rest of them, send to other dataset that isn't enabled for profile? In other words, I want to exclude some columns for the first dataset (I don't want to send all of them) and send it to other dataset.
The purpose of this, is to reduce the usage of Total Storage License.
Any advice is grateful.
Thank you.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @Cristhian_AlexisNa ,
The two options work as below,
So, to answer your questions, DataPrep is "Edit Mapping" option only in DataStream. And in second option you only need to create one DataStream with both event datasets added to it and choose the datasets for respective sendEvents.
Cheers!
Hi @Cristhian_AlexisNa ,
You cannot split a single event and send it to multiple datasets in AEP using datastreams data prep. However, you can track the same event twice using sendEvent and send it to different datasets with respective columns needed in that dataset.
What you'll have to do is trigger the sendEvent twice and route data to different datasets which can be achieved through data collection following below steps,
This approach however comes with few caveats as you might have noticed,
I'll suggest exploring other options within AEP where you track the events as it is from your property in a single event dataset and then using AEP capabilities like a CTAS or data distiller create another dataset with only the columns required for profile and have this dataset profile enabled.
Cheers!
[Update]
You need to perform only one of below steps for each dataset and not both,
I'd suggest to use the second option where you prepare the relevant payload in Launch itself because using the sendEvent. Other reason to use this option is that I have noticed data prep to fail sometimes when working with large amounts of data which means the transformation might be missed on some events. Adobe Launch approach on the other hand doesn't have any such issues.
Cheers!
Views
Replies
Total Likes
Hi @Harveer_SinghGi1 ,
I have 2 questions:
1. When you mention Rule in DataPrep, do you mean Dynamic Setup or Edit Mapping?
2. With the second option, I must create two differents datastream for each dataset?
Thank you!
Views
Replies
Total Likes
Hi @Cristhian_AlexisNa ,
The two options work as below,
So, to answer your questions, DataPrep is "Edit Mapping" option only in DataStream. And in second option you only need to create one DataStream with both event datasets added to it and choose the datasets for respective sendEvents.
Cheers!
Views
Likes
Replies