Convertmax

설명

Convertmax connects your site to Convertmax so you can capture user activity and conversion events.

Features:

  • Add your Convertmax public API key from WordPress admin.
  • Keep tracking disabled until explicitly enabled by a site admin.
  • Require visitor consent before tracking (via wp_has_consent( 'statistics' )).
  • Track on-site search events.
  • Optionally disable tracking for logged-in administrators.
  • Track supported form submissions for Contact Form 7, WPForms, and Formidable Forms.

After activation, go to Convertmax > General Options to configure your API key and tracking preferences.

Source code:

  • GitHub repository
  • Unminified JavaScript source is included in this plugin at js/cm.js
  • Minified production build is included at js/cm.min.js

Development Notes

The distributed SDK files included with this plugin are:

  • js/cm.js – human-readable source
  • js/cm.min.js – minified production build

Privacy

This plugin is intended to send analytics/conversion events to Convertmax after configuration.

When tracking is enabled and consent requirements are met, the plugin may send:

  • Page metadata (page ID, title, URL path, post type).
  • Search query text and result counts (if enabled).
  • Form submission-related metadata for supported forms (if enabled).
  • Commerce event data for WooCommerce actions (add-to-cart and completed purchase events), including order/product details.

Site owners are responsible for:

  • Obtaining any required user consent.
  • Maintaining a compliant privacy policy.
  • Configuring tracking features according to local legal requirements.

설치

  1. Upload the convertmax plugin folder to /wp-content/plugins/.
  2. Activate Convertmax from the Plugins screen.
  3. Open Convertmax in the WordPress admin menu.
  4. Enter your Convertmax public API key and save settings.

FAQ

Where do I find my API key?

Get your public API key from your Convertmax account dashboard.

Does this plugin track administrators?

Only if you leave the admin tracking option enabled. You can disable admin tracking in General Options.

Which forms are supported?

This version supports Contact Form 7, WPForms, and Formidable Forms event tracking toggles.

How does consent work?

If Require Visitor Consent is enabled, Convertmax only tracks when a consent provider exposes wp_has_consent( 'statistics' ) and the visitor has granted consent.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Convertmax”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Convertmax”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial public release.
  • Settings page with general and form tracking options.