Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alejoasotelo/ps-mod-pspixel
- Owner: alejoasotelo
- Created: 2023-03-16T17:09:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T17:22:04.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T23:06:35.512Z (about 2 months ago)
- Topics: facebook, facebook-pixel, prestashop, prestashop-1-6, prestashop-module, pspixel
- Language: PHP
- Homepage: https://alejosotelo.com.ar
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
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
```