Skip to content
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

Could not map bindings for google.analytics.data.v1beta.BetaAnalyticsData/RunReport to any Uri template #5078

Open
php4fan opened this issue Jan 31, 2022 · 3 comments
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@php4fan
Copy link

php4fan commented Jan 31, 2022

By running the example code at https://developers.google.com/analytics/devguides/reporting/data/v1/quickstart-client-libraries I get this error:

Could not map bindings for google.analytics.data.v1beta.BetaAnalyticsData/RunReport to any Uri template

If I'm doing something wrong then this error message is garbage.

@php4fan
Copy link
Author

php4fan commented Jan 31, 2022

Turns out I was passing

    'property' => MY_PROPERTY_ID

instead of

    'property' => 'properties/' . MY_PROPERTY_ID

Again, you need to fix the error message, something like "Invalid value XXXXX for parameter 'property'", or whatever.

@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Feb 1, 2022
@dwsupplee dwsupplee added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. and removed triage me I really want to be triaged. 🚨 This issue needs some love. labels Feb 6, 2022
@dwsupplee
Copy link
Contributor

@php4fan Would you be able to share a brief stacktrace, please?

@php4fan
Copy link
Author

php4fan commented Feb 6, 2022

@php4fan Would you be able to share a brief stacktrace, please?

@dwsupplee did you try and fail to reproduce as per my previous comment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
3 participants