Class GoogleAdsSearchads360V23ServicesCyoIncentives
An incentive offer in the Choose-Your-Own Incentive feature where a user can select from a set of incentives with different money amounts.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesCyoIncentives : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HighOffer
Required. The CYO incentive with high target and award amounts.
Declaration
[JsonProperty("highOffer")]
public virtual GoogleAdsSearchads360V23ServicesIncentive HighOffer { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesIncentive |
LowOffer
Required. The CYO incentive with low target and award amounts.
Declaration
[JsonProperty("lowOffer")]
public virtual GoogleAdsSearchads360V23ServicesIncentive LowOffer { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesIncentive |
MediumOffer
Required. The CYO incentive with medium target and award amounts.
Declaration
[JsonProperty("mediumOffer")]
public virtual GoogleAdsSearchads360V23ServicesIncentive MediumOffer { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesIncentive |