Export aggregated data from AEP to S3 bucket
Hello,
We are looking at an option to export data from AEP to S3 bucket but in a bit unusual way.
The high level process is:
1. Using a query service data from a large Event dataset has been aggregated into a small table.
2. Using again query service data from point 1 table has been extracted and send for detail reporting.
3. Due to the query service expiring credentials this cannot be automated. And we are looking at the option of optimizing this.
One of our options we look at is to create a lookup schema+dataset with a identity non customer profile. But lookup dataset is not allowed to be used inside AEP and destinations
We tried with creating a event schema with only 1 profile and add many events on a single profile but then destination do not allow to export the data as array and would like to export the data as single line since there is only 1 profile on the dataset.
We cannot use "Individual Profile" as we cannot create each profile per the aggregated data, since it can be 1000 line of aggregation.
Has anyone got any idea how can we achieve that?