The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Business-SiteCatalyst

This module allows you to interact with Adobe (formerly Omniture) SiteCatalyst,
a web analytics service. It encapsulates all the communications with the API 
provided by Adobe SiteCatalyst to offer a Perl interface for managing reports,
pulling company-specific SiteCatalyst data (ex: token usage), uploading SAINT 
data (feature not implemented yet), etc.

Please note that you will need to have purchased the Adobe SiteCatalyst product,
and have web services enabled within your account first in order to obtain a web
services shared secret, as well as agree with the Terms and Conditions for using 
the API.


INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Business::SiteCatalyst

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Business-SiteCatalyst

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Business-SiteCatalyst

    CPAN Ratings
        http://cpanratings.perl.org/d/Business-SiteCatalyst

    Search CPAN
        http://search.cpan.org/dist/Business-SiteCatalyst/


LICENSE AND COPYRIGHT

Copyright (C) 2012 Jennifer Pinkham

This program is free software; you can redistribute it and/or modify it
under the terms of the Artistic License.

See http://dev.perl.org/licenses/ for more information.