Descripción
Trackity for WooCommerce is the official WordPress client for the Trackity SaaS analytics service (https://trackity.com). The plugin is non-functional on its own — it requires an active Trackity account and API key. Once a merchant connects the store, the plugin sends order, checkout, product, customer, attribution, click identifier, browser, and runtime error data to Trackity for analytics, attribution, and ad-platform conversion tracking.
Tracking is inactive until the merchant connects the plugin. Disconnecting the plugin removes local Trackity credentials and stops the storefront script and event delivery.
External services
This plugin connects to the Trackity API, a third-party SaaS service operated by Trackity. Connection to this service is required for the plugin to function — without it the plugin performs no tracking and sends no data.
Service: Trackity Analytics
Provider: Trackity (https://trackity.com)
API endpoint: https://api.trackity.com
Privacy Policy: https://www.trackity.com/privacy-policy/
Terms & Conditions: https://www.trackity.com/terms-and-conditions/
What is sent to Trackity, when, and why:
- During connection: the store URL, the merchant-supplied Trackity API key, and a CSRF state token are sent to
https://api.trackity.com/api/woocommerce/oauth/authorizeand/api/woocommerce/oauth/exchange. This is required to authenticate the store against the merchant’s Trackity account. - When a WooCommerce order, customer, or product event fires: the relevant order/customer/product payload (including billing/shipping address, email, line items, totals, and tracking attribution captured on the storefront) is sent to
https://api.trackity.com/api/woocommerce/webhooks. This is required for analytics and ad-platform conversion reporting. - On every storefront page load while connected: a JavaScript file is requested from
https://api.trackity.com/pixel/global-script. That script initialises the ad-network pixels (Meta, Google Ads, TikTok, Microsoft Bing, LinkedIn, Snapchat, Reddit, Pinterest) that the merchant has connected inside the Trackity dashboard. The set of pixels is merchant-specific and changes whenever the merchant connects or disconnects an ad platform in Trackity, which is why it cannot be bundled statically with the plugin. The script is loaded asynchronously and is only injected after the merchant has explicitly connected the plugin. - On storefront pixel events (page view, product view, add to cart, begin checkout, payment info, purchase, runtime errors): the corresponding event payload is sent to the matching
/pixel-events/*endpoint athttps://api.trackity.com.
The Trackity service is governed by Trackity’s Privacy Policy and Terms & Conditions, linked above. Site owners using this plugin are responsible for disclosing the use of Trackity (and any ad-platform pixels they enable through it) in their own site privacy policy and for obtaining any visitor consent required by their local data-protection law (GDPR, CCPA, etc.). The plugin registers WordPress personal-data exporter and eraser callbacks so order tracking data can be exported or erased through Tools Export Personal Data and Tools Erase Personal Data.
Instalación
- Upload the plugin folder to
/wp-content/plugins/. - Activate Trackity for WooCommerce in WordPress.
- Go to the Trackity admin page.
- Enter your Trackity API key and connect the store.
FAQ
-
Does tracking start immediately after activation?
-
No. Tracking starts after a store administrator connects the plugin with a Trackity API key.
-
Can I disconnect the plugin?
-
Yes. Use the Disconnect button on the Trackity admin page.
Reseñas
No hay valoraciones para este plugin.
Colaboradores y desarrolladores
«Trackity for WooCommerce» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Trackity for WooCommerce» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.0.0
Initial release.