traffic-pixels

Install and verify advertising pixels and analytics counters on VEDA websites.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/VedaAstro/veda-skills --skill traffic-pixels
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: traffic-pixels
Source: https://github.com/VedaAstro/veda-skills/tree/main/traffic-pixels
Command: npx skills add https://github.com/VedaAstro/veda-skills --skill traffic-pixels

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork from installing and validating advertising pixels and analytics counters on VEDA websites, especially when tracking appears to work in deployment but no real events are recorded.

Core Features & Use Cases

  • Pixel installation: Set up Yandex.Metrika, VK Ads/MyTarget, and Google Analytics tracking on landing pages and product sites.
  • SPA tracking: Handle client-side navigation in Next.js and React so pageviews and conversions fire on every route change.
  • Live verification: Confirm tracking by checking real network beacons, goal hits, and deployment assertions instead of trusting HTML presence or deploy status.
  • Use case: When a funnel page shows zero visits or missing conversions, use this Skill to diagnose whether the issue is snippet placement, route tracking, goal wiring, or a counter mismatch.

Quick Start

Ask the Skill to check your site’s pixel setup, verify live beacon traffic, and identify why pageviews or conversion events are not being recorded.

Frequently Asked Questions about traffic-pixels

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does my Yandex Metrika pixel show zero visits after deploying to my Next.js site?

Your Yandex Metrika pixel shows zero visits because standard snippets fail on client-side route changes. This Skill diagnoses missing pageviews by verifying live network beacons and wiring SPA tracking for Next.js navigation.

How do I install and verify VK Ads pixels on a React landing page?

To install and verify VK Ads pixels on React, this Skill applies the counter snippet and checks real network beacons. It uses deployment assertions to confirm that goal hits fire correctly during client-side navigation.

Does Google Analytics tracking work automatically on VEDA websites built with Next.js?

Google Analytics tracking does not work automatically on VEDA Next.js sites without SPA route-change tracking. This Skill handles client-side navigation events so pageviews and conversions fire on every route change.

What's the best way to diagnose missing conversion events on a VEDA website?

The best way to diagnose missing conversion events is checking live beacon traffic instead of HTML presence. This Skill identifies whether the issue is snippet placement, route tracking, goal wiring, or a counter mismatch.

Can I use this to check if a tracking pixel is firing correctly without waiting for analytics data?

You can check if a tracking pixel is firing correctly by validating live network beacons and deployment assertions. This Skill confirms real goal hits immediately, removing the guesswork of waiting for analytics dashboards to update.

When do I need SPA tracking for advertising pixels and analytics counters?

You need SPA tracking for advertising pixels when using Next.js or React, because client-side navigation does not trigger standard pageview snippets. This Skill ensures route changes are tracked so conversions fire correctly.