We use data feeds to send Post Processing events from our app and web
report suites through to S3 each hour, where we use that data to combine
with other streams. Unfortunately Data Feeds sends the data with the
timestamps from each hour collected, rather than the data collected
during that hour. This means that where we use offline data collection
in our apps, and the data is stored to be sent to Adobe later, the
hourly data feed doesn't pick this data up. This can result in our data
being up t...