NAME
Net::Google::Analytics::DataFeedRequest - Google Analytics API data feed request
VERSION
version 0.11003
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.
ATTRIBUTES
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
This software is copyright (c) 2011 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.