Ads API .NET library
|
Use this service to manage ad groups. An ad group organizes a set of ads and criteria together, and also provides the default bid for its criteria. One or more ad groups belong to a campaign. More...
Public Member Functions | |
AdGroupService () | |
Creates a new instance of the AdGroupService class. More... | |
AdGroupService (string endpointConfigurationName) | |
Creates a new instance of the AdGroupService class. More... | |
AdGroupService (string endpointConfigurationName, string remoteAddress) | |
Creates a new instance of the AdGroupService class. More... | |
AdGroupService (string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the AdGroupService class. More... | |
AdGroupService (System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) | |
Creates a new instance of the AdGroupService class. More... | |
virtual Google.Api.Ads.AdWords.v201809.AdGroupPage | get (Google.Api.Ads.AdWords.v201809.Selector serviceSelector) |
Returns a list of all the ad groups specified by the selector from the target customer's account. More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdWords.v201809.AdGroupPage > | getAsync (Google.Api.Ads.AdWords.v201809.Selector serviceSelector) |
virtual Google.Api.Ads.AdWords.v201809.AdGroupReturnValue | mutate (Google.Api.Ads.AdWords.v201809.AdGroupOperation[] operations) |
Adds, updates, or removes ad groups. More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdWords.v201809.AdGroupReturnValue > | mutateAsync (Google.Api.Ads.AdWords.v201809.AdGroupOperation[] operations) |
virtual Google.Api.Ads.AdWords.v201809.AdGroupLabelReturnValue | mutateLabel (Google.Api.Ads.AdWords.v201809.AdGroupLabelOperation[] operations) |
Adds labels to the ad group or removes labels from the ad group. More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdWords.v201809.AdGroupLabelReturnValue > | mutateLabelAsync (Google.Api.Ads.AdWords.v201809.AdGroupLabelOperation[] operations) |
virtual Google.Api.Ads.AdWords.v201809.AdGroupPage | query (string query1) |
Returns the list of ad groups that match the query. More... | |
virtual System.Threading.Tasks.Task < Google.Api.Ads.AdWords.v201809.AdGroupPage > | queryAsync (string query) |
Use this service to manage ad groups. An ad group organizes a set of ads and criteria together, and also provides the default bid for its criteria. One or more ad groups belong to a campaign.
|
inline |
Creates a new instance of the AdGroupService class.
|
inline |
Creates a new instance of the AdGroupService class.
|
inline |
Creates a new instance of the AdGroupService class.
|
inline |
Creates a new instance of the AdGroupService class.
|
inline |
Creates a new instance of the AdGroupService class.
|
inlinevirtual |
Returns a list of all the ad groups specified by the selector from the target customer's account.
serviceSelector | The selector specifying the AdGroups to return. |
AdWordsApiException | when there is at least one error with the request. |
Implements Google.Api.Ads.AdWords.v201809.AdGroupServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Adds, updates, or removes ad groups.
Note: AdGroupOperation does not support the operator. To remove an ad group, set its status to
REMOVED
.
operations | List of unique operations. The same ad group cannot be specified in more than one operation. |
Implements Google.Api.Ads.AdWords.v201809.IAdGroupService.
|
inlinevirtual |
Implements Google.Api.Ads.AdWords.v201809.IAdGroupService.
|
inlinevirtual |
Adds labels to the ad group or removes labels from the ad group.
ADD
– Apply an existing label to an existing ad group. The adGroupId
must reference an existing ad group. The labelId
must reference an existing label.
REMOVE
– Removes the link between the specified ad group and a label.
operations | the operations to apply. |
AdWordsApiException | when there are one or more errors with the request. |
Implements Google.Api.Ads.AdWords.v201809.IAdGroupService.
|
inlinevirtual |
Implements Google.Api.Ads.AdWords.v201809.IAdGroupService.
|
inlinevirtual |
Returns the list of ad groups that match the query.
query1 | The SQL-like AWQL query string |
AdWordsApiException
Implements Google.Api.Ads.AdWords.v201809.AdGroupServiceInterface.
|
inlinevirtual |