Track skill install copy button with X conversions - #83
Merged
GabrielePicco merged 1 commit intoSep 22, 2026
Merged
Conversation
Fire the existing tw-p9ilu-rfmj4 event when a visitor copies the npx skills add command in the AI Dev Skill callout, in addition to the nav CTA. Worker unchanged, same action name. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Contributor
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
GabrielePicco
approved these changes
Sep 22, 2026
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.
What
The X conversion event
tw-p9ilu-rfmj4(Install AI Skill) so far fired only for the nav CTA. This PR also fires it when a visitor clicks the copy button of thenpx skills add https://github.com/magicblock-labs/magicblock-dev-skillcode block in the AI Dev Skill callout (used on 9 pages, incl. the VRF quickstart linked from the X ad).How
x-pixel.js: matcher split intoisNavigationCtaandisInstallCommandCopy. The copy match requiresbutton[data-testid="copy-code-button"]inside a.code-blockwhosepre codetext equals the install command, so other code blocks do not fire.ai_skill_cta_clickedand same payload, so the Worker (workers/x-conversions) is unchanged.conversion_id, other-block copy sends nothing.Checks
npm run checkandnpm testpass (13 tests). Markup selectors verified against the live Mintlify quickstart page.🤖 Generated with Claude Code