Linux 软件免费装
Banner图

Openpixly – Conversion Tracking & Product Feed for OpenAI Ads

开发者 zgrkaralar
unbelievabledigital
更新时间 2026年9月21日 03:03
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce conversion tracking openai meta pixel chatgpt ads

下载

1.2.0 1.2.1 1.3.0

详情介绍:

Openpixly installs the official ChatGPT Ads Measurement Pixel on every page and sends the standard conversion events for you: Amounts are sent as integers in the currency's ISO 4217 minor unit, customer identifiers are normalized and SHA-256 hashed on the server before they reach the browser, and a <noscript> image tag covers visitors without JavaScript. Meta (Facebook & Instagram) pixel Enable the Meta provider and enter your Pixel ID to send the same events to Meta: PageView, ViewContent, AddToCart, InitiateCheckout, Purchase and CompleteRegistration, with content_ids / contents that match the Meta catalog feed. Advanced matching data is normalized and SHA-256 hashed on the server. With a Conversions API access token, Purchase is also sent from the server with the same event ID, the _fbp / _fbc cookies captured at checkout, and the customer's IP address and user agent, so Meta deduplicates browser and server events. Each provider has its own "Track WooCommerce events" switch. Consent Choose "Require consent first" to initialize the pixel with consent set to false. Grant consent from your cookie banner with window.openPixel.grantConsent(); the WP Consent API "marketing" category is detected automatically. Conversions API Enable it and paste the API key from the Conversions tab of Ads Manager (for Meta: the access token from Events Manager). Orders are delivered asynchronously with retries and logged under WooCommerce > Status > Logs (source: openpixly). The OpenAI "Send test event" button validates your credentials without recording anything; the Meta one sends the event with your test event code so it only shows under Events Manager > Test events. Product feed for ChatGPT Ads The Product feed tab builds a catalog file from your WooCommerce products in the OpenAI product feed format (or the Google-compatible profile) as CSV, TSV or JSONL: one row per simple product or variation, with group_id and variant_dict for variants, prices as "79.99 USD", availability, images, brand, category, GTIN/MPN and is_ads_eligible. The file is rebuilt on a schedule and served at a private tokenized URL you can hand to OpenAI, or downloaded for upload to the SFTP location shown in Ads Manager > Feeds. Meta catalog feed Switch on "Also build a Meta catalog feed" and the same build writes a second CSV in Meta's catalog format (id, title, description, availability, condition, price, link, image_link, brand, sale_price, item_group_id, ...), served at its own private URL. Paste it in Commerce Manager > Catalog > Data sources > Data feed > Scheduled feed. Item ids equal the pixel's content_ids, which is what Advantage+ catalog ads need. Extensible The plugin is a small pixel manager: integrations emit normalized events on a bus and each provider maps them to its own API. Additional providers (Google Ads, TikTok, ...) can be registered with the openpixel_pixel_providers filter.

安装:

  1. Upload the openpixly folder to /wp-content/plugins/.
  2. Activate the plugin through the "Plugins" screen in WordPress.
  3. Go to Settings > Pixel Manager, enter the Pixel ID of the provider(s) you use and enable them.

常见问题:

Where do I find my Pixel ID and Conversions API key?

In ChatGPT Ads Manager, Conversions tab. For Meta: Events Manager > Data sources (Pixel / dataset ID) and the dataset's Settings > Conversions API > Generate access token.

My site uses a Content Security Policy.

Allow script-src https://bzrcdn.openai.com, connect-src https://bzr.openai.com https://bzrcdn.openai.com and img-src https://bzr.openai.com. For the Meta pixel add script-src https://connect.facebook.net and connect-src / img-src https://www.facebook.com. Use the openpixel_script_nonce filter to add your nonce to the inline snippets.

Does it work with WooCommerce HPOS?

Yes. The plugin only uses the WooCommerce CRUD order API and declares HPOS compatibility.

更新日志:

1.3.0 1.2.1 1.2.0 1.1.0 1.0.0