com.google.api.ads.adwords.v201109.cm
Interface AdGroupServiceInterface

All Superinterfaces:
Remote
All Known Implementing Classes:
AdGroupServiceSoapBindingStub

public interface AdGroupServiceInterface
extends Remote


Method Summary
 AdGroupPage get(Selector serviceSelector)
          Returns a list of all the ad groups specified by the selector from the target customer's account.
 AdGroupReturnValue mutate(AdGroupOperation[] operations)
          Adds, updates, or deletes ad groups.
 

Method Detail

get

AdGroupPage get(Selector serviceSelector)
                throws RemoteException,
                       ApiException
Returns a list of all the ad groups specified by the selector from the target customer's account.

Parameters:
serviceSelector - The selector specifying the AdGroups to return.
Returns:
List of adgroups identified by the selector.
Throws:
ApiException - when there is at least one error with the request.
RemoteException

mutate

AdGroupReturnValue mutate(AdGroupOperation[] operations)
                          throws RemoteException,
                                 ApiException
Adds, updates, or deletes ad groups.

Note: AdGroupOperation does not support the REMOVE operator. To delete an ad group, set its status to DELETED.

Parameters:
operations - List of unique operations. The same ad group cannot be specified in more than one operation.
Returns:
The updated adgroups.
Throws:
RemoteException
ApiException


Copyright © 2011. All Rights Reserved.