The plugin saves utm-parameters of your visitor to his order. You can see them in the special “utm” tab in the order’s detail page or by adding columns to the backend list. You can also use the report widget for analytics.
The following plugins are required
Shopaholic
No. 1 e-commerce platform for October CMS
Shopaholic
No. 1 e-commerce platform for October CMS
Orders for Shopaholic
Allows customers to purchase products using the cart
Orders for Shopaholic
Allows customers to purchase products using the cart
UTM Saver
Plugin allows to save visitors utm to cookie and use them in components and templates.
UTM Saver
Plugin allows to save visitors utm to cookie and use them in components and templates.
Usage
The plugin starts working immediately after installation without any configuration. It’s based on order create event of “Shopaholic Orders” plugin.
The plugin uses internal tables and classes and doesn’t interfere to Shopaholic configurations and database.
In the orders list you can add utm_source, utm_campaign, utm_medium, utm_term, utm_content columns. Also you can use filter field “utm” (look at the screenshots).
In the order’s detail page you can see the “utm” tab with the list of utm-parameters of particular order (look at the screenshots).
In the dashboard you can add a widget “Sources of orders” and choose the amount of days in the options. The widget draws a chart with the amount of orders grouped by utm_source value (look at the screenshots). In future it's planning to add some new widgets.
The plugin also provides you access to utm-attributes in php code:
$utm_source = $order->utm->utm_source;
Or you can get all utm-parameters via relation:
$utmParameters = $order->utm.
Permissions
The plugin has configurable permissions for report widgets.
Notes
The plugin supports russian localization. The plugin uses UTM Saver plugin to save utm-parameters in cookies.
-
This plugin has not been reviewed yet.
-
1.0.2 |
Shopaholic plugin added to dependencies Nov 06, 2019 |
---|---|
1.0.1 |
Initialize plugin. Nov 03, 2019 |