meta-ads-integration

meta-ads-integration is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 35 tokens per session (2,656 once invoked), scanned A, original, MIT.

An ecommerce advertising module for connecting a store with Meta, the company behind Facebook and Instagram, including product catalogues and conversion tracking.

In plain words
What is it for?
Use it to plan Meta Pixel and Conversions API setup, dynamic product ads, catalogue sync, and audiences based on shopper actions.
Why use it?
It helps address missing or under-reported sales data from browser tracking, especially after privacy changes in iOS. Better event data supports advertising measurement and retargeting.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions Gemini CLI.

Good fit Use it to plan Meta Pixel and Conversions API setup, dynamic product ads, catalogue sync, and audiences based on shopper actions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/meta-ads-integration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add finsilabs/awesome-ecommerce-skills --skill meta-ads-integration
Clone the repo
git clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for meta-ads-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/meta-ads-integration/github.svg)](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/meta-ads-integration)
Your own site
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/meta-ads-integration"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/meta-ads-integration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for meta-ads-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/meta-ads-integration"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/meta-ads-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,656 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.02656
Opus 5 $0.00017 $0.01328
Sonnet 5 $0.00007 $0.00531
Haiku 4.5 $0.00003 $0.00266

Measured 9d ago against content hash e4e6131fe955, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

meta-ads-integration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/marketing-growth/meta-ads-integration/SKILL.md · 239 lines

How it starts

The opening of the file, as written. The whole thing — 239 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Meta Ads Integration

Overview

Meta (Facebook/Instagram) is the dominant paid social channel for ecommerce, but reliable attribution requires pairing the browser-based Meta Pixel with server-side Conversions API (CAPI). Post-iOS 14, browser signals alone under-report 30–60% of conversions; CAPI restores signal fidelity by sending purchase events directly from your server. For Shopify, WooCommerce, and BigCommerce, official integrations handle both Pixel and CAPI automatically — no custom code required. Custom code only belongs in the Custom/Headless section.

When to Use This Skill

  • When setting up Meta advertising for a new ecommerce store
  • When conversion data in Ads Manager looks under-reported after iOS 14 rollout
  • When launching Dynamic Product Ads (DPA) and needing catalog feed sync
  • When ROAS is declining and you need to restore the signal quality Meta's algorithm relies on
  • When adding retargeting audiences based on product viewers and add-to-cart events

Core Instructions

Step 1: Choose your integration approach

Platform Recommended Method CAPI Support Catalog Sync
Shopify Native Meta Sales Channel Yes (built-in) Yes (automatic)
WooCommerce Facebook for WooCommerce plugin Yes (built-in) Yes (automatic)
BigCommerce Meta channel in Channel Manager Yes (built-in) Yes (automatic)
Custom / Headless Meta Pixel + facebook-nodejs-business-sdk Manual CAPI implementation Manual feed generation

All three major platforms have official Meta integrations that install both the Pixel and CAPI in a single setup — use these rather than manually pasting Pixel code.

Step 2: Connect your platform to Meta


Shopify
  1. Go to Shopify Admin → Sales Channels → + → Facebook & Instagram
  2. Install the Facebook & Instagram sales channel
  3. Connect your Meta Business Manager account and select your Facebook Page and Ad Account
  4. Under Data Sharing, select Maximum — this enables server-side CAPI in addition to the browser Pixel
  5. Shopify automatically:
    • Installs the Meta Pixel on all pages
    • Fires ViewContent, AddToCart, InitiateCheckout, and Purchase events
    • Sends the same events via CAPI from Shopify's servers (deduplication handled automatically)
    • Syncs your product catalog to Meta Commerce Manager for Dynamic Product Ads
  6. Go to Facebook & Instagram → Overview to verify pixel connection status
  7. In Meta Events Manager → Data Sources → [Your Pixel]: check Event Match Quality (EMQ) score — aim for 7+/10

Read the full file on GitHub · 239 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 239 lines · 35 tokens per session scan A e4e6131fe955

Subscribe to this mod's changes

meta-ads-integration is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 35 tokens to every session and 2,656 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

Facebook/Meta Ads

Automate Facebook and Instagram advertising campaigns, audience targeting, and performance optimization.

claude-office-skills/skills · 19 tokens

restaurant-ads

Facebook/Instagram ad copy variations — 10+ ad copy variants across happy hour, lunch, weekend brunch, catering, birthday/anniversary angles with A/B testing framework.

zubair-trabzada/ai-restaurant-claude · 38 tokens

sealeap-amazon-apparel-lifecycle-ads

A playbook for planning advertising on Amazon US for clothing products, using an ASIN lifecycle. An ASIN is Amazon's product identifier; the lifecycle describes whether a product is new, growing, mature, declining, or seasonal.

xjli360/sealeap-amazon-ad-skills · 167 tokens

sealeap-amazon-listing-optimizer

Audit, diagnose, rewrite, creatively brief, test, and safely prepare updates for Amazon product detail pages using live marketplace and product-type requirements, verified product facts, Brand Analytics, Search Query Performance, Ads search terms, customer feedback, competitor observations, and optional third-party…

xjli360/sealeap-amazon-ad-skills · 147 tokens

sealeap-amazon-ca-apparel-ads

An Amazon Canada advertising planning guide for apparel products such as coats and underwear. It combines product life-cycle stages, seasonal timing, English and French search coverage, account evidence, profitability, and inventory considerations.

xjli360/sealeap-amazon-ad-skills · 158 tokens

zernio

Schedule posts, manage inbox, broadcasts, sequences, and automations across 14 platforms from the CLI.

zernio-dev/zernio-cli · 24 tokens