| 开发者 | pralayasimha |
|---|---|
| 更新时间 | 2026年6月2日 00:18 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
event_id values for browser and server events so Meta merges them automatically._fbp and _fbc cookies from PHP (server side), extending their lifespan up to 2 years and bypassing Safari ITP limits.CompleteRegistration events when new users register on your site.datablow-capi-tracker folder to /wp-content/plugins/, or install directly from the WordPress Plugin Directory.Go to Meta Events Manager → Settings → scroll to the Conversions API section → click Generate access token.
When you send both browser (Pixel) and server (CAPI) events, Meta could count the same conversion twice. The plugin attaches a matching eventID to both the browser and server events. Meta detects the matching IDs and merges them into a single event.
Go to Meta Events Manager → Test Events, copy the Test Event Code, paste it into the plugin's Configuration panel, then go to the Test Event Center tab and click Trigger Server-Side Event.
The plugin stores the last 50 CAPI request logs in the WordPress database (wp_options), which include HTTP response codes and Meta API response bodies. No raw user PII (email, phone, name) is stored — all fields are SHA-256 hashed before transmission and are not stored in logs.
The plugin transmits hashed user data and cookies to Meta. You are responsible for obtaining appropriate user consent under GDPR or other applicable regulations before enabling tracking. Consider using a cookie consent plugin to gate tracking until consent is given.
meta_capi to dataevtr to avoid conflicts with other plugins.$_COOKIE, $_SERVER, and $_GET inputs now all sanitized and validated before use.wp_add_inline_script() — no direct echo '<script>' calls.esc_url() (not esc_url_raw) for URL values in JavaScript string context.wp_add_inline_script() attached to a registered script handle.datablow-capi-tracker.