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

All Superinterfaces:
Remote
All Known Implementing Classes:
ConversionTrackerServiceSoapBindingStub

public interface ConversionTrackerServiceInterface
extends Remote


Method Summary
 ConversionTrackerPage get(Selector serviceSelector)
          Returns a list of the conversion trackers that match the selector.
 ConversionTrackerReturnValue mutate(ConversionTrackerOperation[] operations)
          Applies the list of mutate operations such as adding or updating conversion trackers.
 

Method Detail

get

ConversionTrackerPage get(Selector serviceSelector)
                          throws RemoteException,
                                 ApiException
Returns a list of the conversion trackers that match the selector. The actual objects contained in the page's list of entries will be specific subclasses of the abstract class.

Parameters:
serviceSelector - the selector specifying the ConversionTrackers to return.
Returns:
list of conversion trackers specified by the selector.
Throws:
com.google.ads.api.services.common.error.ApiException - if problems occurred while retrieving results.
RemoteException
ApiException

mutate

ConversionTrackerReturnValue mutate(ConversionTrackerOperation[] operations)
                                    throws RemoteException,
                                           ApiException
Applies the list of mutate operations such as adding or updating conversion trackers.

Note: ConversionTrackerOperation does not support the REMOVE operator.

Parameters:
operations - a list of mutate operations to perform.
Returns:
the list of the conversion trackers as they appear after mutation, in the same order as they appeared in the list of operations.
Throws:
com.google.ads.api.services.common.error.ApiException - if problems occurred while updating the data.
RemoteException
ApiException


Copyright © 2011. All Rights Reserved.