Show / Hide Table of Contents

Class CustomersResource.CampaignsResource

The "campaigns" collection of methods.

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

Constructors

CampaignsResource(IClientService)

Constructs a new resource.

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

Methods

EnablePMaxBrandGuidelines(GoogleAdsSearchads360V23ServicesEnablePMaxBrandGuidelinesRequest, string)

Enables Brand Guidelines for Performance Max campaigns. List of thrown errors: AuthenticationError AssetError AssetLinkError AuthorizationError BrandGuidelinesMigrationError CampaignError HeaderError InternalError MutateError QuotaError RequestError ResourceCountLimitExceededError

Declaration
public virtual CustomersResource.CampaignsResource.EnablePMaxBrandGuidelinesRequest EnablePMaxBrandGuidelines(GoogleAdsSearchads360V23ServicesEnablePMaxBrandGuidelinesRequest body, string customerId)
Parameters
Type Name Description
GoogleAdsSearchads360V23ServicesEnablePMaxBrandGuidelinesRequest body

The body of the request.

string customerId

Required. The ID of the customer whose campaigns are being enabled.

Returns
Type Description
CustomersResource.CampaignsResource.EnablePMaxBrandGuidelinesRequest

Mutate(GoogleAdsSearchads360V23ServicesMutateCampaignsRequest, string)

Creates, updates, or removes campaigns. Operation statuses are returned. List of thrown errors: AdxError AuthenticationError AuthorizationError BiddingError BiddingStrategyError CampaignBudgetError CampaignError ContextError DatabaseError DateError DateRangeError DistinctError FieldError FieldMaskError HeaderError IdError InternalError ListOperationError MutateError NewResourceCreationError NotAllowlistedError NotEmptyError NullError OperationAccessDeniedError OperatorError QuotaError RangeError RegionCodeError RequestError ResourceCountLimitExceededError SettingError SizeLimitError StringFormatError StringLengthError UrlFieldError

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

The body of the request.

string customerId

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

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