Magento E-Commerce

Hello,

I am looking for help integrating the E-Commerce portion of Piwik with Magento. Currently, I have the E-Commerce setting turned on but it does not track automatically with the code. I read somewhere that you can trace conversions using individual coding on a per item basis, however we have 1000’s of items and that would be impossible. Google Analytics dynamically retrives the item sku, item name, price, etc when a purchase has been made. How can I get Piwik to do the same?

Thanks ahead of time for the assistance.

http://www.mobiledistributorsupply.com

We also would like to sponsor a Magento plugin for Piwik. If you know a good magento developer let us know

Hey guys,
I just finished my module for piwik support in magento a couple of days ago.

It just binds piwik into the shop, you have to have a running version of piwik already.

Check it out and let me know what you think

http://www.mavelopment.com/index.php/piwik-support.html

Cheers

you have tested this in Enterprise?

Hey guys,
I just finished my module for piwik support in magento a couple of days ago.

It just binds piwik into the shop, you have to have a running version of piwik already.

Check it out and let me know what you think

http://www.mavelopment.com/index.php/piwik-support.html

Cheers

Whichs versions will this work for?

I didn’t tested it in enterprise. But it’s been tested in 1.4 and 1.6 of the community version

Do you think there would be problems in enterprise?

I dont think so, but you better test it in a development environment

Okay, thanks.

If you tried it, I’d appreciate some feedback :slight_smile:

If I’m allowed to, I’ll let you know.

Great to hear that you built a magento extension.

What does it do exactly?
how to install it? does it enable full ecommerce tracking automatically?

for now it just puts the code for piwik into the frontend of the store. I will work on that ecommerce tracking. I didnt really get a grasp on the documentation for that yet.

Thanks./ You can get the ecommerce tracking code from an old version of the Jirafe plugin (Which used to use piwik!)

The source code is here:
https://github.com/jirafe/magento-plugin/

and this is where you need to make most of the changes (apart from changing the names,etc)
https://github.com/jirafe/magento-plugin/blob/master/app/code/community/Fooman/Jirafe/Block/Js.php
ie use piwik javascript calls

this is the last code where we use vanilla piwik
https://github.com/jirafe/magento-plugin/blob/01b5fe043b345571f87cdc6722526bfda64dd133/app/code/community/Fooman/Jirafe/Block/Js.php

hey matt, thanks a lot for that material. I’ll look it through.

greets, mavi

Just FYI, we’ve been working on the extension now and its gonna be published in the next few weeks.

While working with the piwik js-api, we realized again, how awesome piwik is.

so stay tuned :slight_smile:

grets, mavi

good to hear, cant wait to see thsi

hey matt, thanks a lot for that material. I’ll look it through.

Hey guys,

I am proud to announce that we finally released our new module Piwik Integration Pro

Find all information (including a list of features and screenshots) here:

http://www.mavelopment.com/piwik-integration-pro.html

Regards,
Mavi