Class CustomersResource.AdGroupAdsResource
The "adGroupAds" collection of methods.
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.AdGroupAdsResource
Constructors
AdGroupAdsResource(IClientService)
Constructs a new resource.
Declaration
public AdGroupAdsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Mutate(GoogleAdsSearchads360V23ServicesMutateAdGroupAdsRequest, string)
Creates, updates, or removes ads. Operation statuses are returned. List of thrown errors: AdCustomizerError AdError AdGroupAdError AdSharingError AdxError AssetError AssetLinkError AuthenticationError AuthorizationError CollectionSizeError ContextError DatabaseError DateError DistinctError FeedAttributeReferenceError FieldError FieldMaskError FunctionError FunctionParsingError HeaderError IdError ImageError InternalError ListOperationError MediaBundleError MediaFileError MutateError NewResourceCreationError NotEmptyError NullError OperationAccessDeniedError OperatorError PolicyFindingError PolicyValidationParameterError PolicyViolationError QuotaError RangeError RequestError ResourceCountLimitExceededError SizeLimitError StringFormatError StringLengthError UrlFieldError
Declaration
public virtual CustomersResource.AdGroupAdsResource.MutateRequest Mutate(GoogleAdsSearchads360V23ServicesMutateAdGroupAdsRequest body, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesMutateAdGroupAdsRequest | body | The body of the request. |
| string | customerId | Required. The ID of the customer whose ads are being modified. |
Returns
| Type | Description |
|---|---|
| CustomersResource.AdGroupAdsResource.MutateRequest |
RemoveAutomaticallyCreatedAssets(GoogleAdsSearchads360V23ServicesRemoveAutomaticallyCreatedAssetsRequest, string)
Remove automatically created assets from an ad. List of thrown errors: AdError AuthenticationError AuthorizationError AutomaticallyCreatedAssetRemovalError HeaderError InternalError MutateError QuotaError RequestError
Declaration
public virtual CustomersResource.AdGroupAdsResource.RemoveAutomaticallyCreatedAssetsRequest RemoveAutomaticallyCreatedAssets(GoogleAdsSearchads360V23ServicesRemoveAutomaticallyCreatedAssetsRequest body, string adGroupAd)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesRemoveAutomaticallyCreatedAssetsRequest | body | The body of the request. |
| string | adGroupAd | Required. The resource name of the AdGroupAd from which to remove automatically created assets. |
Returns
| Type | Description |
|---|---|
| CustomersResource.AdGroupAdsResource.RemoveAutomaticallyCreatedAssetsRequest |