Integrate Skroutz Analytics to your WooCommerce enabled Wordpress site.
This plugin provides the integration between Skroutz Analytics and the WooCommerce plugin.
Visit documentation for Skroutz Analytics Woocommerce Plugin.
The plugin provides filters that allows you to customize the fields that will be reported to analytics:
* wc_skroutz_analytics_tracking_order_id_filter
* wc_skroutz_analytics_tracking_order_revenue_filter
* wc_skroutz_analytics_tracking_order_shipping_filter
* wc_skroutz_analytics_tracking_order_tax_filter
* wc_skroutz_analytics_tracking_order_paid_by_filter
* wc_skroutz_analytics_tracking_order_paid_by_descr_filter
* wc_skroutz_analytics_product_id_filter
* wc_skroutz_analytics_tracking_item_name_filter
* wc_skroutz_analytics_tracking_item_price_filter
* wc_skroutz_analytics_tracking_item_quantity_filter
* wc_skroutz_analytics_product_reviews_widget_id_filter
admin panel > Plugins > Add New
.Shop Account ID
to the plugin’s settings.wp-content/plugins/
directory.Shop Account ID
to the plugin’s settings.We support Skroutz.gr
This plugin will add the settings to the WooCommerce Integration tab.
WooCommerce > Settings > Integration > Skroutz Analytics
Visit skroutz for merchants page, and navigate to the Skroutz Analytics section. Otherwise you may contact your account manager.
Make sure you have set your Skroutz Analytics Shop Account ID
in the plugin settings, otherwise tracking won’t work.
Skroutz provides you a temporary verification page
during the testing phase of the skroutz analytics integration. You can visit skroutz for merchants page or contact your account manager.
This plugin does not track any admin pages, only frontend pages.
Duplicate Skroutz Analytics code causes a conflict in tracking. Remove any other Skroutz Analytics plugins or code from your site to avoid duplication and conflicts in tracking.
The plugin uses the WooCommerce tax rates you have configured in the settings. If the Enable Taxes
option is disabled, or there are no Tax Rates
configured, a default tax rate based on the flavor/country will be used to manually the calculate the order tax from the order revenue. So to avoid that, you need to properly setup your tax rules:
Enabled Taxes
option under WooCommerce > Settings > Tax > Tax Options
Standard Tax Rate
under WooCommerce > Settings > Tax > Standard Rates
Shipping checkbox
is checked in the Tax Rates table (see above)Tax Status
under WooCommerce > Settings > Shipping > Flat Rate
must be set to Taxable
. Note that the Cost
value should be set excluding tax, as the tax will be automatically applied by WooCommerce. For example if you want the shipping cost to be 5 euro, you should set the cost to 4.03, given a 24% rate tax. The same applies for all the shipping methods that are enabled for your eshop.The option to use a custom postmeta id is supported. You have to check the Use custom postmeta id
option in the plugin settings, and then specify the custom id key used in the postmeta table. Note that if the custom id is not found for a product the product id/sku will be used instead.
Select the option Send parent Unique ID combined with specified variation attribute term IDs
in the plugin settings and specify in the select box the grouping attribute (e.g. color). You can set more that one grouping attributes. But note that the order in which the attributes are set in the settings also affects the generated Unique ID.
The Unique ID that will be generated is a combination of the parent product ID and the specified grouping attribute terms <parent product ID>-<attribute1 termA ID>-<attributeN termY ID>
.
The following rules apply:
<product ID>
is used.<parent product ID>
is used.<parent product ID>-<attribute term ID>
is used.<parent product ID>-<attribute1 termA ID>-<attribute2 termB ID>
is used.The option to use a custom global object name is supported. You have to check the Use custom global object name
option in the plugin settings, and then specify a name in the text field.
The plugin provides two WordPress Widgets, that you can easily add:
Detailed documentation on how to integrate the widgets can be found here.
wc_skroutz_analytics_tracking_order_id_filter
wc_skroutz_analytics_tracking_order_revenue_filter
wc_skroutz_analytics_tracking_order_shipping_filter
wc_skroutz_analytics_tracking_order_tax_filter
wc_skroutz_analytics_tracking_order_paid_by_filter
wc_skroutz_analytics_tracking_order_paid_by_descr_filter
wc_skroutz_analytics_tracking_item_name_filter
wc_skroutz_analytics_tracking_item_price_filter
wc_skroutz_analytics_tracking_item_quantity_filter
wc_skroutz_analytics_product_reviews_widget_id_filter
failed
status.wc_skroutz_analytics_product_id_filter
for allowing the customization of the generated Unique ID.deploy
directory that was falsely included in version 1.3.1.product->id
, product->get_variation_id
, product->parent
deprecation notices thrown in newest WooCommerce versions.sa
to {site}_analytics
requires at least: 2.5.0
and tested up to: 3.3.0
Add fallback mechanism when product SKU is not set.
Generate custom product id when admin product id setting is set to SKU and the product SKU field is not set.
Disable cloudflare rocket loader for tracking scripts
Fix item price to always include the tax
Project restructure
Initial release