Ads API .NET library
|
Service used to manage extensions at the customer level. The extensions are managed by AdWords using existing feed services, including creating and modifying feeds, feed items, and customer feeds for the user. More...
Service used to manage extensions at the customer level. The extensions are managed by AdWords using existing feed services, including creating and modifying feeds, feed items, and customer feeds for the user.
|
inline |
Creates a new instance of the CustomerExtensionSettingService class.
|
inline |
Creates a new instance of the CustomerExtensionSettingService class.
|
inline |
Creates a new instance of the CustomerExtensionSettingService class.
|
inline |
Creates a new instance of the CustomerExtensionSettingService class.
|
inline |
Creates a new instance of the CustomerExtensionSettingService class.
|
inlinevirtual |
Returns a list of CustomerExtensionSettings that meet the selector criteria.
selector | Determines which CustomerExtensionSettings to return. If empty, all CustomerExtensionSettings are returned. |
AdWordsApiException | Indicates a problem with the request. |
Implements Google.Api.Ads.AdWords.v201809.CustomerExtensionSettingServiceInterface.
|
inlinevirtual |
|
inlinevirtual |
Applies the list of mutate operations (add, remove, and set).
Beginning in v201509, add and set operations are treated identically. Performing an add operation when there is an existing ExtensionSetting will cause the operation to be treated like a set operation. Performing a set operation when there is no existing ExtensionSetting will cause the operation to be treated like an add operation.
operations | The operations to apply. The same CustomerExtensionSetting cannot be specified in more than one operation. |
AdWordsApiException | Indicates a problem with the request. |
Implements Google.Api.Ads.AdWords.v201809.ICustomerExtensionSettingService.
|
inlinevirtual |
|
inlinevirtual |
Returns a list of CustomerExtensionSettings that match the query.
query1 | The SQL-like AWQL query string. |
AdWordsApiException | Indicates a problem with the request. |
Implements Google.Api.Ads.AdWords.v201809.CustomerExtensionSettingServiceInterface.
|
inlinevirtual |