Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add watch to interactions, send feed with interactions #3448

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

haileyok
Copy link
Contributor

No description provided.

]
},
"feedContext": {
"type": "string",
"description": "Context on a feed item that was originally supplied by the feed generator on getFeedSkeleton.",
"maxLength": 2000
},
"videoWatchMs": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to use a more generic name here ?

For example: interactionDurationMs could also be for interactionSeen. This metric could also be usefull if we add an interaction that describes how long the user spent reading the responses threads.

@@ -9,14 +9,19 @@
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["interactions"],
"required": ["interactions", "feed"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is not backwards compatible. not sure if that matters though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants