I need a compact system that links physical NFC tags to a simple informational landing page and funnels every tap into meaningful analytics. Landing page The page is single-screen, mobile-first, and purely informational—no registration forms or quizzes. When someone taps a tag, they arrive here instantly, so load speed and clear branding matter. NFC tag logic Please generate each tag’s ID as a unique sequential number and encode it in the URL you burn onto the tag. That ID must persist through any redirect so we can track the specific tag that was tapped. Data to capture For every interaction, log the timestamp, the location of the tap, and any user details you can legally gather on first contact. Store these records in a database you set up (SQL or NoSQL—your call, just justify the choice). Analytics & reporting Mirror each event to my Google Analytics 4 property via Measurement Protocol, then surface the key metrics—total taps, uniques, top locations, and time-series trends—in a small web dashboard. Deliverables • Deployed informational landing page • Set of NFC URLs with sequential IDs embedded • Live database with the recorded interactions • GA4 property receiving events in real time • Dashboard displaying the metrics above • Source code and a concise hand-off document Let me know the tech stack you prefer, your timeline, and any clarifications you need before getting started.