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

is_success

Return false in case of an error

code

The HTTP status code

message

The HTTP status message

total_results

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

start_index

The 1-based start index of the entries.

items_per_page

The number of entries.

entries

An arrayref of the entries.

METHODS

status_line

my $status_line = $res->status_line();

Returns the string "<code> <message>".

AUTHOR

Nick Wellnhofer <wellnhofer@aevum.de>

COPYRIGHT AND LICENSE

Copyright (C) Nick Wellnhofer, 2010

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available.