Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 456 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 456 Bytes

Google Analytics

Introduction

Google user tracking services marketingplatform.google.com/intl/fr/about/analytics/

How to use

Declare service

You can add the service passing your Google Tag Id.

    import { GTAGService } from "../bim-gdpr/services/gtag/gtag"

    const gtagService = new GTAGService('UA-******')
    bGDPR
        .addService(gtagService)