Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Hi Team,
We have a destination export dataflow on a segment that runs everyday which sends the incremental data to a SFTP location. We are using first name, last name, member number and email id in the mapping. Now everyday there are some profiles (around 10%) that are getting excluded from the export. We want to know the details of the profiles that are getting excluded in everyday's run as well as the reason behind it.
Is there any way to get the excluded profiles? Your inputs will be very helpful in debugging this issue.
Thanks
Gelöst! Gehe zu Lösung.
Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.
Zugriffe
Antworten
Likes gesamt
Well, upon further investigation into the issue, we discovered that the dataset profile_export_for_destination_merge_policy_**** stores the incremental records for each day's run. We have found that for some runs, there are few records without a member number, hence they are excluded. Moreover, there are duplicate records in the dataset and that is also one of the reason for exclusion.
Hello @SubeAEP
You can click on the Dataflow Run Start link and it will show you the reason of the exclusion in the identities excluded section.
Hi @_Manoj_Kumar_ , yes but it always shows a generalized error 'Records didn't match attribute filters.'. I went to the dataflow details through Flowservice API but didnt see any record details or detailed error of the exclusion. Actually, we want the excluded record details so that we can trace them and try to retarget them.
Hi @SubeAEP
Have you tried to open a support request, to find out if backend support can pull a more detailed error? I checked this on my side and also only seeing 'Records didn't match attribute filters'.
Well, upon further investigation into the issue, we discovered that the dataset profile_export_for_destination_merge_policy_**** stores the incremental records for each day's run. We have found that for some runs, there are few records without a member number, hence they are excluded. Moreover, there are duplicate records in the dataset and that is also one of the reason for exclusion.
@SubeAEP did you consider below
- new profiles might be not qualified for segment linked to the destination
- new profiles might have an attribute that causes governance / label check blocking export to the destination
- destination limitation on the number of profiles to be exported
Well, upon further investigation into the issue, we discovered that the dataset profile_export_for_destination_merge_policy_**** stores the incremental records for each day's run. We have found that for some runs, there are few records without a member number, hence they are excluded. Moreover, there are duplicate records in the dataset and that is also one of the reasons for exclusion.
good to know @SubeAEP you have got the root cause, yeah, duplicate records are also a reason for the exclusion
Zugriffe
Likes
Antworten