├── CODEOWNERS ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── deploy.py ├── install └── requirements.txt /CODEOWNERS: -------------------------------------------------------------------------------- 1 | @adamread 2 | @notmariazoe 3 | @sokoloff06 4 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-marketing-solutions/cwv_from_ga4_exports/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-marketing-solutions/cwv_from_ga4_exports/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-marketing-solutions/cwv_from_ga4_exports/HEAD/README.md -------------------------------------------------------------------------------- /deploy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-marketing-solutions/cwv_from_ga4_exports/HEAD/deploy.py -------------------------------------------------------------------------------- /install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-marketing-solutions/cwv_from_ga4_exports/HEAD/install -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google-marketing-solutions/cwv_from_ga4_exports/HEAD/requirements.txt --------------------------------------------------------------------------------