NAME
Net::Google::Analytics::AccountFeed - Google Analytics API account feed
VERSION
version 0.11001
DESCRIPTION
This package is a subclass of Net::Google::Analytics::Feed and implements account feeds of the Google Analytics Data Export API.
METHODS
new_request
my $req = $account_feed->new_request();
Creates and returns a Net::Google::Analytics::FeedRequest object.
retrieve
my $res = $account_feed->retrieve($req);
Retrieves the account feed. Returns a Net::Google::Analytics::AccountFeedResponse object.
AUTHOR
Nick Wellnhofer <wellnhofer@aevum.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Nick Wellnhofer.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.