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

All Superinterfaces:
Remote
All Known Implementing Classes:
CampaignAdExtensionServiceSoapBindingStub

public interface CampaignAdExtensionServiceInterface
extends Remote


Method Summary
 CampaignAdExtensionPage get(Selector serviceSelector)
          Returns a list of CampaignAdExtensions.
 CampaignAdExtensionReturnValue mutate(CampaignAdExtensionOperation[] operations)
          Applies the list of mutate operations.
 

Method Detail

get

CampaignAdExtensionPage get(Selector serviceSelector)
                            throws RemoteException,
                                   ApiException
Returns a list of CampaignAdExtensions.

Parameters:
serviceSelector - The selector specifying the CampaignAdExtensions to return.
Returns:
The page containing the CampaignAdExtensions which meet the criteria specified by the selector.
Throws:
ApiException - when there is at least one error with the request.
RemoteException

mutate

CampaignAdExtensionReturnValue mutate(CampaignAdExtensionOperation[] operations)
                                      throws RemoteException,
                                             ApiException
Applies the list of mutate operations.

Parameters:
operations - The operations to apply. The same CampaignAdExtension cannot be specified in more than one operation.
Returns:
The changed CampaignAdExtensions. The Operator.SET is not supported.
Throws:
RemoteException
ApiException


Copyright © 2011. All Rights Reserved.