Show / Hide Table of Contents

Class CustomersResource.CampaignBidModifiersResource

The "campaignBidModifiers" collection of methods.

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

Constructors

CampaignBidModifiersResource(IClientService)

Constructs a new resource.

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

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateCampaignBidModifiersRequest, string)

Creates, updates, or removes campaign bid modifiers. Operation statuses are returned. List of thrown errors: AuthenticationError AuthorizationError ContextError CriterionError DatabaseError DateError DistinctError FieldError HeaderError IdError InternalError MutateError NewResourceCreationError NotEmptyError NullError OperatorError QuotaError RangeError RequestError SizeLimitError StringFormatError StringLengthError

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

The body of the request.

string customerId

Required. ID of the customer whose campaign bid modifiers are being modified.

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