The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Ads::AdWords::v201302::AdParamService::AdParamServiceInterfacePort - SOAP Interface for the AdParamService Web Service

SYNOPSIS

 use Google::Ads::AdWords::v201302::AdParamService::AdParamServiceInterfacePort;
 my $interface = Google::Ads::AdWords::v201302::AdParamService::AdParamServiceInterfacePort->new();

 my $response;
 $response = $interface->get();
 $response = $interface->mutate();

DESCRIPTION

SOAP Interface for the AdParamService web service located at https://adwords.google.com/api/adwords/cm/v201302/AdParamService.

SERVICE AdParamService

Port AdParamServiceInterfacePort

METHODS

General methods

new

Constructor.

All arguments are forwarded to SOAP::WSDL::Client.

SOAP Service methods

Method synopsis is displayed with hash refs as parameters.

The commented class names in the method's parameters denote that objects of the corresponding class can be passed instead of the marked hash ref.

You may pass any combination of objects, hash and list refs to these methods, as long as you meet the structure.

List items (i.e. multiple occurences) are not displayed in the synopsis. You may generally pass a list ref of hash refs (or objects) instead of a hash ref - this may result in invalid XML if used improperly, though. Note that SOAP::WSDL always expects list references at maximum depth position.

XML attributes are not displayed in this synopsis and cannot be set using hash refs. See the respective class' documentation for additional information.

get

Returns the ad parameters that match the criteria specified in the selector. @param serviceSelector Specifies which ad parameters to return. @return A list of ad parameters.

Returns a Google::Ads::AdWords::v201302::AdParamService::getResponse object.

 $response = $interface->get( {
    serviceSelector =>  $a_reference_to, # see Google::Ads::AdWords::v201302::Selector
  },,
 );

mutate

Sets and removes ad parameters. <p class="note"><b>Note:</b> {@code ADD} is not supported. Use {@code SET} for new ad parameters.</p> <ul class="nolist"> <li>{@code SET}: Creates or updates an ad parameter, setting the new parameterized value for the given ad group / keyword pair. <li>{@code REMOVE}: Removes an ad parameter. The <code><var>default-value</var> </code> specified in the ad text will be used.</li> </ul> @param operations The operations to perform. @return A list of ad parameters, where each entry in the list is the result of applying the operation in the input list with the same index. For a {@code SET} operation, the returned ad parameter will contain the updated values. For a {@code REMOVE} operation, the returned ad parameter will simply be the ad parameter that was removed.

Returns a Google::Ads::AdWords::v201302::AdParamService::mutateResponse object.

 $response = $interface->mutate( {
    operations =>  $a_reference_to, # see Google::Ads::AdWords::v201302::AdParamOperation
  },,
 );

AUTHOR

Generated by SOAP::WSDL on Tue Mar 5 13:48:58 2013