Show / Hide Table of Contents

Class CustomersResource.AdParametersResource

The "adParameters" collection of methods.

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

Constructors

AdParametersResource(IClientService)

Constructs a new resource.

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

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateAdParametersRequest, string)

Creates, updates, or removes ad parameters. Operation statuses are returned. List of thrown errors: AdParameterError AuthenticationError AuthorizationError ContextError DatabaseError FieldError FieldMaskError HeaderError InternalError MutateError QuotaError RequestError

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

The body of the request.

string customerId

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

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