Ads API .NET library
|
Service which is used to manage user lists. More...
Public Member Functions | |
AdwordsUserListService () | |
Creates a new instance of the AdwordsUserListService class. More... | |
AdwordsUserListService (string endpointConfigurationName) | |
Creates a new instance of the AdwordsUserListService class. More... | |
AdwordsUserListService (string endpointConfigurationName, string remoteAddress) | |
Creates a new instance of the AdwordsUserListService class. More... | |
AdwordsUserListService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the AdwordsUserListService class. More... | |
AdwordsUserListService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the AdwordsUserListService class. More... | |
virtual Google.Api.Ads.AdWords.v201809.UserListPage | get (Google.Api.Ads.AdWords.v201809.Selector serviceSelector) |
Returns the list of user lists that meet the selector criteria. More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdWords.v201809.UserListPage > | getAsync (Google.Api.Ads.AdWords.v201809.Selector serviceSelector) |
virtual Google.Api.Ads.AdWords.v201809.UserListReturnValue | mutate (Google.Api.Ads.AdWords.v201809.UserListOperation[] operations) |
Applies a list of mutate operations (i.e. add, set): Add - creates a set of user lists Set - updates a set of user lists Remove - not supported More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdWords.v201809.UserListReturnValue > | mutateAsync (Google.Api.Ads.AdWords.v201809.UserListOperation[] operations) |
virtual Google.Api.Ads.AdWords.v201809.MutateMembersReturnValue | mutateMembers (Google.Api.Ads.AdWords.v201809.MutateMembersOperation[] operations) |
Mutate members of user lists by either adding or removing their lists of members. The following Operators are supported: ADD and REMOVE. The SET operator is not supported. More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdWords.v201809.MutateMembersReturnValue > | mutateMembersAsync (Google.Api.Ads.AdWords.v201809.MutateMembersOperation[] operations) |
virtual Google.Api.Ads.AdWords.v201809.UserListPage | query (string query1) |
Returns the list of user lists that match the query. More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdWords.v201809.UserListPage > | queryAsync (string query) |
Service which is used to manage user lists.
|
inline |
Creates a new instance of the AdwordsUserListService class.
|
inline |
Creates a new instance of the AdwordsUserListService class.
|
inline |
Creates a new instance of the AdwordsUserListService class.
|
inline |
Creates a new instance of the AdwordsUserListService class.
|
inline |
Creates a new instance of the AdwordsUserListService class.
|
inlinevirtual |
Returns the list of user lists that meet the selector criteria.
serviceSelector | the selector specifying the UserLists to return. |
AdWordsApiException | if problems occurred while fetching UserList information. |
Implements Google.Api.Ads.AdWords.v201809.AdwordsUserListServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Applies a list of mutate operations (i.e. add, set): Add - creates a set of user lists Set - updates a set of user lists Remove - not supported
operations | the operations to apply |
Implements Google.Api.Ads.AdWords.v201809.IAdwordsUserListService.
|
inlinevirtual |
|
inlinevirtual |
Mutate members of user lists by either adding or removing their lists of members. The following Operators are supported: ADD and REMOVE. The SET operator is not supported.
Note that operations cannot have same user list id but different operators.
operations | the mutate members operations to apply |
AdWordsApiException | when there are one or more errors with the request |
Implements Google.Api.Ads.AdWords.v201809.IAdwordsUserListService.
|
inlinevirtual |
|
inlinevirtual |
Returns the list of user lists that match the query.
query1 | The SQL-like AWQL query string |
AdWordsApiException | when the query is invalid or there are errors processing the request. |
Implements Google.Api.Ads.AdWords.v201809.AdwordsUserListServiceInterface.
|
inlinevirtual |