class Beehiiv::Post::Stats::ClickStats

Included Modules

Defined in:

beehiiv/objects/core/post.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def email : EmailStats | Nil #

[View source]
def total_click_through_rate : Float64 #

[View source]
def total_clicks : Int32 #

[View source]
def total_unique_clicks : Int32 #

[View source]
def url : String #

[View source]
def web : WebStats | Nil #

[View source]