jeffersongoncalves/filament-gtm

This Laravel package seamlessly integrates Gtm analytics into your Blade templates. Easily track website visits and user engagement directly within your Laravel application, providing valuable insights into your website's performance. This package simplifies the integration process, saving you time

1.0.0 2025-05-02 01:28 UTC

This package is auto-updated.

Last update: 2025-05-02 01:31:13 UTC


README

Filament Google Tag Manager

Filament Google Tag Manager

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

This Filament plugin provides seamless integration of Google Tag Manager into your website or web application. It simplifies the process of adding and managing GTM tags, enabling you to effortlessly implement tracking, analytics, and marketing tags without modifying your site's core code. With this plugin, you can enhance your digital strategy by efficiently managing tags, tracking user interactions, and gathering valuable insights to optimize your website's performance.

Installation

You can install the package via composer:

composer require jeffersongoncalves/filament-gtm

Usage

Publish config file.

php artisan vendor:publish --tag=gtm-config

Add start head template.

@include('gtm::head')

Add start body template.

@include('gtm::body')

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.