The most recent content from our members.
I created some custom amplitude events with Python SDK with every amplitude function being called with a task queue, Celery. When I deployed to my testing environment I was able to see events being fired as normal, but after a day the events would stop firing. I would have to restart my celery server and then amplitude…
I am looking to grab data from a chart into a Python Notebook I have followed the instructions here: https://www.docs.developers.amplitude.com/analytics/apis/dashboard-rest-api/#get-results-from-an-existing-chart import requests<br /><br />url = "https://amplitude.com/api/3/chart/:chart_id/query"<br /><br />payload={}<br…
Hello, I’m looking to pull data directly from a dashboard or report in Python. Are there any APIs supporting the same ? The reason I cannot go with the export csv path is because I’ve a python script that needs to be automated. I see Amplitude has APIs to pull from an event but I’ve complex reports with multiple events,…
Greetings, You can see a block of code to get the data from EXPORT API via Python, above. Response’s status code is “200”. I want to open the file in Python to use it via Pandas and make some manipulations. However, I cannot read it. I have used the code below but it created a file in my Desktop: z =…
Hi all, just stacked with a small problem. This piece of code works perfect, but if I uncomment filter clause I got an “HTTP 400: Bad Request”. Same as in documentation, but error =( params = {<br /> "event_type":"registerComplete", <br /> # "filters": [<br /> # {<br /> # "subprop_type": "event",<br /> # "subprop_key":…
It looks like you're new here. Sign in or register to get started.