Google::Ads::AdWords::v201109::CampaignTargetService::mutate


Back to Top


NAME

Google::Ads::AdWords::v201109::CampaignTargetService::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.

Mutates (sets) targets for specified campaign identified in the campaign operations. <p class="note"><b>Note:</b> When a campaign is created, its targeting options are also created. To add or remove targets, call {@code mutate} with the {@code SET} operator to update the target lists accordingly. The {@code ADD} and {@code REMOVE} operators are not supported.</p> @param operations list of operations associating targets with campaign ids. @return the updated campaign targets, not necessarily in the same order in which they came in. @throws ApiException if problems occurred while adding campaign targeting information.

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::CampaignTargetService::mutate->new($data);

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

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

Back to Top


AUTHOR

Generated by SOAP::WSDL

Back to Top

 Google::Ads::AdWords::v201109::CampaignTargetService::mutate