NAME
Net::Google::Analytics::DataFeed - Google Analytics API data feed
DESCRIPTION
This package is a subclass of Net::Google::Analytics::Feed and implements data feeds of the Google Analytics Data Export API.
METHODS
new_request
my $req = $data_feed->new_request();
Creates and returns a Net::Google::Analytics::DataFeedRequest object.
retrieve
my $res = $data_feed->retrieve($req);
Retrieves the data feed. Returns a Net::Google::Analytics::DataFeedResponse object.
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.