Inputs
Output
Type:Dict
Returns the created feed exactly as returned by the OpenAI Ads API (feed_id, name, countries, currencies, created_at, updated_at).
Fields: dynamic (depend on the inputs)
Example:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a product feed on the connected OpenAI Ads account
| App | OpenAI Ads |
| Operation ID | openai_ads_create_product_feed |
| Type | Action |
| Connection | openai_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | Yes | - | Product feed name (up to 255 characters). |
countries | array (also accepts a comma-separated string) | No | - | Optional ISO country codes the feed serves (e.g. ‘US’). Determines the feed’s currencies. |
Dict
Returns the created feed exactly as returned by the OpenAI Ads API (feed_id, name, countries, currencies, created_at, updated_at).
Fields: dynamic (depend on the inputs)
Example:
{
"feed_id": "acme_feed",
"name": "Acme",
"countries": [
"US"
],
"currencies": [
"USD"
]
}
