NAME

Net::Google::Analytics::Metric - Google Analytics API metric

DESCRIPTION

This package implements metric data of the Google Analytics Data Export API.

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

ACCESSORS

name

The name of the metric.

type

The type of the metric's value.

value

The value of the metric.

confidence_interval

The confidence interval of the metric's value.

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.