Ads API .NET library
|
Use this service to retrieve the changed entities for a customer account or campaign based on the given date range. More...
Public Member Functions | |
CustomerSyncService () | |
Creates a new instance of the CustomerSyncService class. More... | |
CustomerSyncService (string endpointConfigurationName) | |
Creates a new instance of the CustomerSyncService class. More... | |
CustomerSyncService (string endpointConfigurationName, string remoteAddress) | |
Creates a new instance of the CustomerSyncService class. More... | |
CustomerSyncService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the CustomerSyncService class. More... | |
CustomerSyncService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the CustomerSyncService class. More... | |
virtual Google.Api.Ads.AdWords.v201809.CustomerChangeData | get (Google.Api.Ads.AdWords.v201809.CustomerSyncSelector selector) |
Returns information about changed entities inside a customer's account. More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdWords.v201809.CustomerChangeData > | getAsync (Google.Api.Ads.AdWords.v201809.CustomerSyncSelector selector) |
Use this service to retrieve the changed entities for a customer account or campaign based on the given date range.
Note: There will be some delay in changes becoming visible to this service; thus, use from the response to determine the validity period for the data.
Note: CustomerSyncService only supports queries for dates within the last 90 days.
|
inline |
Creates a new instance of the CustomerSyncService class.
|
inline |
Creates a new instance of the CustomerSyncService class.
|
inline |
Creates a new instance of the CustomerSyncService class.
|
inline |
Creates a new instance of the CustomerSyncService class.
|
inline |
Creates a new instance of the CustomerSyncService class.
|
inlinevirtual |
Returns information about changed entities inside a customer's account.
selector | Specifies the filter for selecting changehistory events for a customer. |
Implements Google.Api.Ads.AdWords.v201809.CustomerSyncServiceInterface.
|
inlinevirtual |