The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Google::Analytics::Request - Google Analytics API request

VERSION

version 2.99_01

DESCRIPTION

Request class for Net::Google::Analytics web service.

ACCESSORS

ids

start_date

end_date

metrics

dimensions

sort

filters

segment

start_index

max_results

fields

pretty_print

user_ip

quota_user

$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) 2012 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.