Skip to content

Article Statistics

The statistics of an article.

typestringrequired

The type of object - article_statistics.

Default:"article_statistics"
Value:"article_statistics"
Example:"article_statistics"
viewsintegerrequired

The number of total views the article has received.

Example:10
conversionsintegerrequired

The number of conversations started from the article.

Example:0
reactionsintegerrequired

The number of total reactions the article has received.

Example:10
happy_reaction_percentagenumber, (float)required

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

Example:40
neutral_reaction_percentagenumber, (float)required

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

Example:40
sad_reaction_percentagenumber, (float)required

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

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