Show / Hide Table of Contents

Class CustomersResource.CampaignCriteriaResource

The "campaignCriteria" collection of methods.

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

Constructors

CampaignCriteriaResource(IClientService)

Constructs a new resource.

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

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateCampaignCriteriaRequest, string)

Creates, updates, or removes criteria. Operation statuses are returned. List of thrown errors: AdxError AuthenticationError AuthorizationError CampaignCriterionError CollectionSizeError ContextError CriterionError DatabaseError DistinctError FieldError FieldMaskError FunctionError HeaderError IdError InternalError MutateError NewResourceCreationError NotEmptyError NullError OperationAccessDeniedError OperatorError QuotaError RangeError RegionCodeError RequestError ResourceCountLimitExceededError SizeLimitError StringFormatError StringLengthError

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

The body of the request.

string customerId

Required. The ID of the customer whose criteria are being modified.

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