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

All Superinterfaces:
Remote
All Known Implementing Classes:
CampaignServiceSoapBindingStub

public interface CampaignServiceInterface
extends Remote


Method Summary
 CampaignPage get(Selector serviceSelector)
          Returns the list of campaigns that meet the selector criteria.
 CampaignReturnValue mutate(CampaignOperation[] operations)
          Adds, updates, or deletes campaigns.
 

Method Detail

get

CampaignPage get(Selector serviceSelector)
                 throws RemoteException,
                        ApiException
Returns the list of campaigns that meet the selector criteria.

Parameters:
serviceSelector - the selector specifying the Campaigns to return.
Returns:
A list of campaigns.
Throws:
ApiException - if problems occurred while fetching campaign information.
RemoteException

mutate

CampaignReturnValue mutate(CampaignOperation[] operations)
                           throws RemoteException,
                                  ApiException
Adds, updates, or deletes campaigns.

Note: CampaignOperation does not support the REMOVE operator. To delete a campaign, set its status to DELETED.

Parameters:
operations - A list of unique operations. The same campaign cannot be specified in more than one operation.
Returns:
The list of updated campaigns, returned in the same order as the operations array.
Throws:
ApiException - if problems occurred while updating campaign information.
RemoteException


Copyright © 2011. All Rights Reserved.