id: adtech/openai-ads-adapter-template
name: OpenAI Ads Adapter Template
description: Mock-first read-only adapter contract for OpenAI Ads accounts, campaigns, ads, insights, and product feeds.
version: 0.1.0
released_at: "2026-07-24T00:00:00Z"
category: tools-mcp/adtech
tags:
  - openai-ads
  - adapter
  - read-only
  - campaign-insights
  - product-feeds
license: MIT
author:
  name: AI Skills Guide Maintainers
  url: https://github.com/ai-knowledge-hub/ai-skills-guide
repository: https://github.com/ai-knowledge-hub/ai-skills-guide
runtimes:
  - codex
  - claude
  - generic
entrypoints:
  spec: TOOL.md
  readme: README.md
  tests: tests/test-prompts.md
  examples_dir: examples
dependencies:
  apis:
    - OpenAI Ads API
  tools:
    - secret_manager
operational:
  connected_system: OpenAI Ads API or local mock fixtures
  capabilities:
    - Read advertiser account metadata.
    - List campaigns and ads.
    - Retrieve campaign insights.
    - Validate product-feed records.
  auth_required:
    - Account-scoped OpenAI Ads API credential for live bindings
  access_level: read-only
  trust_boundary: third-party-hosted
  approval_boundary: Read-only by design; future writes must use the existing policy-gated ad-platform executor.
usability:
  availability: template-only
  execution: integration-template
  limitations:
    - This package contains contracts and fixtures, not an API client.
  quickstart: Use adtech/openai-ads-api-client for an executable mock or live read-only integration.
verification:
  tests_min_prompts: 5
  deterministic_scripts: false
  security_reviewed: false
deprecated: false
