"Logs a user's interactions with the Browse prototype."
properties
action
type
"string"
required
true
enum
"tags_impression"
"tag_click"
"article_click"
description
"Which particular interaction triggered this event.
* tags_impression - the user saw the tags
* tag_click - the user clicked a tag
* article click - the user clicked an article in the list of tagged articles"
tag
type
"string"
required
false
description
"The tag that was clicked.
Required for the 'tag_click' and 'article_click' actions."
article
type
"string"
required
false
description
"The article that was clicked.
Required for the 'article_click' action."
articleIndex
type
"integer"
required
false
description
"The 1-based index of the article that was clicked in the list of tagged articles.
Required for the 'article_click' action."
mobileMode
type
"string"
required
true
enum
"stable"
"beta"
"alpha"
description
"Whether the user is seeing the stable, beta, or alpha version of the mobile site."