openai-ads-conversions Codex Plugin
Codex PluginCodexDeveloper ToolsSales, Marketing & Business OpsWeb & App DevelopmentThe explanation below is AI-generated. Please verify it against the sources.
openai-ads-conversions is a Codex plugin published by OpenAI that helps set up the OpenAI Ads Measurement Pixel in a repository and, optionally, wire up server-side Conversions API (CAPI) event submission. According to its README, it packages a skill containing setup instructions, reference material, and local scripts for verifying the resulting integration. It is used inside a Codex thread, where the assistant reads and writes repository code to add the tracking instrumentation on request. The bundled guidance also covers safe handling of secrets, avoiding duplicate conversion events, preserving attribution context, and producing a setup summary. The README notes that generated instrumentation should be reviewed against privacy, security, consent, and data-handling requirements before deployment, and that CAPI secrets or API keys must not be committed.
About the service
OpenAI Ads is OpenAI's advertising platform that lets businesses run ads within ChatGPT and measure their performance. Per the homepage documentation, it includes a JavaScript-based Measurement Pixel for reporting website conversion events, a server-side Conversions API for sending conversion data more reliably, and an Advertiser API for programmatic ad creation and performance monitoring. This plugin's automation focuses on integrating the Measurement Pixel and Conversions API portions of that platform into a codebase.
What you can do with openai-ads-conversions
- Ask Codex to add or extend the OpenAI Ads Measurement Pixel in a repository
- Optionally configure server-side Conversions API (CAPI) event submission
- Run the included local scripts to verify the generated integration
- Follow bundled guidance on secret handling, conversion event deduplication, and attribution context
- Receive a setup report describing what was configured
- Review the generated instrumentation against privacy, security, and consent requirements before deployment
Sources
History of openai-ads-conversions
- Codex Plugin Updated plugin manifest (plugin.json) of openai-ads-conversions
- Codex Plugin Updated version of openai-ads-conversions (0.1.0 → 0.1.2)