> For the complete documentation index, see [llms.txt](https://docs.adpage.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adpage.io/documentation/documentation-nl/integraties-marketingtools/chatgpt-ads/waar-je-de-openai-pixel-id-en-api-key-vindt.md).

# Waar je de OpenAI Pixel ID en API Key vindt

Hoe je de OpenAI Pixel ID en API Key ophaalt via OpenAI Ads Manager

Om server-side gebeurtenissen naar ChatGPT Ads te verzenden, heb je twee waarden nodig: de **Pixel-ID** van de pixel waarnaar je gebeurtenissen wilt verzenden, en een **API-sleutel** die deze gebeurtenissen autoriseert. Beide komen uit het OpenAI Ads Manager-account van de klant.

{% hint style="info" %}
Toegang tot OpenAI Ads Manager is nog steeds beperkt zolang het platform zich in de vroege uitrolfase bevindt. Als de klant deze nog niet heeft, moet hij Conversions API-toegang aanvragen bij hun OpenAI-accountteam voordat je deze tracking kunt implementeren.
{% endhint %}

### De OpenAI Pixel-ID vinden

{% stepper %}
{% step %}

#### Open OpenAI Ads Manager

Vraag de klant om toegang tot hun OpenAI Ads Manager-account, of laat hen de waarden rechtstreeks met je delen.
{% endstep %}

{% step %}

#### Zoek de pixel

Zoek in de instellingen voor conversietracking van het account het conversiepixel dat de klant heeft gemaakt. De Pixel-ID staat daar vermeld.
{% endstep %}
{% endstepper %}

### De API-sleutel vinden

{% stepper %}
{% step %}

#### Vraag Conversions API-toegang aan

De API-sleutel is nog niet self-service. De klant moet deze aanvragen bij hun OpenAI-accountteam.
{% endstep %}

{% step %}

#### Bewaar de sleutel veilig

Zodra de API-sleutel is uitgegeven, behandel je die als elke andere toegangstoken: voer hem alleen in bij de OpenAI Conversions API-tag in de GTM-servercontainer, en deel hem niet daarbuiten.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.adpage.io/documentation/documentation-nl/integraties-marketingtools/chatgpt-ads/waar-je-de-openai-pixel-id-en-api-key-vindt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
