All Projects → Cyber-Duck → Laravel-Google-Tag-Manager

Cyber-Duck / Laravel-Google-Tag-Manager

Licence: Unknown, Unknown licenses found Licenses found Unknown LICENSE Unknown license.md
Google Tag Manager tracking module for Laravel

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects

Projects that are alternatives of or similar to Laravel-Google-Tag-Manager

penguin-datalayer-collect
A data layer quality monitoring and validation module, this solution is part of the Raft Suite ecosystem.
Stars: ✭ 19 (+18.75%)
Mutual labels:  gtm, datalayer
cartify
Shopping Cart implementation to serve as a shell for building e-commerce apps | Angular 7, Node.js, MongoDB
Stars: ✭ 22 (+37.5%)
Mutual labels:  ecommerce
mildnet
Visual Similarity research at Fynd. Contains code to reproduce 2 of our research papers.
Stars: ✭ 76 (+375%)
Mutual labels:  ecommerce
vendr-demo-store
Demo store for Vendr, the eCommerce solution for Umbraco v8+
Stars: ✭ 22 (+37.5%)
Mutual labels:  ecommerce
shopify
Vue Storefront 2 integration for Shopify
Stars: ✭ 109 (+581.25%)
Mutual labels:  ecommerce
BenGorCookies
Cookie warning banner that requests user consent, European law compilant. Zero dependencies, fully customizable JavaScript library for IE9+
Stars: ✭ 12 (-25%)
Mutual labels:  gtm
taxjar-magento2-extension
Magento 2 Sales Tax Extension by TaxJar
Stars: ✭ 23 (+43.75%)
Mutual labels:  ecommerce
nextjs-starter-medusa
next.medusajs.com/
Stars: ✭ 147 (+818.75%)
Mutual labels:  ecommerce
ecommerce-template
This is a simple and easy to integrate e-commerce design template based on Bootstrap 5.
Stars: ✭ 34 (+112.5%)
Mutual labels:  ecommerce
react-ecommerce
E-commerce monorepo application using NextJs, React, React-native, Design-System and Graphql with Typescript
Stars: ✭ 136 (+750%)
Mutual labels:  ecommerce
hubble-frontend-pwa
E-Commerce PWA Frontend
Stars: ✭ 43 (+168.75%)
Mutual labels:  ecommerce
square-python-sdk
Python client library for the Square API
Stars: ✭ 72 (+350%)
Mutual labels:  ecommerce
nosto-prestashop
Nosto plugin for Prestashop
Stars: ✭ 12 (-25%)
Mutual labels:  ecommerce
snipcart-gatsby-grav
Grav as Headless CMS Tied to Gatsby with GraphQL Schema
Stars: ✭ 27 (+68.75%)
Mutual labels:  ecommerce
marketplace
A file sharing website using Laravel 5.5
Stars: ✭ 19 (+18.75%)
Mutual labels:  ecommerce
reaction-file-collections-sa-s3
An S3 storage adapter for Reaction Commerce's reaction-file-collections
Stars: ✭ 14 (-12.5%)
Mutual labels:  ecommerce
payantNG-php
PHP Library for PayantNG
Stars: ✭ 14 (-12.5%)
Mutual labels:  ecommerce
miniShop2
Second version of simple online shop for MODX Revolution
Stars: ✭ 145 (+806.25%)
Mutual labels:  ecommerce
f5-rest-client
F5 BIG-IP SDK for the Go programming language.
Stars: ✭ 49 (+206.25%)
Mutual labels:  gtm
solidus graphql api
GraphQL comes to Solidus!
Stars: ✭ 28 (+75%)
Mutual labels:  ecommerce

🚨 Discontinued 🚨

Please consider using https://github.com/spatie/laravel-googletagmanager.

Laravel Google Tag Manager

Latest Stable Version Total Downloads License

Google tag manager features including events, ecommerce, and dataLayer support

Authors: Andrew Mc Cormack, Simone Todaro

Installation

Composer

Require this package with composer:

composer require cyber-duck/laravel-google-tag-manager

Framework

Add the following to the list of service providers in your config/app.php file

'CyberDuck\LaravelGoogleTagManager\GTMServiceProvider',

Add the following alias to your config/app.php file

'GTM' => 'CyberDuck\LaravelGoogleTagManager\Facades\GTM',

Publish configuration file:

php artisan vendor:publish --provider="CyberDuck\LaravelGoogleTagManager\GTMServiceProvider"

Configure your GTM-XXXXX ID in config/gtm.php

Usage

Within your main blade layout template include the GTM blade template

@include('tracking::gtm')

Pushing additional data

\GTM::data('paramName', 'paramValue')

Pushing an event

\GTM::event('eventName')

Flashing data for the next request

\GTM::flash()
return redirect()->action('...');

Enhanced Ecommerce

Coming soon!!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].