Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

In order to support situations in which cookie consent is not available, N.Rich tag has two modes; cookieless and standard that uses cookies. When installing the tag, it’s most important that Standard mode works properly after consent has been given. Cookieless mode should always be supported in order to avoid losing a lot of valuable data.

...

Code Block
var config = {
  // it means standard version
  cookieless: false,
};

Installation via tag manager (GTM)

Logic for tag installation is the following:

...