Can we use queries to fetch segment's all attributes in AEP ?.
and I also find some auto suggested table name in Queries like (segment_ingestion_dataset, segment_export_dataset)
where does it come from as there is no such dataset present with this names.
Solved! Go to Solution.
Views
Replies
Total Likes
@InfyAshu : These are system generated datasets, you can find these by enabling show system datasets from UI.
Could you please elaborate below question, what are you looking exactly.
"Can we use queries to fetch segment's all attributes in AEP ?"
Views
Replies
Total Likes
@InfyAshu : These are system generated datasets, you can find these by enabling show system datasets from UI.
Could you please elaborate below question, what are you looking exactly.
"Can we use queries to fetch segment's all attributes in AEP ?"
Views
Replies
Total Likes
Using API, I want to do below
Get the list of profiles qualified in a segment.
Delete a specific profile from this list.
Fetch the record details of the profile.
Views
Replies
Total Likes
@InfyAshu check out below details.
Get the list of profiles qualified in a segment.
Note: replace profile_snapshot_export dataset name, segment id in the query as per the system you are using
Delete a specific profile from this list.
Fetch the record details of the profile.
Note:replace profile_snapshot_export dataset name, column name in the query as per the system you are using
On your third note of above reply i.e.
Fetch the record details of the profile.
I am able to fetch the details of single profile using select query but when I try to delete a profile using delete query
It is throwing an error (ErrorCode: 42601 Syntax error encountered. Reason: [Invalid command!])
Views
Replies
Total Likes
deleting single profile is not possible but using Profile system jobs endpoint, data from profiles can be deleted which are part of a batch, checkout https://experienceleague.adobe.com/docs/experience-platform/profile/api/profile-system-jobs.html?lan...
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies