Hi,
Reports in Adobe are based on below tables:
1) Delivery
2) Recipient Delivery Log
3) Campaign
4) Recipient Tracking Log
Now let's consider if you want to display your data in 'Delivery Throughput' Report, then data which you have should have deliveries linked to campaign and delivery table. It should contain number of processed message, number of sent data, i.e
1) You need to load data using 'Data Loading'
2) reconcile your data with 'campaign' and 'delivery' table. If you do not want mapping of deliveries with Campaign table, do not reconcile with campaign.
3) Perform data insert/update in delivery table.
4) View Reports related to your data.
Thanks.