Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alejoasotelo/ps-mod-pspixel

Módulo para instalar el Pixel de Facebook en Prestashop 1.6
https://github.com/alejoasotelo/ps-mod-pspixel

facebook facebook-pixel prestashop prestashop-1-6 prestashop-module pspixel

Last synced: 3 days ago
JSON representation

Módulo para instalar el Pixel de Facebook en Prestashop 1.6

Awesome Lists containing this project

README

        

# Official PrestaShop Facebook Pixel module

The Official Facebook Pixel module will help you to implement an analysis tool into your website pages and track different types of events that occur when your clients visit your website and take an action.

Those are the events tracked on your website :

* **PageView**: all pages
* **ViewContent**: when a product page is viewed
* **ViewCategory**: when a category page is viewed
* **ViewCMS**: when a CMS page is viewed
* **AddToCart**: when a product is added to the cart
* **InitiateCheckout**: when a customer reaches his shopping cart summary page
* **AddPaymentInfo**: when a customer reaches the last step of the order funnel
* **Search**: when a customer makes a search
* **Purchase**: when a customer makes a purchase (success or failure)

All those events can then be analyzed in your Facebook Ads manager.

### Help

| Name | Link |
| ------ | ------ |
| Pixel manager Tools | [Pixel manager Tools ] [PlDb] |
| FAQ Facebook Pixel | [FAQ Facebook Pixel] [PlGh] |
| Pixel Helper | [Chrome extension Pixel Helper] [PlGd] |

[PlDb]:
[PlGh]:
[PlGd]:

## Instalación

Hay que clonar el repositorio, instalar las dependencias con composer, generar el zip e instalarlo en Prestashop desde el gestor de módulos.
O en vez de comprimir el zip, subir la carpeta pspixel a ./modules para que Prestashop lo detecte, buscarlo en el gestor de módulos e instalarlo.

```bash
git clone https://github.com/alejoasotelo/ps-mod-pspixel.git pspixel
cd pspixel
composer install --no-dev
cd ..
zip pspixel.zip pspixel
```