Ads API .NET library
|
Provides methods for creating, updating and retrieving Contact objects. More...
Public Member Functions | |
ContactService () | |
Creates a new instance of the ContactService class. More... | |
ContactService (string endpointConfigurationName) | |
Creates a new instance of the ContactService class. More... | |
ContactService (string endpointConfigurationName, string remoteAddress) | |
Creates a new instance of the ContactService class. More... | |
ContactService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the ContactService class. More... | |
ContactService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the ContactService class. More... | |
virtual Google.Api.Ads.AdManager.v202311.Contact[] | createContacts (Google.Api.Ads.AdManager.v202311.Contact[] contacts) |
Creates new Contact objects. More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdManager.v202311.Contact[]> | createContactsAsync (Google.Api.Ads.AdManager.v202311.Contact[] contacts) |
virtual Google.Api.Ads.AdManager.v202311.ContactPage | getContactsByStatement (Google.Api.Ads.AdManager.v202311.Statement statement) |
Gets a ContactPage of Contact objects that satisfy the given Statement::query. The following fields are supported for filtering: More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdManager.v202311.ContactPage > | getContactsByStatementAsync (Google.Api.Ads.AdManager.v202311.Statement statement) |
virtual Google.Api.Ads.AdManager.v202311.Contact[] | updateContacts (Google.Api.Ads.AdManager.v202311.Contact[] contacts) |
Updates the specified Contact objects. More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdManager.v202311.Contact[]> | updateContactsAsync (Google.Api.Ads.AdManager.v202311.Contact[] contacts) |
Provides methods for creating, updating and retrieving Contact objects.
|
inline |
Creates a new instance of the ContactService class.
|
inline |
Creates a new instance of the ContactService class.
|
inline |
Creates a new instance of the ContactService class.
|
inline |
Creates a new instance of the ContactService class.
|
inline |
Creates a new instance of the ContactService class.
|
inlinevirtual |
Creates new Contact objects.
Implements Google.Api.Ads.AdManager.v202311.IContactService.
|
inlinevirtual |
Implements Google.Api.Ads.AdManager.v202311.IContactService.
|
inlinevirtual |
Gets a ContactPage of Contact objects that satisfy the given Statement::query. The following fields are supported for filtering:
PQL Property | Object Property |
---|---|
name | Contact::name |
email | Contact::email |
id | Contact::id |
comment | Contact::comment |
companyId | Contact::companyId |
title | Contact::title |
cellPhone | Contact::cellPhone |
workPhone | Contact::workPhone |
faxPhone | Contact::faxPhone |
status | Contact::status |
Implements Google.Api.Ads.AdManager.v202311.ContactServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Updates the specified Contact objects.
Implements Google.Api.Ads.AdManager.v202311.IContactService.
|
inlinevirtual |
Implements Google.Api.Ads.AdManager.v202311.IContactService.