NAME

Net::Google::Analytics::DataFeedRequest - Google Analytics API data feed request

DESCRIPTION

This package is a subclass of Net::Google::Analytics::FeedRequest and implements data feed requests of the Google Analytics Data Export API.

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

ACCESSORS

ids

dimensions

metrics

sort

filters

segment

start_date

end_date

$req->ids('ga:...');
$req->dimensions('ga:...');

See the API reference for a description of the request parameters. The provided parameter values must not be URL encoded.

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.