Class CustomersResource.IncentivesResource
The "incentives" collection of methods.
Inherited Members
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 |