Hi ,
I am quite new in Amplitude and recently successfully implemented S3 integration by the book
as listed below .
https://help.amplitude.com/hc/en-us/articles/360044561111-Integrate-Amplitude-with-Amazon-S3
Everything works fine exclude the format of the file is .json.gz instead of CSV as expected .
Is there a way to change a format to CSV by default ?
Hey pasha.shwartz
Afaik, that’s the default option of any event data export from Amplitude i.e. zipped archive of JSON files.
I don’t see any explicit mention of csv output in that documentation. Maybe this is something the Support Team can enable from the backend if possible.
Hi pasha.shwartz,
Saish Redkar is absolutely correct that any event data export from Amplitude will a zipped JSON file. Currently we do not support S3 export as CSV files. But I strongly encourage you to submit your feedback and use case in the tab Product Ideas.
Hope this clarifies!
Best,
Hello! In React-Native mobile project we have error: Amplitude Logger [Error]: Failed to set cookie for key: AMP_TEST. Error: Cannot set property 'cookie' of undefined Error Component Stack: ``` The package version is "@amplitude/analytics-react-native": "1.5.1", Steps to Reproduce: * Initialize Amplitude with our API key…
We implemented first party tracking using the basic JS SDK on the browser and pointing the payload to our servers like this: amplitude.init(AMPLITUDE_API_KEY, { serverUrl: serverUrl, autocapture: { attribution: { excludeReferrers: [/domain1\.com$/, /domain2\.com$/], }, formInteractions: false, fileDownloads: false, }, });…
My Android app is primarily a background app. Does Amplitude track events for such an app? Please let me know.
here is the referance graph: https://app.amplitude.com/analytics/demo/chart/new/363tk5og In this graph, retention is currently being calculated based on the next day, but I want to analyze it based on the previous day instead. Example: For July 27, we should compare retention against July 26, not July 28. * So for 1-day…
Hi everybody! I need your help with a client request: my client is used to analyze landing pages performance with the standard report from GA4 and I need to create something similar in Amplitude. What I already have: * session entries grouped by page URL * purchase event calculated as session totals grouped by page URL and…