very good indeed. For us it would be interesting to have Time Prior Event more granular, to know the average values, to see performance increases or decreases.
Hi, is it possible to fetch multiple dimensions with 1 API call with the analytics api v2.0? To obtain a table like with a Data Warehouse request?e.g.Metric1 | Dimension1 | Dimension2 | Dimension3---------- | ---------------- | ---------------- | ---------------Metric1 | Dimension1 | Dimension2 | Di...
Hi,besides the unique visitors metric we have a calculated metric based on logged in users which tells us the amount of distinct users - for this we use the built in function "Approximate count distinct". How do I create a new calculated metric for an daily average for that metric?Normally I'd use t...
Yes I did, but when I do it like this, it gives me the median per row item (calendar or dimension item), but I do not have each transactions as a row item.
Hi, is there a way to extract all transactions revenue amount values? In order to calculate a median? Currently I can only see the aggregated revenue amount per product.
Hi,when I'm using the API I need to authenticate with a key and a secret, which I obtain from swagger ui (Swagger UI). Since the token expires, how can I refresh it automatically? I need to run a cron job script which fetches data daily without the need to manually update the secrets every day.