/*
* The Google Tag Manager id, should be a code that looks something like "gtm-xxxx".
*/
- 'id' => env('GOOGLE_ANALYTICS_ID', ''),
+ 'id' => env('GOOGLE_TAGMANAGER_ID', ''),
/*
* Enable or disable script rendering. Useful for local development.
*/
- 'enabled' => env('GOOGLE_ANALYTICS_ID', '') != '',
+ 'enabled' => env('GOOGLE_TAGMANAGER_ID', '') != '',
/*
* If you want to use some macro's you 'll probably store them
@include('cubist::head.meta')
@include('cubist::head.link')
@stack('stylesheets')
-@include('googletagmanager::head')
\ No newline at end of file
+@include('googletagmanager::head')
+@include('gtag::head')
\ No newline at end of file