Giter Club home page Giter Club logo

next-yandex-metrika's Introduction

Next.js Yandex Metrika

Add Yandex Metrika to your Next.js web-application.

How to add this to my project?

Install by package

NPM page

npm add next-yandex-metrika

Install directly.

Copy index.js inside your components directory as YandexMetrika.js, then import inside your Layout or somewhere, and inject this code inside <Head> tag:

<YandexMetrika 
  yid={YOUR_YM_ID},
  clickmap={true/false},
  trackLinks={true/false},
  accurateTrackBounce={true/false},
  webvisor={true/false},
/>

Configuration.

  • yid: Your Yandex Metrika tag ID.
  • clickmap: Boolean, see YM docs, enables clickmap.
  • trackLinks: Boolean, see YM docs.
  • accurateTrackBounce: Boolean, see YM docs.
  • webvisor: Boolean, see YM docs. Enables webvisor.

next-yandex-metrika's People

Contributors

kirillzhosul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

rprih

next-yandex-metrika's Issues

TypeScript

добавьте пожалуйста

Просмотрена только одна страница

Данный код показывает только одну просмотренную страницу.
Поставил по инструкции, посмотрел 10 страниц, в отчете Яндекса только 1 просмотренная страница (первая)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.