Giter Site home page Giter Site logo

ga3_backup_for_look360's Introduction

사용 방법

  1. yarn 명령어 실행으로 필요한 dependencies 설치
yarn
  1. "src/assets/ga4_analytics_viewer_secrets_TEMPLATE.json" 파일을 복사하여 "src/assets/ga4_analytics_viewer_secrets.json" 로 복사 (혹은 다운 받은 secret json 파일명 변경)
파일명 : ga4_analytics_viewer_secrets.json
  1. '.env_TEMEPLATE' 파일을 '.env' 파일로 복사
  2. .env 파일의 "GOOGLE_ANALYTICS_VIEWID" 값을 자신의 GA viewId 로 변경
예) GOOGLE_ANALYTICS_VIEWID=ga:000000000
  1. .env의 'QUERY_DEFAULT_' 로 시작하는 값을 자신에 맞게 변경
QUERY_DEFAULT_DIMENSIONS = 
QUERY_DEFAULT_METRICS = 
QUERY_DEFAULT_START_DATE = 
QUERY_DEFAULT_END_DATE = 
  1. yarn start 로 실행
yarn start

TODO

  1. index.js 파일의 136줄의 코드의 변수명 'countryResult'의 값을 이용하여 DB 저장

src/index.js (136)

console.info("countryResult", countryResult);

ga3_backup_for_look360's People

Watchers

Kabkee 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.