kodbruket/magento2-gtm

Google Tag Manager for Magento 2

Installs: 172

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.4 2017-06-22 09:17 UTC

This package is not auto-updated.

Last update: 2024-04-27 18:19:59 UTC


README

Installation

The easiest way to install the extension is to use Composer, just run the following commands:

$ composer require kodbruket/magento2-gtm

$ bin/magento module:enable Kodbruket_Gtm

$ bin/magento setup:upgrade

Configuration

Enable the module under Stores / Configuration / Sales / Google API. Enter your container ID from Google Tag Manager and specify whether to use quote or order when tracking the transaction on the success page. When the module is set to track by quote it will try to set transactionID to the reserved order ID from the quote. If no order ID has been reserved it will fall back to the entity ID of the quote.

The module looks at the full action names catalog_product_index, catalog_category_index and checkout_checkout_index to decide which data to include in the data layer. It's fully possible to add or define other full action names directly from admin. Just set Use custom action names to Yes and define the action names you want it to look at.

Authors

Andreas Karlsson