Overview
You can export all user events and campaign events that MoEngage receives or generates by using S3 Exports. Analyze the exported data to learn about user behavior, campaign interactions, and customer preferences.- S3 automated exports are part of the Streams add-on. Contact your dedicated MoEngage Customer Success Manager (CSM) to enable this feature for your account.
- If your network configuration requires IP whitelisting, refer here before setting up the S3 integration for data exports.
S3 Integration for Data Exports
Amazon S3 is a highly scalable storage system offered by Amazon Web Services. Integrating your S3 buckets allows MoEngage to share periodic exports of your data in JSON format. Perform the following steps to configure your S3 integration:Step 1: Create an S3 Bucket
Even if you already have an S3 bucket, we recommend creating a new bucket specifically for MoEngage data transfers to enforce strict least-privilege security boundaries.- Open the AWS S3 console and sign in or create an AWS account.
- Select S3 from the Storage category.
- Click Create Bucket, type an identifiable name, and select your preferred physical region.
Step 2: Add an export on the App Marketplace
After you connect your S3 bucket in the App Marketplace, open the Amazon S3 page. Under the Setup exports to S3 section, click + Add export to open the Export details panel.- Configure the export by using the following parameters:
- Click Test.
MoEngage attempts to write a temporary placeholder file to verify your S3 bucket configuration, folder path, and write permissions. - When the test passes, click Save. MoEngage displays a confirmation popup that calls out the locked frequency. Review the message and click Save again to activate the export.
- To discard the configuration without saving, click Cancel.

Events and Attributes
With the MoEngage and S3 integration, you can export all events coming into MoEngage to your S3 buckets. By default, MoEngage tracks standard events and user properties through its SDKs. Read about our standard events and attributes here. You can also export any custom user-defined event you track in MoEngage.Data Export Format
- File format: JSON
- Compression type: GZip
- Export frequency: Every 15 mins, daily, or weekly
- Sample folder path:
- Date-partitioned:
s3://<your-bucket-name>/[<folder_path>_]<connection_name>/export_day=2025-10-28/event_exports_<UNIQUE_ID>.json.gz - Single folder:
s3://<your-bucket-name>/[<folder_path>]/<connection_name>/event_exports_<UNIQUE_ID>.json.gzMoEngage generates the<UNIQUE_ID>as a unique identifier for each export file.
- Date-partitioned:
Sample Export Data
Integrate AWS Key Management Service with Amazon S3
- Create an AWS Key Management Service (KMS) Customer Master Key (CMK) by using the AWS Management Console, AWS CLI, or AWS SDKs. Skip this step if your AWS KMS key is already generated.
- Enable the AWS KMS key for use with S3 by adding permissions to the AWS KMS key policy. The following example key policy allows the key to be used for S3 encryption:
- Configure the S3 bucket to use the AWS KMS key for encryption. You can do this while creating the bucket or by modifying the bucket properties.
- In the S3 Management Console, navigate to the bucket where you want to enable server-side encryption.
- Click the Properties tab and scroll down to the Default encryption section.
- Under Encryption, select Server-side encryption with AWS Key Management Service keys (SSE-KMS), then select the AWS KMS key you created from the drop-down menu. Use only your KMS key’s AWS KMS ARN.
- Click Save to apply the encryption configuration to the bucket. S3 automatically encrypts your objects by using the AWS KMS key you integrated.
- Provide MoEngage with the AWS KMS Key ARN so that MoEngage can whitelist it.
Why is whitelisting the KMS key ARN necessary?
- The AWS KMS Key ARN (Amazon Resource Name) uniquely identifies the KMS key that you want to grant access to, which is why MoEngage requires it for whitelisting.
- Whitelisting a KMS key ARN specifies that only authorized entities or services with access to that specific key can perform encryption or decryption operations.
- Whitelisting the KMS key ARN adds an extra security layer by ensuring that only authorized resources can interact with the key, which reduces the risk of data breaches or unauthorized access.
- By specifying the KMS key ARN in the whitelist, you get granular control over which resources can access and use the key, improving the overall security of your key management and encryption processes.
Frequently Asked Questions (FAQs)
How soon will I start getting data in my S3 bucket?
How soon will I start getting data in my S3 bucket?
It typically takes up to 30 minutes for MoEngage to set up the automated data exports for your account and for data to appear in your bucket.
Can I export additional events at a later time?
Can I export additional events at a later time?
Yes. If you need to export new events later, edit your export configuration on the App Marketplace and add the new events.
Can I change my existing S3 export frequency?
Can I change my existing S3 export frequency?
No. You cannot modify the frequency of an Amazon S3 export after creation. To change the export frequency (for example, from Daily to Weekly), create a new S3 export with the desired frequency settings. Ensure your storage bucket is prepared to receive data from the new file path generated by the new configuration.
What happens when I change my export frequency?
What happens when I change my export frequency?
If you move from a more frequent export to a less frequent export, you might experience temporary data duplication when you first make the change. If you move from a less frequent export to a more frequent export, there is a rare possibility of data loss in high-volume cases.
Can I export historical data using automated data exports?
Can I export historical data using automated data exports?
Currently, you cannot export data from before you configured automated data exports. After you configure exports, MoEngage begins exporting data for each event from the time you enabled them.
Is there any pricing involved for automated data exports?
Is there any pricing involved for automated data exports?
If automated data exports are not covered in your billing plan and you want to enable them later, contact your Customer Success Manager to include them. Based on the monthly volume of data MoEngage places in your S3 bucket, additional charges may apply.
Does data exports guarantee the latest user attributes?
Does data exports guarantee the latest user attributes?
No. Data exports primarily exports your events in near real-time, and MoEngage updates user attributes asynchronously. Because of this, MoEngage cannot currently guarantee the latest user attribute values in exported files.