Show / Hide Table of Contents

Class CustomersResource.AdGroupsResource

The "adGroups" collection of methods.

Inheritance
object
CustomersResource.AdGroupsResource
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.AdGroupsResource

Constructors

AdGroupsResource(IClientService)

Constructs a new resource.

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

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateAdGroupsRequest, string)

Creates, updates, or removes ad groups. Operation statuses are returned. List of thrown errors: AdGroupError AdxError AuthenticationError AuthorizationError BiddingError BiddingStrategyError DatabaseError DateError DistinctError FieldError FieldMaskError HeaderError IdError InternalError ListOperationError MultiplierError MutateError NewResourceCreationError NotEmptyError NullError OperationAccessDeniedError OperatorError QuotaError RangeError RequestError ResourceCountLimitExceededError SettingError SizeLimitError StringFormatError StringLengthError UrlFieldError

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

The body of the request.

string customerId

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

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