Git Product home page Git Product logo

commerce-google-analytics-integration-aurora's Introduction

GA-Integration-Aurora-POC

The Proof of concept to provide the capability tracking the Aurora Application using Google Analytics .

DISCLAIMER: This Proof of Concept asset is being provided as-is to help accelerate your projects. As such, we are unable to provide official support for this asset. We have provided documentation as well as any needed code artifacts for your use.

Prerequisites: HCL Commerce V9.1.2 and prior / HCL Commerce Aurora Storefront

The Implementation includes below Component

  1. Google Analytics Account

  2. Google Tag Manager Account

  3. Aurora Storefront Changes(B2B and B2C)

  4. DB Changes

Below are the DB Script that need to be run on the DB

Aurora B2C and B2B

 INSERT INTO STORECONF (STOREENT_ID, NAME, VALUE, OPTCOUNTER) VALUES (<STORE_ID>, 'google.tag.manager.container.id', '<GTM_ID>', 0);

 INSERT INTO STORECONF (STOREENT_ID, NAME, VALUE, OPTCOUNTER) VALUES (<STORE_ID>, 'google.tag.manager.auth', '<GTM_AUTH_ID>', 0);

 INSERT INTO STORECONF (STOREENT_ID, NAME, VALUE, OPTCOUNTER) VALUES (<STORE_ID>, 'google.tag.manager.preview','<GTM_PREVIEW>', 0);

Aurora Storefront Changes

Aurora B2C - Please refer the document placed inside folder(GA-Integration-Aurora-POC/Aurora-B2C/ImplementationGuide_GA360Integration_AuroraB2C.docx) for the implemenatation details

Aurora B2B - Please refer the document placed inside folder(GA-Integration-Aurora-POC/AuroraB2B/ImplementationGuide_GA360Integration_AuroraB2B.docx) for the implemenatation details

commerce-google-analytics-integration-aurora's People

Contributors

jamesspak avatar

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.