Show / Hide Table of Contents

Class CustomersResource.KeywordPlanCampaignKeywordsResource

The "keywordPlanCampaignKeywords" collection of methods.

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

Constructors

KeywordPlanCampaignKeywordsResource(IClientService)

Constructs a new resource.

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

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateKeywordPlanCampaignKeywordsRequest, string)

Creates, updates, or removes Keyword Plan campaign keywords. Operation statuses are returned. List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError HeaderError InternalError KeywordPlanAdGroupKeywordError KeywordPlanCampaignKeywordError QuotaError RequestError ResourceCountLimitExceededError

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

The body of the request.

string customerId

Required. The ID of the customer whose campaign keywords are being modified.

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