docs(signals): add Inspector verification steps to Signals tutorials - #1885
Closed
jborlase-snowplow wants to merge 1 commit into
Closed
docs(signals): add Inspector verification steps to Signals tutorials#1885jborlase-snowplow wants to merge 1 commit into
jborlase-snowplow wants to merge 1 commit into
Conversation
Add Snowplow Inspector Attributes/Events tab verification to the Signals quickstart, AI agent context, Google ADK agent, and ML prospect scoring tutorials, and fix an image mixup and dangling sentence on the Inspector Signals integration page. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Snowplow Inspector's new Signals integration provides live Attributes and Interventions tabs in DevTools, but several Signals tutorials still verified attributes only via notebook/SDK pulls or
console.log. This PR makes the Inspector the first, zero-code verification step across those tutorials, and fixes two bugs on the Signals integration page itself.tutorials/signals-quickstart/retrieve-attributes.md: restructured so the first verification step is the Inspector's Attributes tab, with the Python SDK retrieval kept as the "use it in your application" step. The Colab notebook remains the vehicle for the SDK step, someta.jsonis unchanged.tutorials/signals-ai-agent-context/test.md: added an Inspector verification section (Events tab for tracking, Attributes tab for computed values) before theconsole.logfallback.tutorials/signals-google-adk-agent/build-agent.md: the "Verify Signals context" section now leads with the Inspector before the agent-log check.tutorials/signals-ml-prospect-scoring/define-prospect-attributes.md: added Attributes-tab verification after publishing, before wiring up the ML model.docs/testing/snowplow-inspector/signals-integration/index.md: the Interventions screenshot now embeds the previously unusedsignals-interventions.png(it duplicated the Attributes screenshot), and the dangling sentence "...from the list of received interventions on the will display" is repaired.Checks
/docs/testing/snowplow-inspector/signals-integration/etc.)define-attribute-group.md🤖 Generated with Claude Code