wp_unipixel_conversion_groups

Static

Stores unipixel conversion groups data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idINTNO
conceptual_eventVARCHAR(255)NO
descriptionTEXTYES
event_triggerVARCHAR(255)NO
trigger_targetVARCHAR(255)NO
created_atTIMESTAMPYES
updated_atTIMESTAMPYES

CREATE TABLE Statement

CREATE TABLE wp_unipixel_conversion_groups ( id INT NOT NULL AUTO_INCREMENT, conceptual_event VARCHAR(255) NOT NULL, description TEXT, event_trigger VARCHAR(255) NOT NULL, trigger_target VARCHAR(255) NOT NULL, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id) );

Safe to delete?

If you have uninstalled UniPixel: Meta, Pinterest, TikTok, Google & Microsoft Server-Side Tracking for WooCommerce, this table is generally safe to remove. However, always back up your database first.

Note: Some plugins share tables or are dependencies of other plugins. Verify nothing else depends on this table before dropping it.

How to remove this table

DROP TABLE IF EXISTS `wp_unipixel_conversion_groups`;

Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.

Other tables from UniPixel: Meta, Pinterest, TikTok, Google & Microsoft Server-Side Tracking for WooCommerce