NAME

Net::Google::Analytics::FeedResponse - Google Analytics API feed response

DESCRIPTION

This package is a base class for feed responses of the Google Analytics Data Export API. Account feed responses are implemented in Net::Google::Analytics::AccountFeedResponse. Data feed responses are implemented in Net::Google::Analytics::DataFeedResponse.

ACCESSORS

total_results

The total number of results for the query, regardless of the number of results in the response.

entries

An arrayref of the entries in the feed response.