ProductPurchaseChannel
Enum which works with MarketplaceService to represent how the
user acquired the developer product.
Items 4
History | Name | Value | Description | |
---|---|---|---|---|
658 | InExperience | 1 | The purchase was made inside of an experience. | |
658 | ExperienceDetailsPage | 2 | The purchase was made outside of an experience, on the Store tab of the experience details page. | |
659 | AdReward | 3 | The product was rewarded to the user when they watched a video ad to completion. | |
659 | CommerceProduct | 4 | The user acquired the product as a benefit of purchasing commerce merchandise from the developer of the experience. |
Description
The ProductPurchaseChannel
enum works with MarketplaceService and
represents how the user acquired the developer product.
History 5
- 659 Add CommerceProduct
- 659 Add AdReward
- 658 Add InExperience
- 658 Add ExperienceDetailsPage
- 658 Add ProductPurchaseChannel