PHPackages                             spirit-digital-agency/magento2-skroutz-analytics - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. spirit-digital-agency/magento2-skroutz-analytics

ActiveMagento2-module[API Development](/categories/api)

spirit-digital-agency/magento2-skroutz-analytics
================================================

Integrate skroutz analytics to your Magento 2 store.

1.0.4(2y ago)469GPL-3.0-or-laterPHPPHP ~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0

Since Feb 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/spiritdigitalagency/magento2-skroutz-analytics)[ Packagist](https://packagist.org/packages/spirit-digital-agency/magento2-skroutz-analytics)[ RSS](/packages/spirit-digital-agency-magento2-skroutz-analytics/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

[![GitHub all releases](https://camo.githubusercontent.com/48ba421dd3950d80036a6db09d4d573048194dca4e2f20c292cff989c993a4ae/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f7370697269746469676974616c6167656e63792f6d6167656e746f322d736b726f75747a2d616e616c79746963732f746f74616c3f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/48ba421dd3950d80036a6db09d4d573048194dca4e2f20c292cff989c993a4ae/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f7370697269746469676974616c6167656e63792f6d6167656e746f322d736b726f75747a2d616e616c79746963732f746f74616c3f7374796c653d666f722d7468652d6261646765)[![GitHub Release Date](https://camo.githubusercontent.com/41449d52980914ad10d8f1a6b442fcc026308f08ad6917f17ec1869a6cf6853d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652d646174652f7370697269746469676974616c6167656e63792f6d6167656e746f322d736b726f75747a2d616e616c79746963733f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/41449d52980914ad10d8f1a6b442fcc026308f08ad6917f17ec1869a6cf6853d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652d646174652f7370697269746469676974616c6167656e63792f6d6167656e746f322d736b726f75747a2d616e616c79746963733f7374796c653d666f722d7468652d6261646765)[![Packagist Version](https://camo.githubusercontent.com/050558a921927460493ec1905ff0f976f2b4f97c1c2da87b5aec2494f2d82440/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7370697269742d6469676974616c2d6167656e63792f6d6167656e746f322d736b726f75747a2d616e616c79746963733f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/050558a921927460493ec1905ff0f976f2b4f97c1c2da87b5aec2494f2d82440/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7370697269742d6469676974616c2d6167656e63792f6d6167656e746f322d736b726f75747a2d616e616c79746963733f7374796c653d666f722d7468652d6261646765)[![GitHub](https://camo.githubusercontent.com/290a5f464469a364f1e2f93f745e6cee1bf141ee1d361d6cb99a8fc54bb1ebf7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f7370697269746469676974616c6167656e63792f6d6167656e746f322d736b726f75747a2d616e616c79746963733f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/290a5f464469a364f1e2f93f745e6cee1bf141ee1d361d6cb99a8fc54bb1ebf7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f7370697269746469676974616c6167656e63792f6d6167656e746f322d736b726f75747a2d616e616c79746963733f7374796c653d666f722d7468652d6261646765)

Skroutz Analytics Integration Magento 2 Module
==============================================

[](#skroutz-analytics-integration-magento-2-module)

Integrate skroutz analytics to your Magento 2 store.

This module provides the integration between [Skroutz Analytics](http://developer.skroutz.gr/analytics/) and the [Magento 2](https://magento.com/) store.

- Integrates the analytics tracking script to all your frontend pages.
- Integrates the ecommerce data (transactions and revenue) generated during an order.
- Integrates the skroutz partner embedded badge as a widget for the store’s pages.
- Integrates the skroutz product reviews as a tab to all your product pages.
- Select any of your Magento Product attributes or custom attributes to match your skroutz XML feed
- Compatible with Magento 2.3.x and Magento 2.4.x

The module is available from the Github repo.

Installation
------------

[](#installation)

### Install via composer (recommended)

[](#install-via-composer-recommended)

We recommend you to install Spirit\_Skroutz module via composer. It is easy to install, update and maintain.

Run the following command in Magento 2 root folder.

#### Install

[](#install)

```
composer require spirit-digital-agency/magento2-skroutz-analytics
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

```

#### Upgrade

[](#upgrade)

```
composer update spirit-digital-agency/magento2-skroutz-analytics
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

```

### Manual

[](#manual)

If you don't want to install via composer, you can use this way.

- Download [the latest version here](https://github.com/spiritdigitalagency/magento2-skroutz-analytics/archive/master.zip)
- Extract `master.zip` file to `app/code/Spirit/Skroutz`. You should create a folder path `app/code/Spirit/Skroutz` if not exist.
- Go to Magento root folder and run upgrade command line to install `Spirit_Skroutz`:

```
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

```

Setup
-----

[](#setup)

There are several configuration options for this extension which can be found at `Stores > Configuration > Spirit > Skroutz`.

### Skroutz Analytics

[](#skroutz-analytics)

1. Navigate to `Stores > Configuration > Spirit > Skroutz > Skroutz Analytics`
2. Set the `Enabled` to `yes`
3. Set the `Shop Account ID` to the one provided by Skroutz
4. Set the `Unique ID` to the product Unique ID you are using in your XML Feed
5. Save and Flush Magento Cache

Additional Configuration
------------------------

[](#additional-configuration)

Skroutz analytics should be enabled and configured properly for additional features to function properly.

### Skroutz Reviews

[](#skroutz-reviews)

Enable Skroutz Product Reviews to display the Skroutz review tab at the product page.

#### Merchants Control Panel Settings

[](#merchants-control-panel-settings)

1. Navigate to `Integrations > Product Reviews`
2. Enable the widget and choose the desired style

#### Magento Settings

[](#magento-settings)

1. Navigate to `Stores > Configuration > Spirit > Skroutz > Skroutz Reviews`
2. Set the Enabled to yes.
3. Choose the theme you want (inline - extended)
4. Save and Flush Magento Cache

### Skroutz Embedded Badge

[](#skroutz-embedded-badge)

You can either use embedded badge with a layout handle to conditional display the badge in some store pages, or you can directly embed it in a page / static block.

#### Merchants Control Panel Settings

[](#merchants-control-panel-settings-1)

1. Navigate to Integrations &gt; Skroutz Partner Badge
2. Enable the widget and choose the desired Embedded Badge Style

#### Magento Settings

[](#magento-settings-1)

###### Page / Static Block Embed

[](#page--static-block-embed)

1. Navigate to `Content > Pages or Content > Blocks`
2. Find the `Edit Page – Block`
3. Choose `Insert Widget` from editor toolbar
4. Select widget type `Skroutz Badge`
5. Insert Widget
6. Save and Flush Magento Cache

###### Conditional Embed

[](#conditional-embed)

1. Navigate to `Content > Widgets`
2. Add new widget
3. Select type `Skroutz Badge`
4. Assign to the desired store views
5. Add Layout Update
6. Display on All Pages
7. Pick the location you want the badge to be
8. Save and Flush Magento Cache

Author
------

[](#author)

Name: [Spirit Digital Agency](https://spirit.com.gr/)

Email:

Release Date: 23 - 02 - 2021

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~226 days

Total

5

Last Release

998d ago

PHP version history (3 changes)1.0.0PHP ~7.1.3||~7.2.0||~7.3.0||~7.4.0

1.0.3PHP ~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0

1.0.4PHP ~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/929ef35579cff889c1d6a16db6b23a7adc80e1bb70217bcec3cbe737be99b736?d=identicon)[spiritdigitalagency](/maintainers/spiritdigitalagency)

---

Top Contributors

[![vpsnak](https://avatars.githubusercontent.com/u/1353263?v=4)](https://github.com/vpsnak "vpsnak (44 commits)")

---

Tags

composermagento2-moduleskroutzskroutz-analyticsspiritintegrationmagento2magento2 moduleskroutzskroutz-analytics

### Embed Badge

![Health badge](/badges/spirit-digital-agency-magento2-skroutz-analytics/health.svg)

```
[![Health](https://phpackages.com/badges/spirit-digital-agency-magento2-skroutz-analytics/health.svg)](https://phpackages.com/packages/spirit-digital-agency-magento2-skroutz-analytics)
```

###  Alternatives

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[collab/module-speculation-rules

Magento 2 module which adds support for Speculation Rules API for instant page loads.

108.5k](/packages/collab-module-speculation-rules)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
