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

NAME

Google::Ads::AdWords::v201209::AdExtensionOverrideService::AdExtensionOverrideServiceInterfacePort - SOAP Interface for the AdExtensionOverrideService Web Service

SYNOPSIS

 use Google::Ads::AdWords::v201209::AdExtensionOverrideService::AdExtensionOverrideServiceInterfacePort;
 my $interface = Google::Ads::AdWords::v201209::AdExtensionOverrideService::AdExtensionOverrideServiceInterfacePort->new();

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

DESCRIPTION

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

SERVICE AdExtensionOverrideService

Port AdExtensionOverrideServiceInterfacePort

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 a list of AdExtensionOverrides based on an AdExtensionOverrideSelector. @param selector The selector specifying the query. @return The page containing the AdExtensionOverride which meet the criteria specified by the selector.

Returns a Google::Ads::AdWords::v201209::AdExtensionOverrideService::getResponse object.

 $response = $interface->get( {
    selector =>  $a_reference_to, # see Google::Ads::AdWords::v201209::AdExtensionOverrideSelector
  },,
 );

mutate

Applies the list of mutate operations. <p>Conditions for adding an ad-level AdExtension override using an AdExtension under the Ad's campaign:</p> <ol> <li>If the text ad has never been overridden, an AdExtension override may be set on the creative using an extension under the campaign, along with any override info.</li> <li>If the text ad has been overriden before, the latitude/longitude of the new extension override must be the same as the previous override and no override info can be specified (i.e. the override info will inherit from the previous override info).</li> </ol> @param operations The operations to apply. The same ad extension override cannot be specified in more than one operation. @return The applied ad extension overrides.

Returns a Google::Ads::AdWords::v201209::AdExtensionOverrideService::mutateResponse object.

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

AUTHOR

Generated by SOAP::WSDL on Wed Jul 10 13:57:07 2013