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

All Superinterfaces:
Remote
All Known Implementing Classes:
AdParamServiceSoapBindingStub

public interface AdParamServiceInterface
extends Remote


Method Summary
 AdParamPage get(Selector serviceSelector)
          Returns the ad parameters that match the criteria specified in the selector.
 AdParam[] mutate(AdParamOperation[] operations)
          Sets and removes ad parameters.
 

Method Detail

get

AdParamPage get(Selector serviceSelector)
                throws RemoteException,
                       ApiException
Returns the ad parameters that match the criteria specified in the selector.

Parameters:
serviceSelector - Specifies which ad parameters to return.
Returns:
A list of ad parameters.
Throws:
RemoteException
ApiException

mutate

AdParam[] mutate(AdParamOperation[] operations)
                 throws RemoteException,
                        ApiException
Sets and removes ad parameters.

Note: ADD is not supported. Use SET for new ad parameters.

Parameters:
operations - The operations to perform.
Returns:
A list of ad parameters, where each entry in the list is the result of applying the operation in the input list with the same index. For a SET operation, the returned ad parameter will contain the updated values. For a REMOVE operation, the returned ad parameter will simply be the ad parameter that was removed.
Throws:
RemoteException
ApiException


Copyright © 2011. All Rights Reserved.