Show / Hide Table of Contents

Class CustomersResource.AdGroupAssetsResource

The "adGroupAssets" collection of methods.

Inheritance
object
CustomersResource.AdGroupAssetsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.AdGroupAssetsResource

Constructors

AdGroupAssetsResource(IClientService)

Constructs a new resource.

Declaration
public AdGroupAssetsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateAdGroupAssetsRequest, string)

Creates, updates, or removes ad group assets. Operation statuses are returned. List of thrown errors: AssetLinkError AuthenticationError AuthorizationError ContextError FieldError HeaderError InternalError MutateError NotAllowlistedError QuotaError RequestError

Declaration
public virtual CustomersResource.AdGroupAssetsResource.MutateRequest Mutate(GoogleAdsSearchads360V23ServicesMutateAdGroupAssetsRequest body, string customerId)
Parameters
Type Name Description
GoogleAdsSearchads360V23ServicesMutateAdGroupAssetsRequest body

The body of the request.

string customerId

Required. The ID of the customer whose ad group assets are being modified.

Returns
Type Description
CustomersResource.AdGroupAssetsResource.MutateRequest
In this article
Back to top Generated by DocFX