-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getReport methods do not accept requests without a dimension #90
Comments
Would love this to be fixed if possible. No issue here for |
Hello @loldenburg |
let me know if it works now. |
I just did a release that will also apply the resolveColumn parameter for staticRow report for getReport2. So you have a better dataframe ouput. |
Actually my latest experience was that getreport2 did not support reports
without a dimension, but getreport did. So i had to switch back.
I’m out of office for some weeks now but will check what you did then.
Thanks a lot!
Julien ***@***.***> schrieb am Mi. 26. Apr. 2023 um 10:48:
let me know if it works now.
(Also, I would encourage you to start using getReport2 more often.
—
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD34SUGAPZNFRW6WKV276OLXDDOPDANCNFSM6AAAAAAV4JE7E4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
--
Lukas Oldenburg
dim28 GmbH
Grubenackerstr. 73
8052 Zürich
***@***.***
+41 76 703 6883
CHE‑297.313.490 MWST
|
It seems to not be possible to get simple summary metrics via the wrapper easily.
This report
where the "dimension" is the "All Visits" segment gets me this JSON:
But the function throws an error because the
_dataDescriptor
always expects a "dimension".Same if the "dimension" is a date range, e.g.:
I can work around this, but what is the most efficient way to get simply the total number of [[metric X]] for a certain date range (without any dimensions)?
The text was updated successfully, but these errors were encountered: