Google::Adwords::Service

Google::Adwords::Service is base class for the Service modules.
Download

Google::Adwords::Service Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rohan Almeida
  • Publisher web site:
  • http://search.cpan.org/~rohan/WWW-RapidShare-v0.2.0/lib/WWW/RapidShare.pm

Google::Adwords::Service Tags


Google::Adwords::Service Description

Google::Adwords::Service is base class for the Service modules. Google::Adwords::Service is base class for the Service modules.This module is not supposed to be used directly. Use the child Service modules.METHODSThese accessors are available across all the child Service modulesnew()Creates a new Google::Adwords::Service objectUsage my $service = Google::Adwords::CampaignService->new();ParametersNONEReturnsA Google::Adwords::Service objectemail()Set/Get your Google Adwords account name (your email address). This value should be set before calling any other API methodspassword()Set/Get your Google Adwords account password. This value should be set before calling any other API methodstoken()Set/Get your Google Adwords developer token. This value should be set before calling any other API methodsclientEmail()Use this if you have a MCC (My Client Center) account. Set/Get the actual client email which will be used for the API calls.useragent()Set this to an arbitrary string that identifies the customer sending the request. Default value is "Google::Adwords $VERSION"use_sandbox()If you do $obj->use_sandbox(1), then this module will use the sandbox for all API calls.timeout()Set the SOAP timeout value in seconds. Default value is 20.debug()Use $obj->debug(1) if you want to see the request/response XMLThe following accessors are available after an API call is done. These give information about the response.requestId()Get the unique ID that identifies this request.operations()number of operations in the requestunits()number of quota units the request usedresponseTime()elapsed time between the web service receiving the request and sending the response Requirements: · Perl


Google::Adwords::Service Related Software