Google::Ads::AdWords::v201109::AdExtensionOverrideService::mutate


Back to Top


NAME

Google::Ads::AdWords::v201109::AdExtensionOverrideService::mutate

Back to Top


DESCRIPTION

Perl data type class for the XML Schema defined element mutate from the namespace https://adwords.google.com/api/adwords/cm/v201109.

Applies the list of mutate operations. Conditions for adding an ad-level AdExtension override using an AdExtension under the Ad's campaign: 1) 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. 2) 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 (ie. the override info will inherit from the previous override info). @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

Back to Top


PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

Back to Top


METHODS

new

 my $element = Google::Ads::AdWords::v201109::AdExtensionOverrideService::mutate->new($data);

Constructor. The following data structure may be passed to new():

 {
   operations =>  $a_reference_to, # see Google::Ads::AdWords::v201109::AdExtensionOverrideOperation
 },

Back to Top


AUTHOR

Generated by SOAP::WSDL

Back to Top

 Google::Ads::AdWords::v201109::AdExtensionOverrideService::mutate