Main > Programming > Libraries >

Yahoo::Marketing 0.08

Yahoo::Marketing 0.08

Sponsored Links

Yahoo::Marketing 0.08 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.066 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1053
Date added: 2006-12-07
Publisher: Jeff Lavallee

Yahoo::Marketing 0.08 description

Yahoo::Marketing is an interface for Yahoo! Search Marketings Web Services.

SYNOPSIS

This collection of modules makes interacting with Yahoo! Search Marketings Web Services as easy as possible.

Sample Usage:

use Yahoo::Marketing::Keyword;
use Yahoo::Marketing::KeywordService;

my $service = Yahoo::Marketing::KeywordService->new;

# setup your credentials

$service->username( your username )
->password( your password )
->license( your license )
->master_account( your master account ID )
->account( your account ID )
->endpoint( https://sandbox.marketing.ews.yahooapis.com/services );

# OR

$service->parse_config( section => sandbox );


# create a keyword object, and add it

my $keyword = Yahoo::Marketing::Keyword->new
->adGroupID( $ad_group_id )
->text( some text )
->alternateText( some alternate text )
->sponsoredSearchMaxBid( 1.00 )
->status( On )
->advancedMatchON( true )
->url( http://www.someurl.com )
;

my $keyword_response = $service->addKeyword( keyword => $keyword );

# added keyword will have ID set

my $added_keyword = $keyword_response->keyword;
...

Yahoos Marketing API allows you to manage your search marketing account in an automated fashion rather than manually. The API is exposed as a standard SOAP service that you can make calls to. This set of modules is designed to make using the SOAP service easier than using SOAP::Lite (for example) directly. There are 2 main types of modules available.

The service modules (CampaignService, AdGroupService, BidInformationService, etc) are used to make the actual calls to each of the SOAP services in the API. The other type of module provided are the complex type modules, each of which represents one of the complex types defined in one of the WSDLs of the SOAP service. Examples include Campaign, AdGroup, Ad, PendingAd, CreditCardInfo, etc.

Yahoo::Marketing will call LocationService for you, and cache the results. This should be completely transparent. See the documtation for cache, cache_expire_time, purge_cache and clear_cache in Yahoo::Marketing::Service for more details.

Yahoo::Marketing 0.08 Screenshot

Advertisements

Yahoo::Marketing 0.08 Keywords

Bookmark Yahoo::Marketing 0.08

Hyperlink code:
Link for forum:

Yahoo::Marketing 0.08 Copyright

WareSeeker periodically updates pricing and software information of Yahoo::Marketing 0.08 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Yahoo::Marketing 0.08 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Yahoo::Marketing::Ad is an object to represent a Yahoo Marketing Ad. Free Download
Yahoo::Marketing::Role is an object to represent a user role for an account, e.g. AccountAdministrator or CampaignManager. Free Download
Yahoo::Marketing::Service is a base class for Service modules. Free Download
Yahoo::Marketing::Keyword is an object to represent a Yahoo Marketing Keyword. Free Download
Yahoo::Marketing::AdGroup is an object to represent a Yahoo Marketing AdGroup. Free Download
Yahoo::Marketing::Account is an object to represent a Yahoo Marketing Account. Free Download
Yahoo::Marketing::Campaign is an object to represent a Yahoo Marketing Campaign. Free Download
Yahoo::Marketing::AdService is an object that provides access to Yahoo Marketings Ad SOAP Service. Free Download