Business::SiteCatalyst

Interface to Adobe Omniture SiteCatalyst's REST API
Download

Business::SiteCatalyst Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jennifer Pinkham
  • Publisher web site:
  • http://search.cpan.org/~jpinkham/

Business::SiteCatalyst Tags


Business::SiteCatalyst Description

Business::SiteCatalyst is a Perl module that allows you to interact with Adobe Omniture SiteCatalyst, an analytics Service Provider. It encapsulates all the communications with the API provided by Adobe SiteCatalyst to offer a Perl interface for all SiteCatalyst-related APIs.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. use Business::SiteCatalyst; # Create an object to communicate with Adobe SiteCatalyst my $site_catalyst = Business::SiteCatalyst->new( username => 'dummyusername', shared_secret => 'dummysecret', );Product's homepage


Business::SiteCatalyst Related Software