Class awBulkMutateJobService

Description

AdWords Lib BulkMutateJob Class

Use the BulkMutateJobService to schedule large batches of updates to your AdWords campaigns as asynchronous bulk mutate jobs, and to retrieve the status, results or statistics of your recent jobs.

Located in /services/BulkMutateJobService.php

awService
   |
   --awBulkMutateJobService
Method Summary
 awBulkMutateJobService awBulkMutateJobService ([boolean $useSandbox = false])
 awBulkMutateJob get (awBulkMutateJobSelector $selector, [ $clientEmail = ''])
 awBulkMutateJob mutate (awJobOperation $bmjOperation, [ $clientEmail = ''])
 void _getServiceHeaders ([ $clientEmail = ''])
Methods

awBulkMutateJobService Constructor

Example:

  1.  <?php
  2.  $service new awBulkMutateJobService();
  3.  ?>

awBulkMutateJobService awBulkMutateJobService ([boolean $useSandbox = false])
  • boolean $useSandbox: should we use the sandbox

Returns a list of all the ad groups specified by the ad group selector from the target customer's account.

awBulkMutateJob get (awBulkMutateJobSelector $selector, [ $clientEmail = ''])
  • awBulkMutateJobSelector $selector: Specifies which jobs to return. If the selector is empty, all jobs are returned.
  • $clientEmail

Mutates (add, remove and set) ad groups as specified by the operations. Note: to REMOVE use SET and mark status to DELETE.

awBulkMutateJob mutate (awJobOperation $bmjOperation, [ $clientEmail = ''])
  • awJobOperation $bmjOperation: The operation to perform.
  • $clientEmail
void _getServiceHeaders ([ $clientEmail = ''])
  • $clientEmail

Inherited Methods

Inherited From awService

 awService::__construct()
 awService::callService()
 awService::checkArray()
 awService::checkArrayOf()
 awService::checkObjectOf()
 awService::getAccount()
 awService::getClientCustomerId()
 awService::getClientEmail()
 awService::getResponseHeaders()
 awService::getToolkit()
 awService::setAccount()
 awService::setClientCustomerId()
 awService::setClientEmail()
 awService::setTokens()
 awService::setUserAgent()
 awService::_getServiceHeadersV2009()
 awService::_returnResponseAsArrayOf()
 awService::_returnResponseAsObjectOf()

Documentation generated on Thu, 15 Apr 2010 19:06:11 +0300 by phpDocumentor 1.4.3