-
Notifications
You must be signed in to change notification settings - Fork 56
Tidy up Signals tutorials #1328
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
base: add-signals-docs
Are you sure you want to change the base?
Conversation
9a77f45
to
0313e4d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall the changes look good to me - thanks for a massive lift here @mscwilson !
|
||
To retrieve the calculated attributes from the Profiles Store, Signals provides a configuration wrapper called a service. It allows you to retrieve attributes in bulk, from multiple views. | ||
|
||
Using services is optional: you could also reference the views directly in your application code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to push Services more aggressively, and explain that they define the data contract for what the application expects. So I would not call them optional - I would say recommended.
| 7 | `4da52032-f6d1-41b4-9cf2-b40e164cbe6e` | 1 | "Chrome" | None | | ||
| 8 | `2ee80a4a-86dd-4a24-b697-0709b29ed079` | 0 | "Safari" | None | | ||
|
||
The test method returns the most recent 10 rows. The first column shows the entity values, in this case for the session entity `domain_sessionid`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it's quite right that it retrieves the most recent 10 rows - I remember it being 10 random users / entities calculated from events in the last hour. @matus-tomlein can you confirm?
|
||
## Next steps | ||
|
||
Learn more about the Signals possibilities in our other Signals tutorials. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we link them here?
Standardising and polishing the Signals tutorials