This release adds support for accessing the analytics api with support for writing. It also distinguishes between this access and the previously added read-only analytics access.
Creating an analytics readonly `AuthorizedService` object:
python
AuthorizedService('my-project-id', 'analytics-read', 'v3')
Creating an analytics read/write `AuthorizedService` object:
python
AuthorizedService('my-project-id', 'analytics', 'v3')