Best way to get a daily session export with segment information programatically - avoiding 'low traffic' issue
We have been using daily calls to the Adobe reporting API to retrieve session data including segments. However, with some of our larger customers, we are now hitting the 'Low Traffic' issue.
We've looked at Data Warehouse requests, but it doesn't appear that they can be scheduled daily - (also they don't write to s3 which is desirable)
Data feeds can be scheduled daily (and even hourly) but its not clear that all of the customers segments will be available via the mc_audience field.
We only really need to extract an evar and segments that each session falls - Are there options (other than those above) that avoid the 'low traffic' issue?
Thanks in advance!