-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
55 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"name": "isotope/gtag-events", | ||
"description": "Adds Google Tag Manager eCommerce tracking to Isotope eCommerce", | ||
"keywords": ["contao", "isotope", "google", "tag", "analytics", "ecommerce"], | ||
"homepage": "https://extensions.terminal42.ch/p/isotope-gtag-events", | ||
"type": "contao-bundle", | ||
"license": "commercial", | ||
"authors": [ | ||
{ | ||
"name": "terminal42 gmbh", | ||
"homepage": "https://www.terminal42.ch" | ||
} | ||
], | ||
"support": { | ||
"docs": "https://extensions.terminal42.ch/docs/isotope-gtag-events/" | ||
}, | ||
"require": { | ||
"php": "^8.1", | ||
"contao/core-bundle": "^4.13", | ||
"isotope/isotope-core": "^2.8", | ||
"symfony/config": "^5.4", | ||
"symfony/dependency-injection": "^5.4", | ||
"symfony/http-foundation": "^5.4", | ||
"symfony/http-kernel": "^5.4", | ||
"twig/twig": "^3.0" | ||
}, | ||
"require-dev": { | ||
"contao/manager-plugin": "^2.0", | ||
"terminal42/contao-build-tools": "dev-main" | ||
}, | ||
"conflict": { | ||
"contao/manager-plugin": "<2.0 || >=3.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
de: | ||
title: Google Analytics eCommerce tracking für Isotope eCommerce | ||
description: > | ||
Fügt automatisch die eCommerce-Events zum Google Tag Manager | ||
(gtag.js) auf deiner Isotope eCommerce Webseite hinzu. | ||
homepage: https://extensions.terminal42.ch/p/isotope-gtag-events |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
en: | ||
title: Google Analytics eCommerce tracking for Isotope eCommerce | ||
description: > | ||
Automatically add eCommerce tracking events to Google Tag Manager | ||
(gtag.js) on your Isotope eCommerce website. | ||
homepage: https://extensions.terminal42.ch/p/isotope-gtag-events |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.