Show / Hide Table of Contents

Class CustomersResource.KeywordPlansResource

The "keywordPlans" collection of methods.

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

Constructors

KeywordPlansResource(IClientService)

Constructs a new resource.

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

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateKeywordPlansRequest, string)

Creates, updates, or removes keyword plans. Operation statuses are returned. List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError HeaderError InternalError KeywordPlanError MutateError NewResourceCreationError QuotaError RequestError ResourceCountLimitExceededError StringLengthError

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

The body of the request.

string customerId

Required. The ID of the customer whose keyword plans are being modified.

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