NAME
Net::Google::Analytics::Metric - Google Analytics API metric
VERSION
version 0.11001
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.
ATTRIBUTES
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
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.