Ads API .NET library
|
Service used to manage adgroup feed links, and matching functions. More...
Public Member Functions | |
AdGroupFeedService () | |
Creates a new instance of the AdGroupFeedService class. More... | |
AdGroupFeedService (string endpointConfigurationName) | |
Creates a new instance of the AdGroupFeedService class. More... | |
AdGroupFeedService (string endpointConfigurationName, string remoteAddress) | |
Creates a new instance of the AdGroupFeedService class. More... | |
AdGroupFeedService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the AdGroupFeedService class. More... | |
AdGroupFeedService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the AdGroupFeedService class. More... | |
virtual Google.Api.Ads.AdWords.v201809.AdGroupFeedPage | get (Google.Api.Ads.AdWords.v201809.Selector selector) |
Returns a list of AdGroupFeeds that meet the selector criteria. More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdWords.v201809.AdGroupFeedPage > | getAsync (Google.Api.Ads.AdWords.v201809.Selector selector) |
virtual Google.Api.Ads.AdWords.v201809.AdGroupFeedReturnValue | mutate (Google.Api.Ads.AdWords.v201809.AdGroupFeedOperation[] operations) |
Adds, updates or removes AdGroupFeeds. More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdWords.v201809.AdGroupFeedReturnValue > | mutateAsync (Google.Api.Ads.AdWords.v201809.AdGroupFeedOperation[] operations) |
virtual Google.Api.Ads.AdWords.v201809.AdGroupFeedPage | query (string query1) |
Returns the list of AdGroupFeeds that match the query. More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdWords.v201809.AdGroupFeedPage > | queryAsync (string query) |
Service used to manage adgroup feed links, and matching functions.
|
inline |
Creates a new instance of the AdGroupFeedService class.
|
inline |
Creates a new instance of the AdGroupFeedService class.
|
inline |
Creates a new instance of the AdGroupFeedService class.
|
inline |
Creates a new instance of the AdGroupFeedService class.
|
inline |
Creates a new instance of the AdGroupFeedService class.
|
inlinevirtual |
Returns a list of AdGroupFeeds that meet the selector criteria.
selector | Determines which AdGroupFeeds to return. If empty all adgroup feeds are returned. |
AdWordsApiException | Indicates a problem with the request. |
Implements Google.Api.Ads.AdWords.v201809.AdGroupFeedServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Adds, updates or removes AdGroupFeeds.
operations | The operations to apply. |
AdWordsApiException | Indicates a problem with the request. |
Implements Google.Api.Ads.AdWords.v201809.IAdGroupFeedService.
|
inlinevirtual |
|
inlinevirtual |
Returns the list of AdGroupFeeds that match the query.
query1 | The SQL-like AWQL query string. |
AdWordsApiException | if problems occur while parsing the query or fetching AdGroupFeed. |
Implements Google.Api.Ads.AdWords.v201809.AdGroupFeedServiceInterface.
|
inlinevirtual |