Google APIlity 1.13.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Google APIlity 1.13.0 (Default branch)
# 1  
Old 11-25-2008
Google APIlity 1.13.0 (Default branch)

The APIlity PHP Library provides an object-oriented way to easily access and manage the Google AdWords API from within PHP. This comes along with an abstraction from the SOAP and WSDL details. License: BSD License (revised) Changes:
The getActiveCampaigns and getActiveAdGroups functions were added in order to obtain only active Campaigns or AdGroups. The getRecommendedBudget function was added. The firstPageCpc and qualityScore fields were added in KeywordCriterion objects. The MobileImageAd ad type was added. The getClientsClientAccountInfos and getManagersClientAccountInfos functions were added. The getMccAlerts function was added. The Keyword Tool now returns average search volume and last month's search volume data. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SOAP::WSDL::Expat::MessageStreamParser(3pm)		User Contributed Perl Documentation	       SOAP::WSDL::Expat::MessageStreamParser(3pm)

NAME
SOAP::WSDL::Expat::MessageStreamParser - Convert SOAP messages to custom object trees SYNOPSIS
my $lwp = LWP::UserAgent->new(); my $parser = SOAP::WSDL::Expat::MessageParser->new({ class_resolver => 'My::Resolver' }); my $chunk_parser = $parser->init(); # process response while it comes in, trying to read 32k chunks. $lwp->request( $request, sub { $chunk_parser->parse_more($_[0]) } , 32468 ); $chunk_parser->parse_done(); my $obj = $parser->get_data(); DESCRIPTION
ExpatNB based parser for parsing huge documents. See SOAP::WSDL::Manual::Parser for details. Bugs and Limitations See SOAP::WSDL::Expat::MessageParser AUTHOR
Martin Kutter <martin.kutter fen-net.de> LICENSE AND COPYRIGHT
Copyright 2007 Martin Kutter. This file is part of SOAP-WSDL. You may distribute/modify it under the same terms as perl itself REPOSITORY INFORMATION
$Rev: 851 $ $LastChangedBy: kutterma $ $Id: MessageStreamParser.pm 851 2009-05-15 22:45:18Z kutterma $ $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Expat/MessageStreamParser.pm $ perl v5.10.1 2010-12-21 SOAP::WSDL::Expat::MessageStreamParser(3pm)