com.google.api.ads.adwords.v201109.ch
Interface CustomerSyncServiceInterface

All Superinterfaces:
Remote
All Known Implementing Classes:
CustomerSyncServiceSoapBindingStub

public interface CustomerSyncServiceInterface
extends Remote


Method Summary
 CustomerChangeData get(CustomerSyncSelector selector)
          Returns information about changed entities inside a customer's account.
 

Method Detail

get

CustomerChangeData get(CustomerSyncSelector selector)
                       throws RemoteException,
                              ApiException
Returns information about changed entities inside a customer's account.

Parameters:
selector - Specifies the filter for selecting changehistory events for a customer.
Returns:
A Customer->Campaign->AdGroup hierarchy containing information about the objects changed at each level. All Campaigns that are requested in the selector will be returned, regardless of whether or not they have changed, but unchanged AdGroups will be ignored.
Throws:
RemoteException
ApiException


Copyright © 2011. All Rights Reserved.