pagina-pixel

Install the Meta Pixel and configure standard events in HTML pages.

Updated May 19, 2026
One-click install
npx skills add https://github.com/o-pedrosiqueira/mapa-do-criador-system --skill pagina-pixel-o-pedrosiqueira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pagina-pixel
Source: https://github.com/o-pedrosiqueira/mapa-do-criador-system/tree/main/.claude/skills/pagina-pixel
Command: npx skills add https://github.com/o-pedrosiqueira/mapa-do-criador-system --skill pagina-pixel-o-pedrosiqueira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implementing Meta Pixel on existing HTML pages is error-prone and time-consuming; this Skill installs the Pixel and wires standard events to match the page type, so marketers can reliably track conversions without touching page copy.

Core Features & Use Cases

  • Automatically inserts the base Meta Pixel snippet into the head of an existing HTML file.
  • Configures standard events (PageView, ViewContent, InitiateCheckout, Lead, Purchase) based on the page purpose (sales, capture, or thank-you).
  • Provides a guided workflow to collect the Pixel ID from the root .env, optionally enable Conversions API, and produce a backup of the modified page.

Quick Start

Insert the base Meta Pixel snippet into the target HTML's head and configure events according to the page type.

Frequently Asked Questions about pagina-pixel

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

FAQPage Schema
How do I install Meta Pixel on an existing HTML page?

Installing Meta Pixel on an existing HTML page involves inserting the base snippet into the head section and mapping standard events like PageView or Lead to the page type. This produces a ready-to-upload HTML file with a backup.

What standard events can I track with Meta Pixel on a lead generation page?

Meta Pixel supports standard events including PageView, ViewContent, InitiateCheckout, Lead, and Purchase. The configuration maps these events to the specific page type, such as sales, sign-up, or lead-generation pages.

Do I need a .env file to configure Meta Pixel tracking?

Yes, configuring Meta Pixel tracking requires a root .env file containing the META_PIXEL_ID. You can optionally include META_PIXEL_CAPI_TOKEN and META_PIXEL_TEST_EVENT_CODE to enable Conversions API and test event tracking.

Can I enable Conversions API when adding Meta Pixel to web pages?

Yes, you can enable Conversions API alongside Meta Pixel by setting the optional META_PIXEL_CAPI_TOKEN in your .env file. This extends standard JavaScript event tracking to improve conversion data reliability.

Why should I configure Meta Pixel events before driving paid traffic?

Configuring Meta Pixel events before driving paid traffic ensures conversion tracking is fully operational. It verifies that standard events like PageView, Lead, and Purchase capture data accurately before you spend ad budget.