AWS S3 data sync
This page describes how you can fetch your referral program data from an AWS S3 bucket on Cello side.
Please provide an AWS ARN to your customer success manager so that Cello can set up a AWS or bucket for sharing the data. The format should look like this arn:aws:iam::1234567890:user/username
Data reports
All reports are updated daily. The reports are overwritten so that filenames always stay the same. The reports will always include the whole history including data up to the end of the previous day.
You can download the current reports from your Cello portal via the Download functionality in the top right corner. The scheme of the data reports on AWS will be identical to the data shared there.
Data access
Cello will configure the AWS S3 bucket for your profile. You can sync the the data to a folder on your computer using the below command. Either use your default profile or configure the AWS CLI profile named “<profile>”
Command for listing files
aws s3 ls s3://prod-cello-reports-external/<your_product_id>/kpis --recursive --profile <profile>
Command for downloading files into the current folder
aws s3 cp s3://prod-cello-reports-external/<your_product_id>/kpis/event_details_agggregates-all.csv . --profile <profile>