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::Generator::Template::XSD(3pm)		User Contributed Perl Documentation		 SOAP::WSDL::Generator::Template::XSD(3pm)

NAME
SOAP::WSDL::Generator::Template::XSD - XSD code generator DESCRIPTION
SOAP::WSDL's XSD code generator SYNOPSIS
See wsdl2perl for an example on how to use this class. METHODS
new Constructor. Options (Options can also be set via set_OPTION methods): o silent Suppress warnings about what's being generated generate Shortcut for calling generate_typelib and generate_client generate_client Generates a client interface generate_server Generates a server class generate_typelib Generates type and element classes generate_typemap Generate a typemap class required by SOAP::WSDL's MessageParser generate_interface (Deprecated) alias for generate_client get_name_resolver Returns a name resolver template plugin visit_XSD_Attribute Visitor method for SOAP::WSDL::XSD::Attribute. Should be factored out into visitor class. visit_XSD_ComplexType Visitor method for SOAP::WSDL::XSD::ComplexType. Should be factored out into visitor class. visit_XSD_Element Visitor method for SOAP::WSDL::XSD::Element. Should be factored out into visitor class. visit_XSD_SimpleType Visitor method for SOAP::WSDL::XSD::SimpleType. Should be factored out into visitor class. AUTHOR
Replace the whitespace by @ for E-Mail Address. Martin Kutter E<lt>martin.kutter fen-net.deE<gt> LICENSE AND COPYRIGHT
Copyright 2008, 2009 Martin Kutter. This file is part of SOAP-WSDL. You may distribute/modify it under the same terms as perl itself Repository information $Id: WSDLParser.pm 770 2009-01-24 22:55:54Z kutterma $ $LastChangedDate: 2009-01-24 23:55:54 +0100 (Sa, 24 Jan 2009) $ $LastChangedRevision: 770 $ $LastChangedBy: kutterma $ $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Expat/WSDLParser.pm $ perl v5.10.1 2010-12-21 SOAP::WSDL::Generator::Template::XSD(3pm)