Business-SiteCatalyst

This module allows you to interact with Adobe SiteCatalyst, an analystics Service
Provider. It encapsulates all the communications with the API provided by Adobe
SiteCatalyst to offer a Perl interface for managing reports, uploading SAINT data, etc.

Please note that you will need to have purchased the Adobe SiteCatalyst product, and have web services enabled
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.

