pixlee-for-magento

Magento Extension

This extension updates Pixlee's albums and products automatically with products created within Magento. Also, after setup, allows tracking of cart analytics.

Releases (9)

Date Version Notes
2017-08-01 2.0.0.25

First requires configuration in System > Configuration > Pixlee Account Configuration.

2017-07-06 2.0.0.23

- Add category widgets

2017-07-05 2.0.0.24

First requires configuration in System > Configuration > Pixlee Account Configuration.

2016-03-31 2.0.0.5

First requires configuration in System > Configuration > Pixlee Account Configuration.

2016-03-24 2.0.0.2

- Track stock information on product/order updates
- More consistently send product/variant sku/id information over analytics
- Send more detailed version information over analytics

2016-03-24 2.0.0.4

First requires configuration in System > Configuration > Pixlee Account Configuration.

2016-03-24 2.0.0.3

First requires configuration in System > Configuration > Pixlee Account Configuration.

2016-03-14 2.0.0.1

This plugin is an upgrade to the Pixlee Magento plugin 1.0.0. It includes the following improvements -

1. Product exports updated to use Pixlee V2 API
- Product exports now send inventory (stock) information
- Product exports on "configurable" and "grouped" products now also send a JSON of IDs/SKUs of associated products

2. Standardized Analytics
Add to Cart and Remove From Cart analytics will now include the following fields
- product_id
- product_sku
- variant_id
- variant_sku
- quantity
- price

Checkout Start and Conversion will now include the following fields
- cart_contents (Summary of all the products in the cart)
- cart_total (net price)
- cart_total_quantity
- currency
- order_id

In addition to those fields, all of the events will include the following fields
- ecommerce_platform (magento_1)
- ecommerce_version (version of the plugin)
- version_hash - refers to the latest git commit hash in the master branch

3. Recognizing unique users
All of the users are now tracked using a 'distinct_user_hash' which is issued by Segment. To keep the 'distinct_user_hash' consistent throughout the period of time when the user is on the website - we use segment to only issue a distinct_user_hash relative to photos.pixlee.com. This helps us to recognize all users even if they we re-directed to a different domain.

2016-03-14 2.0.0

This plugin is an upgrade to the Pixlee Magento plugin 1.0.0. It includes the following improvements -

1. Product exports updated to use Pixlee V2 API
- Product exports now send inventory (stock) information
- Product exports on "configurable" and "grouped" products now also send a JSON of IDs/SKUs of associated products

2. Standardized Analytics
Add to Cart and Remove From Cart analytics will now include the following fields
- product_id
- product_sku
- variant_id
- variant_sku
- quantity
- price

Checkout Start and Conversion will now include the following fields
- cart_contents (Summary of all the products in the cart)
- cart_total (net price)
- cart_total_quantity
- currency
- order_id

In addition to those fields, all of the events will include the following fields
- ecommerce_platform (magento_1)
- ecommerce_version (version of the plugin)
- version_hash - refers to the latest git commit hash in the master branch

3. Recognizing unique users
All of the users are now tracked using a 'distinct_user_hash' which is issued by Segment. To keep the 'distinct_user_hash' consistent throughout the period of time when the user is on the website - we use segment to only issue a distinct_user_hash relative to photos.pixlee.com. This helps us to recognize all users even if they we re-directed to a different domain.