Open
Conversation
…th, pricing_bundle_changed, banner_dismissed Consolidate demo_requested, blog_demo_requested, and blog_newsletter_subscribed into a single email_captured event with intent/location properties. Add section_viewed (homepage IntersectionObserver), scroll_depth (blog post milestones), pricing_bundle_changed (Growth plan dropdown), and banner_dismissed (announcement banner close) per the marketing event glossary.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
email_captured: Consolidatesdemo_requested,blog_demo_requested, andblog_newsletter_subscribedinto a single event withintent/locationproperties across Hero, DemoBooking, BlogRequestDemo, BlogNewsletterCTA, and BrokenLinkReportFormsection_viewed: IntersectionObserver (50% threshold) on homepage sections (overview,testimonials,how-promptless-works,capabilities), once per section per page loadscroll_depth: Fires at 25/50/75/100% scroll milestones on blog postspricing_bundle_changed: Fires on Growth plan dropdown change withbundle_id,bundle_label,price_labelbanner_dismissed: Fires on announcement banner close withcampaignvideo_playedandvideo_progressare not included — blocked on YouTube migration per the glossary.Test plan
email_capturedfires with correctintent/locationon each form submission (hero, demo page, blog demo CTA, blog newsletter, broken link tool)demo_requested,blog_demo_requested,blog_newsletter_subscribed) no longer firesection_viewedfires once per section when scrolling the homepagescroll_depthfires at each milestone on a blog postpricing_bundle_changedfires when changing the Growth dropdown on /pricingbanner_dismissedfires when closing the announcement banner🤖 Generated with Claude Code