=for html <p> <a href="https://travis-ci.org/nwellnhof/Net-Google-Analytics?branch=master"><img src="https://travis-ci.org/nwellnhof/Net-Google-Analytics.svg?branch=master"></a> <a href="https://coveralls.io/r/nwellnhof/Net-Google-Analytics?branch=master"><img src="https://coveralls.io/repos/nwellnhof/Net-Google-Analytics/badge.svg?branch=master" alt="Coverage Status"></a> <a href="http://badge.fury.io/pl/Net-Google-Analytics"><img src="https://badge.fury.io/pl/Net-Google-Analytics.svg" alt="CPAN version"></a> </p> =head1 Perl interface to the Google Analytics Core Reporting API This module provides a simple, straight-forward interface to the Google Analytics Core Reporting API, Version 3. Please refer to L<this module's documentation|https://metacpan.org/pod/Net::Google::Analytics> for usage information. =head2 Installation from a CPAN tarball perl Makefile.PL make make test make install =head2 Build from a repository checkout Make sure to install I<Dist::Zilla>. Then you can build and test with I<dzil>: dzil test dzil build =head2 Copyright This software is copyright (C) 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.