Stats.OpenRate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The average open rate(a percentage represented as a number between 0 and 100) per campaign for the list(not returned if we haven't calculated it yet)
[System.Text.Json.Serialization.JsonPropertyName("open_rate")]
public float? OpenRate { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("open_rate")>]
member this.OpenRate : Nullable<single> with get, set
Public Property OpenRate As Nullable(Of Single)
Property Value
- Attributes