Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricFetcher ¶
type MetricFetcher interface {
PageViewsByPath(startDate, endDate string) ([]PageViewCount, error)
}
MetricFetcher retrieves metrics from Google Analytics.
type PageViewCount ¶
PageViewCount represents the number of pageviews for a given URL path.
Click to show internal directories.
Click to hide internal directories.