|
AdaptySDK 4.1.1
|
The placement a flow was fetched for, with the A/B test and audience it resolved to. More...
Public Member Functions | |
| override string | ToString () |
| A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it. | |
Public Attributes | |
| readonly string | Id |
| The placement identifier from the Dashboard. | |
| readonly string | AudienceName |
| The audience the profile fell into. | |
| readonly long | Revision |
| Which revision of the placement this is — it goes up on every change in the Dashboard. | |
| readonly string | ABTestName |
| The A/B test the placement is running, when it is running one. | |
| readonly string | PlacementAudienceVersionId |
| The exact placement-and-audience version this was resolved from. | |
| readonly? bool | IsTrackingPurchases = false |
| Whether purchases in this placement count towards its analytics. Never arrives null — a missing key leaves the declared false. | |
Private Member Functions | |
| AdaptyPlacement () | |
The placement a flow was fetched for, with the A/B test and audience it resolved to.
|
private |
| override string AdaptySDK.AdaptyPlacement.ToString | ( | ) |
A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.
| readonly string AdaptySDK.AdaptyPlacement.ABTestName |
The A/B test the placement is running, when it is running one.
Placement A/B test name
| readonly string AdaptySDK.AdaptyPlacement.AudienceName |
The audience the profile fell into.
The name of the audience for the placement.
| readonly string AdaptySDK.AdaptyPlacement.Id |
The placement identifier from the Dashboard.
The identifier of the placement, configured in Adapty Dashboard.
| readonly? bool AdaptySDK.AdaptyPlacement.IsTrackingPurchases = false |
Whether purchases in this placement count towards its analytics. Never arrives null — a missing key leaves the declared false.
| readonly string AdaptySDK.AdaptyPlacement.PlacementAudienceVersionId |
The exact placement-and-audience version this was resolved from.
Placement audience version id
| readonly long AdaptySDK.AdaptyPlacement.Revision |
Which revision of the placement this is — it goes up on every change in the Dashboard.
The current revision (version) of the placement.