Skip to content

Article Statistics

The statistics of an article.

typestring

The type of object - article_statistics.

Default:"article_statistics"
Value:"article_statistics"
Example:"article_statistics"
viewsinteger

The number of total views the article has received.

Example:10
conversionsinteger

The number of conversations started from the article.

Example:0
reactionsinteger

The number of total reactions the article has received.

Example:10
happy_reaction_percentagenumber, (float)

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

Example:40
neutral_reaction_percentagenumber, (float)

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

Example:40
sad_reaction_percentagenumber, (float)

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 }