PixelBridge Ads Tracking for OpenAI helps WordPress site owners install the official OpenAI Ads Measurement Pixel, send supported conversion events, and verify that ChatGPT Ads measurement is actually working.
Official website: https://aiadspixel.com/
The plugin focuses on OpenAI Ads conversion tracking. It can load the official browser Pixel, optionally send the same conversions through the OpenAI Ads Conversions API, and keep a local event log for debugging.
PixelBridge Ads Tracking for OpenAI is an independent product and is not affiliated with, endorsed by, or sponsored by OpenAI. It is not an official OpenAI or ChatGPT product.
Features
- Official OpenAI Measurement Pixel installation
- Consent handling, including the WordPress Consent API
- page_viewed tracking once per page load after consent
- OpenAI Ads conversion tracking for standard web events
- Optional Conversions API with validate-only credential checks
- Browser and server-side measurement with shared event IDs where reliable
- WooCommerce conversion tracking
- Contact Form 7, Elementor Forms, and WPForms lead tracking
- URL conversion rules for thank-you pages
- Diagnostics for Pixel, CSP, consent, attribution, and duplicate implementations
- Local event log that does not store raw customer form data
Supported Events
- page_viewed
- contents_viewed
- items_added
- checkout_started
- order_created
- lead_created
- appointment_scheduled
- registration_completed
- subscription_created
- trial_started
- custom
Integrations
- WordPress page views and optional public registration
- WooCommerce product views, add to cart, checkout, and orders
- Contact Form 7
- Elementor Forms
- WPForms
- Cal.com embed bookings, when the documented success event is available
- URL rules for tools without a dedicated adapter
Conversions API
The Conversions API sends supported conversion events from your WordPress server. A key can be stored in settings or defined as AIADSPIXEL_CAPI_KEY in wp-config.php. The previous AIAP_CAPI_KEY constant is still accepted. The plugin can test credentials with validate_only so a production conversion is not recorded.
Consent
Consent is required before the official Pixel SDK is loaded and before conversion events are sent. Server-side events use the same decision. Supported modes:
- WordPress Consent API
- Manual JavaScript/PHP consent
- Unmanaged tracking after an explicit acknowledgement
Privacy
The plugin does not send telemetry to AIAdsPixel.com. Measurement requests go to OpenAI only when tracking is configured and consent allows it. The event log stores event names, statuses, and whether attribution identifiers were present — never the identifier values, emails, phone numbers, or API keys.
External Services
This plugin can contact OpenAI Ads measurement services. It does not send tracking or conversion data to AIAdsPixel.com.
OpenAI Ads Measurement Pixel SDK
When browser measurement is enabled and the required consent is granted, the plugin may load the official OpenAI Ads Measurement Pixel SDK from:
https://bzrcdn.openai.com/
The SDK may then send website visit and configured conversion measurement information to OpenAI. The official Pixel is not loaded until consent is granted.
OpenAI Ads Conversions API
When the Conversions API is enabled and consent permits it, the plugin sends configured conversion event data to:
https://bzr.openai.com/
Data that may be sent
Depending on your configuration, OpenAI may receive:
- Pixel ID
- conversion event name
- event ID
- event timestamp
- source/page URL
- product identifiers
- quantities
- currency
- conversion value
- OpenAI attribution identifiers such as oppref and obref when available
- optional hashed matching information if you explicitly enable enhanced matching
PixelBridge / AI Ads Pixel does not send tracking or conversion data to AIAdsPixel.com.
OpenAI policy links
OpenAI Advertising Terms: https://openai.com/policies/advertising-terms/
OpenAI Ad Tools Terms: https://openai.com/policies/ad-tools-terms/
OpenAI Privacy Policy: https://openai.com/policies/privacy-policy/
Other network requests
Admin diagnostics may request this site’s own homepage to check whether the Pixel snippet is present. That request stays on your WordPress site and is not sent to a third-party analytics service.
Getting Started
- Create a Pixel ID in the conversions tab of OpenAI Ads Manager.
- Paste it into PixelBridge Settings.
- Choose a consent setup that matches your site.
- Optionally enable the Conversions API and use Test connection.
- Enable detected integrations such as WooCommerce or Contact Form 7.
- Open Diagnostics to verify the official SDK is present after consent.