Agent Plugins Marketplace
All plugins

openai-ads-conversions

v0.1.2

Set up OpenAI Ads Measurement Pixel and optional Conversions API instrumentation.

Codex1 Skill

By OpenAILicense: Proprietary0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install openai-ads-conversions for Codex

Installs for the current user
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add openai-ads-conversions@openai-curated

Paste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.

Compatibility: the page URL and API slug “openai-ads-conversions-2” remain stable.

  • Codex: openai-ads-conversions-2@agent-plugin-marketplaceopenai-ads-conversions@openai-curated

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/FaLalens/codex-plugins-zh

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/openai-ads-conversions/.

Plugin files

plugins/openai-ads-conversions/
├── .codex-plugin/plugin.json
└── skills/openai-ads-conversions-setup/SKILL.md

Included Skills1

openai-ads-conversions-setupskills/openai-ads-conversions-setup/SKILL.md

Guide Codex through instrumenting or extending repositories with OpenAI Ads Measurement Pixel and optional Conversions API (CAPI). Use when adding Ads conversion tracking, browser pixel events, server-side conversion events, event_id deduplication, CAPI secret placeholders, incremental conversion coverage, or validating Ads conversion setup. Applies to local repositories and PR review contexts; prioritize safe, reviewable diffs and never place API keys or secrets in source code or client bundles.

Plugin manifests1

plugins/openai-ads-conversions/.codex-plugin/plugin.json
{
  "name": "openai-ads-conversions",
  "version": "0.1.2",
  "description": "Set up OpenAI Ads Measurement Pixel and optional Conversions API instrumentation.",
  "author": {
    "name": "OpenAI",
    "email": "[email protected]",
    "url": "https://openai.com/"
  },
  "homepage": "https://developers.openai.com/ads/",
  "repository": "https://github.com/openai/oai-maintained-plugins/tree/main/plugins/openai-ads-conversions",
  "license": "Proprietary",
  "keywords": [
    "openai-ads",
    "ads",
    "conversions",
    "measurement-pixel",
    "capi"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "OpenAI Ads Conversions",
    "shortDescription": "Set up OpenAI Ads Pixel and CAPI tracking",
    "longDescription": "Use OpenAI Ads Conversions to guide Codex through adding or extending Measurement Pixel and optional Conversions API instrumentation in a repository, with local verification helpers and guidance for safe secret handling, deduplication, attribution context, and setup reporting.",
    "developerName": "OpenAI",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://developers.openai.com/ads/",
    "privacyPolicyURL": "https://openai.com/policies/privacy-policy/",
    "termsOfServiceURL": "https://openai.com/policies/row-terms-of-use/",
    "defaultPrompt": [
      "Set up OpenAI Ads conversions tracking in this repository."
    ],
    "composerIcon": "./assets/icon.svg",
    "logo": "./assets/icon.svg",
    "screenshots": []
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[openai-ads-conversions on Agent Plugins Marketplace](https://pluginsmp.com/plugins/openai-ads-conversions-2)