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

Does any field in statement can store sourceUrl/location where the statement was sent? #1108

Open
DiemTrinh1513636 opened this issue Nov 28, 2022 · 1 comment

Comments

@DiemTrinh1513636
Copy link

For tracking purposes, I want to know where the statements actually come from. Do we have the field to differentia the source URL?

@thomasturrell
Copy link
Contributor

thomasturrell commented Dec 7, 2022

The context has a property called contextActivities. The valid context types are: parent, grouping, category and other.

The parent context might be suitable for your needs.

If you are referring to the URL of a webpage that sends the statements you might want to consider using xAPI extensions to record additional information (such as agent). However, it is probable that the parent context type is the most suitable property to use.

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

No branches or pull requests

2 participants