I can’t figure out how to reach support. I need to rotate my secret key in a non-disruptive manner. Thank you!
kasubi posting this answer from our support team here in case you missed it. Also, to help other members who have the same question in the future.CGK this might be helpful for you, too.
Regarding API keys, our engineering team is not willing to allow for changes with API keys since it affects ingestion and data loss if misused. API keys are also by nature public so it shouldn't matter (anyone can look at outgoing traffic from a device and see the API key). Therefore we are not supporting changing API keys at the moment.Regarding secret keys, we are able to re-generate your project's secret key on the backend with the approval of an Admin. If you will like to submit a request to change the secret key, please respond with the following information:Project ID and name that you want to rotate the secret key for. 3 time options within the next 3 days that will be an optimal time for us to make this change. An agent will reach out and coordinate the exact time with you. Approval from an Admin of the project. If you are not an Admin, please CC an Admin in your reply.
Regarding API keys, our engineering team is not willing to allow for changes with API keys since it affects ingestion and data loss if misused. API keys are also by nature public so it shouldn't matter (anyone can look at outgoing traffic from a device and see the API key). Therefore we are not supporting changing API keys at the moment.
Regarding secret keys, we are able to re-generate your project's secret key on the backend with the approval of an Admin. If you will like to submit a request to change the secret key, please respond with the following information:
Hey there,Thank you for contacting us, happy to assist with this! When it comes to API keys - Engineering is not willing to allow for changes with API key since it affects ingestion => and data loss if misused. Also, API keys are by nature public so it shouldn't matter (anyone can look at outgoing traffic from a device and see the API key).Therefore we are not changing API keys at the moment. However, we are willing to change your Secret Keys specific to each Project!You can read more about Secret key here. I'm more than happy to put through a request to change the Secret key on your behalf, let me know if this is something you want us to do for you. Best regards,Zhenia
Yes, I am asking only about rotating my secret key. Thanks for forwarding me on to support.
Sounds good CGK. I just forwarded this to the team. Thank you! 😃
I need assistance with support on this topic as well
Thanks for letting us know kasubi!
Jeremie Gluckman will someone be able to reach out to me to help me?
Thanks for following up kasubi. I’m sending your note to our support team and looping in my colleague Esther Trapadoux for visibility.
I am running into a loop when attempting to import data from BigQuery. At origin, my data is already in milliseconds since epoch. If I query: event_time as time, I get the error: 1.'time' column should be a TIMESTAMP_NTZ column (Snowflake) or a TIMESTAMP column (BigQuery). example for the type of 'time' column is…
How do I transfer data from one amplitude account to another? It seems all the community chats about this have completely broken links. Easy to export, no way to import, very frustrating. :(
When using @amplitude/plugin-web-vitals-browser with Create React App v4 (react-scripts@4.0.3), the build fails with: ./node_modules/@amplitude/plugin-web-vitals-browser/node_modules/web-vitals/dist/web-vitals.js<br /><br />SyntaxError:…
Hello, I'm using SpringBoot and Kotlin to integrate with the Amplitude Export API. The official Amplitude documentation (https://amplitude.com/docs/apis/analytics/export) states that "data is available to export at a minimum within 2 hours of when the servers received it." However, there's no clear information about the…
Hello, Is there a way to make a query like: “Give me all the users that have the user property X equal to 10”, by using just any of the APIs, without making a cohort first through the Amplitude’s UI? Thank you!