next-gtm

1.0.0 • Public • Published

Google Tag Manager Next.js simple component

Table of contents

Installation

npm install --save next-gtm

or

yarn add next-gtm

Usage

Your Layout Component:

import Gtm from 'next-gtm'
 
<Head>
// layout code
</Head>
 
<Gtm id='GTM-XXXXXXXX'/>
// ...
 

License

[ISC]© Pavel Ishenin

Readme

Keywords

Package Sidebar

Install

npm i next-gtm

Weekly Downloads

12

Version

1.0.0

License

ISC

Unpacked Size

3.71 kB

Total Files

5

Last publish

Collaborators

  • isheninp