Class EventDetailsClick
Event details for event_type = click.
public sealed record EventDetailsClick : IEquatable<EventDetailsClick>
- Inheritance
-
EventDetailsClick
- Implements
Properties
ClickUrl
URL that was clicked.
[JsonPropertyName("click_url")]
public string? ClickUrl { get; set; }
Property Value
WebIpAddress
Web IP address that clicked.
[JsonPropertyName("web_ip_address")]
public string? WebIpAddress { get; set; }