openai-ads-conversions
v0.1.2Set up OpenAI Ads Measurement Pixel and optional Conversions API instrumentation.
By OpenAILicense: Proprietary7.1k GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 18, 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
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add openai-ads-conversions@openai-curatedPaste 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” remain stable.
- Codex:
openai-ads-conversions@agent-plugin-marketplace→openai-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/openai/pluginsClone 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
├── .codex-plugin/plugin.json└── skills/openai-ads-conversions-setup/SKILL.md
Included Skills1
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
{
"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": []
}
}For maintainers
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)