NAME

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

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.

PROPERTIES

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

  • operations

    $element->set_operations($data);
    $element->get_operations();

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
},

AUTHOR

Generated by SOAP::WSDL