Yahoo::Marketing::APT

An interface for Yahoo! Search Marketing's APT Web Services.
Download

Yahoo::Marketing::APT Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Johnny Shen
  • Publisher web site:
  • http://search.cpan.org/~shenj/Yahoo-Marketing-4.05/lib/Yahoo/Marketing.pm

Yahoo::Marketing::APT Tags


Yahoo::Marketing::APT Description

An interface for Yahoo! Search Marketing's APT Web Services. Yahoo::Marketing::APT is a Perl interface for Yahoo! Search Marketing's APT Web Services.SYNOPSISThis collection of modules makes interacting with Yahoo! Search Marketing's APT Web Services as easy as possible.Note that this version (0.x) is intended to be used with V0 of the APT web services.Sample Usage: use Yahoo::Marketing::APT::Site; use Yahoo::Marketing::APT::SiteService; my $service = Yahoo::Marketing::APT::SiteService->new; # setup your credentials $service->username( 'your username' ); $service->password( 'your password' ); $service->license( 'your license' ); $service->account( 'your account ID' ); $service->endpoint( 'https://sandbox.amp.yahooapis.com/services/V1' ); # OR $service->parse_config( section => 'sandbox' ); # create a site object, and add it my $site = Yahoo::Marketing::APT::Site->new ->name( $site_name ) ->url( 'http://my.someurl.com' ) ->description( 'some description text' ) ; my $site_response = $service->addSite( site => $site ); # added site will have ID set my $added_site = $site_response->site; ... Requirements: · Perl


Yahoo::Marketing::APT Related Software