OpenAI Ads

Supports:

  • ✅ Model sync destination
  • ✅ Bulk sync source
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
api_keystringAPI keytrue
conversions_api_keystringConversions API key

Required only for sending conversion events.
false

Example

{
"name": "OpenAI Ads connection",
"type": "openai_ads",
"configuration": {
"api_key": "",
"conversions_api_key": ""
}
}

Model Sync

Target

OpenAI Ads connections may be used as the destination in a model sync.

Target creation

OpenAI Ads connections may be used to create a new target for a model sync. The following parameters are required to create a new target:

NAMEDESCRIPTIONENUM
nameAudience namefalse

Bulk Sync

Source

Configuration

NameTypeDescriptionRequired
reporting_lookbackintegerLookback period for reportsfalse

Example

{
...
"source_configuration": {
"reporting_lookback": 0
}
}