Class GoogleAdsSearchads360V23ServicesIncentiveOffer
An acquisition incentive offer for a user. An offer means how the user is treated. An offer can have no incentive or multiple incentives.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesIncentiveOffer : IDirectResponseSchema
Properties
ConsolidatedTermsAndConditionsUrl
Optional. The URL of the terms and conditions for the incentive offer.
Declaration
[JsonProperty("consolidatedTermsAndConditionsUrl")]
public virtual string ConsolidatedTermsAndConditionsUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CyoIncentives
CYO incentives. Set when type is CYO_INCENTIVE.
Declaration
[JsonProperty("cyoIncentives")]
public virtual GoogleAdsSearchads360V23ServicesCyoIncentives CyoIncentives { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesCyoIncentives |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Required. The type of this acquisition incentive offer.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |