AVAK Form Tracking Listener

外掛說明

AVAK Form Tracking Listener tracks form submissions, errors, and abandonment across multiple popular WordPress form plugins, integrating with Google Tag Manager and Google Analytics 4.

Supported Form Plugins

  • Contact Form 7 – Submissions, validation errors, spam detection, and mail failures
  • WPForms – Submissions and validation errors
  • Gravity Forms – Submissions and validation errors
  • Ninja Forms – Submissions and validation errors
  • HubSpot Forms – Embedded form submissions

Event Tracking

  • Form Submissions – Track successful form submissions
  • Validation Errors – Monitor form validation failures
  • Spam Detection – Track spam submissions (CF7)
  • Mail Failures – Detect email sending failures
  • Form Abandonment – Track when users start but don’t complete forms

Analytics Integration

  • Google Tag Manager – Push events to GTM dataLayer
  • Google Analytics 4 – Direct GA4 event tracking via gtag

How It Works

The plugin listens for form events on both the server side (via WordPress hooks) and the client side (via JavaScript). When a form event occurs, it pushes structured data to the GTM dataLayer and/or sends it to GA4.

Privacy

This plugin does not store any form data. It pushes event metadata (form type, form name, form ID, status) to Google Tag Manager and/or Google Analytics 4 based on your configuration. No personal data is collected or stored by the plugin itself.

螢幕擷圖

安裝方式

  1. Upload the avak-form-tracking-listener folder to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Form Tracking > Settings to configure

常見問題集

Which form plugins are supported?

Contact Form 7, WPForms (Free & Pro), Gravity Forms, Ninja Forms, and HubSpot Forms (embedded).

Does this work with Google Tag Manager?

Yes. The plugin pushes events to the GTM dataLayer. Configure triggers in GTM to listen for form events like form_submission, form_validation_error, and form_abandonment.

Does this work with Google Analytics 4?

Yes. Enable GA4 in settings, enter your Measurement ID, and events are sent via gtag.

Does this plugin slow down my site?

No. All tracking is asynchronous with minimal impact on page load.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈AVAK Form Tracking Listener〉的開發相關工作。

參與者

將〈AVAK Form Tracking Listener〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.0.0

  • Major rewrite for WordPress.org submission
  • Simplified plugin to core tracking functionality
  • Removed database logging and custom endpoint features
  • Single clean settings page
  • Full WordPress Coding Standards compliance
  • Added uninstall.php for clean removal