Versions in this module Expand all Collapse all v1 v1.0.0 Aug 27, 2021 Changes in this version + func Get(c AccountToken, id, metrics, dimensions, filters, sortOrder string, days int) (map[string]int, error) + func GetEvent(c AccountToken, id string, category string, days int, useRegex bool) (map[string]int, error) + type AccountToken struct + func NewAccountToken(clientID, clientSecret, refreshToken string) AccountToken + func (ac AccountToken) CreateAnalyticsService() *analytics.Service