Skip to content

docs(signals): add Inspector verification steps to Signals tutorials - #1885

Closed
jborlase-snowplow wants to merge 1 commit into
mainfrom
claude/amazing-nobel-18ac3c
Closed

docs(signals): add Inspector verification steps to Signals tutorials#1885
jborlase-snowplow wants to merge 1 commit into
mainfrom
claude/amazing-nobel-18ac3c

Conversation

@jborlase-snowplow

Copy link
Copy Markdown
Contributor

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, so meta.json is unchanged.
  • tutorials/signals-ai-agent-context/test.md: added an Inspector verification section (Events tab for tracking, Attributes tab for computed values) before the console.log fallback.
  • 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 unused signals-interventions.png (it duplicated the Attributes screenshot), and the dangling sentence "...from the list of received interventions on the will display" is repaired.

Checks

  • All new internal links verified to exist (/docs/testing/snowplow-inspector/signals-integration/ etc.)
  • Attribute names in the quickstart verification step match those defined in define-attribute-group.md

🤖 Generated with Claude Code

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants