docs(skills): vendor official Meta Pixel & Conversions API references - #104
Merged
Conversation
Adds the meta-ads skill: 23 unaltered official documentation pages from developers.facebook.com (fetched with Firecrawl, source URL + date prefixed on each file), organized as: - references/pixel/ — 9 docs: overview, get-started, standard-events reference, conversion tracking, advanced matching, SPA, custom audiences, GDPR, data processing options - references/conversions-api/ — 14 docs: overview, get-started, using-the-api, full parameters set (server-event, customer-information, custom-data, original-event, main-body), deduplication, best practices, verifying setup, offline events, payload helper SKILL.md indexes the docs, maps them onto CodFlow's tracking stack (theme01 pixel scripts, the CAPI workflow, capi_event_log, the browser-eventID === server-event_id dedup contract), and sets working rules for tracking changes: ground every change against these docs, never break the dedup equality, a conversion mode must fire from both sides deliberately, and the reference files themselves are read-only.
5 tasks
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
Adds a
meta-adsagent skill vendoring the official Meta documentation forthe Pixel and the Conversions API, so tracking changes (ours and from
contributors) are always grounded against the real spec.
Contents
references/pixel/— 9 official docs: overview, get-started, thestandard-events reference (
Purchase/Lead/InitiateCheckoutdefinitions),conversion tracking, advanced matching, single-page apps, custom
audiences, GDPR, data processing options
references/conversions-api/— 14 official docs: overview, get-started,using-the-api, the full parameters set (server-event,
customer-information, custom-data, original-event, main-body),
deduplication (browser
eventID↔ CAPIevent_id), best practices,verifying setup, offline events, payload helper
SKILL.md— doc index, a map onto CodFlow's tracking stack (theme01pixel scripts, the CAPI workflow,
capi_event_log, the dedup contract),working rules for tracking changes, and the refresh procedure
All reference files are unaltered official content — each carries only a
prepended source header (URL + fetch date). No code changes.