GoogleTagManagerBundle
GoogleTagManagerBundle copied to clipboard
Google Tag Manager Bundle for Symfony 2
AbstractBundle simplifies the setup a lot, available with Symfony 6.1+ https://symfony.com/blog/new-in-symfony-6-1-simpler-bundle-extension-and-configuration Also, things like templates and config have moved: https://symfony.com/doc/current/bundles/best_practices.html I always disliked looking in Resources/views for the templates! So...
plus removes unmaintained versions of dependencies.
Right now the GTM code seems not to appear on error pages when autoAppend=true. Would be good if it would.
Seems this bundle doesn't care about situation when for example user paid something and we redirect to success page. I think we need to use something like flash messages in...
any plan to update it? solution: Twig\Extension\AbstractExtension intsead of twig_extension Twig\TwigFunction instead of Twig_SimpleFunction create yaml file for config: google_tag_manager.yaml (this info is lack in docs)
The `Symfony\Component\HttpFoundation\BinaryFileResponse();` on default instantiation has a null content type, this bundle intercepts those files and tries to inject the tag manager into the file, correctly Symfony does not allow...
Bundle version : 2.4.2 Since the `kernel.reset` is released i've got a big issue when displaying data. I'm using `esi_render` to get the template who will be displaying the tagmanager...
Affected versions: **1.x** & **2.x** ApiDocBundle ([2.13.2](https://github.com/nelmio/NelmioApiDocBundle/blob/2.13.2/Formatter/HtmlFormatter.php#L240)) embeds full jQuery lib as `js` payload directly into the `` section. This JS code contains following: ```js ... (f.support.boxModel?"":"")+""),cl.close() ... ``` So...