Show / Hide Table of Contents

Class CustomersResource.IncentivesResource

The "incentives" collection of methods.

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

Constructors

IncentivesResource(IClientService)

Constructs a new resource.

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

Methods

ApplyIncentive(GoogleAdsSearchads360V23ServicesApplyIncentiveRequest, string, long)

Applies the incentive for the ads customer.

Declaration
public virtual CustomersResource.IncentivesResource.ApplyIncentiveRequest ApplyIncentive(GoogleAdsSearchads360V23ServicesApplyIncentiveRequest body, string customerId, long selectedIncentiveId)
Parameters
Type Name Description
GoogleAdsSearchads360V23ServicesApplyIncentiveRequest body

The body of the request.

string customerId

The customer ID of the account that the incentive is being applied to.

long selectedIncentiveId

The incentive ID of this incentive. This is used to identify which incentive is selected by the user in the CYO flow.

Returns
Type Description
CustomersResource.IncentivesResource.ApplyIncentiveRequest
In this article
Back to top Generated by DocFX