Socket
Socket
Sign inDemoInstall

@gietmanic/next-cookie-massage

Package Overview
Dependencies
3
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @gietmanic/next-cookie-massage

A Simple Cookie Notifikation Solution for Google Analytics and Goolge Tag.


Version published
Maintainers
1
Created

Readme

Source

A Simple Cookie Notifikation Solution for Google Analytics and Goolge Tag.

Features

  • Easy Cookie Notifikation
  • Google Analytics
  • Google Tag

Installation

Install with npm

  npm install my-project
  cd my-project

Usage/Examples

In the Main Layout File Replace GTag with your GTag ID and GAnalytics with your Analytics Id

import Component from 'my-project'

function App() {
  return (
      <html lang="en">
            <body>
                <CookieManager
                  GTag="YOUR GTAG ID"
                  GAnalytics="YOUR G Analytics ID"
                />
                {children}
               <Cookiemassage
                  datenschutzlink={"LINK ZUM DATENSCHUTZ"}
                />
            </body>
        </html>

  )
}

Roadmap

  • Dark Mode

  • More Config Options

  • Additional Cookies

License

MIT

FAQs

Last updated on 10 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc