Using API, can I retrieve profiles qualifying in a segment? Basically I want to know the profiles that entered into a cart abandonment segment, on the fly. I already have destinations activated, but the span is 3 hours, and we feel this is long.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi there
I guess you could use the Preview and Estimate endpoint for that, depends on what type of evaluation method your segment is. And you could do this also with query service, by write a query against your profile snapshot dataset, e.g.
SELECT count(1) AS count_of_profiles
FROM profile_snapshot_export_{your dataset}
WHERE segmentMembership['ups']['{your segment id}'].status = 'realized';
Views
Replies
Total Likes
I need to this via api only.
Views
Replies
Total Likes
Its not possible unfortunately.
However there is a Streaming HTTP API destination. You can activate you streaming audience there
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies