Stats.OpenRate Property

Definition

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

Applies to