Show / Hide Table of Contents

Class CustomersResource.CampaignGoalConfigsResource

The "CampaignGoalConfigs" collection of methods.

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

Constructors

CampaignGoalConfigsResource(IClientService)

Constructs a new resource.

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

Methods

Mutate(GoogleAdsSearchads360V23ServicesMutateCampaignGoalConfigsRequest, string)

Create or update campaign goal configs. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError CampaignGoalConfigError GoalServicesError

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

The body of the request.

string customerId

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

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