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. NOTE: the 'api_subdomain' option/config variable is utilized for the api url. To determine your specific API URL/Endpoint, please visit https://developer.omniture.com/en_US/get-started/api-explorer Most users won't need to set this variable unless the default causes errors. API URL: 'https://' . $api_subdomain . '.omniture.com/admin/1.3/rest/?' 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) 2013 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.