Article Statistics

The statistics of an article.

type
string
Default: "article_statistics"

The type of object - article_statistics.

Value: "article_statistics"
views
integer

The number of total views the article has received.

conversions
integer

The number of conversations started from the article.

reactions
integer

The number of total reactions the article has received.

happy_reaction_percentage
number <float>

The percentage of happy reactions the article has received against other types of reaction.

neutral_reaction_percentage
number <float>

The percentage of neutral reactions the article has received against other types of reaction.

sad_reaction_percentage
number <float>

The percentage of sad reactions the article has received against other types of reaction.

{ "type": "article_statistics", "views": 10, "conversions": 0, "reactions": 10, "happy_reaction_percentage": 40, "neutral_reaction_percentage": 40, "sad_reaction_percentage": 20 }