googleapis/python-analytics-data

Do this project really support custom Dimension?

jiamo opened this issue · 2 comments

jiamo commented

I follow https://developers.google.com/analytics/devguides/reporting/data/v1/advanced#event-scoped_custom_dimensions
and register the customUser dim.

In web console: I can query the result. But in latest api: it doesn't work. The api response don't raise exception which mean it can recognize the custom dim. However it don't return what the web console return and it is empty

the dim was passed like Dimension(name=customUser:ab_test)

@ikuleshov, please could you take a look?