NAME

Net::Google::Analytics::DataFeedResponse - Google Analytics API data feed response

DESCRIPTION

This package is a subclass of Net::Google::Analytics::FeedResponse and implements parts of the data feed response of the Google Analytics Data Export API. The entries in the feed response are of type Net::Google::Analytics::DataFeedEntry.

See http://code.google.com/apis/analytics/docs/gdata/gdataReferenceDataFeed.html#dataResponse for a complete reference.

ACCESSORS

aggregates

my $aggregates = $res->aggregates;

Returns an arrayref of Net::Google::Analytics::Metric objects.