Hi all,
currently, Amplitude provides an option to export 2 types of different data to S3 buckets:
- Raw event file and data format. Example filename:
ProjectID_yyyy-MM-dd_H#partitionInteger.json.gz
- Merged Amplitude IDs File & Data Format. Example filename:
-OrgID_yyyy-MM-dd_H.json.gz
See more info here: https://www.docs.developers.amplitude.com/data/destinations/amazon-s3/
I would like to ask if the OrgID
from the 2nd report corresponds to the ProjectID
from the 1st report.
TIA