You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe we've now resolved this on current master thanks to @jcbozonier and #5271. We're almost at a release candidate for 0.13 (just one small feature request to wrap up), so if you want to work off of pandas' master, it should be completely or entirely stable.
The other option is to manually edit pandas/io/ga.py in site-packages and add in the changes from #5271.
Thanks for the bug report - we always appreciate them! Please close this issue if your problem is resolved.
Since the advanced segment changes Google has rolled out, Google Analytics segments are now alphanumeric instead of integers. https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtReference/management/segments
When I run:
I get the following error:
returned "Invalid value 'ga:A1B234' for segment parameter.">, invalidating data!
I believe that if the segment is not dynamic, Pandas is expecting an integer only.
The text was updated successfully, but these errors were encountered: