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

All Superinterfaces:
Remote
All Known Implementing Classes:
CampaignCriterionServiceSoapBindingStub

public interface CampaignCriterionServiceInterface
extends Remote


Method Summary
 CampaignCriterionPage get(Selector serviceSelector)
          Gets campaign criteria.
 CampaignCriterionReturnValue mutate(CampaignCriterionOperation[] operations)
          Adds, removes or updates campaign criteria.
 

Method Detail

get

CampaignCriterionPage get(Selector serviceSelector)
                          throws RemoteException,
                                 ApiException
Gets campaign criteria.

Parameters:
serviceSelector - the selector specifying the CampaignCriterions to return.
Returns:
a list of campaign criteria
Throws:
ApiException - when there is at least one error with the request
RemoteException

mutate

CampaignCriterionReturnValue mutate(CampaignCriterionOperation[] operations)
                                    throws RemoteException,
                                           ApiException
Adds, removes or updates campaign criteria.

Parameters:
operations - the operations to do
Returns:
the added campaign criteria (without any optional parts)
Throws:
ApiException - when there is at least one error with the request
RemoteException


Copyright © 2011. All Rights Reserved.