├── LICENSE ├── README.md ├── ga3toga4-2.png └── src ├── ga4-to-ga3-query-source-medium-agg.sql ├── ga4-to-ga3-query.sql ├── process_ga3.py └── ua.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locomotive-agency/GA3toGA4/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locomotive-agency/GA3toGA4/HEAD/README.md -------------------------------------------------------------------------------- /ga3toga4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locomotive-agency/GA3toGA4/HEAD/ga3toga4-2.png -------------------------------------------------------------------------------- /src/ga4-to-ga3-query-source-medium-agg.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locomotive-agency/GA3toGA4/HEAD/src/ga4-to-ga3-query-source-medium-agg.sql -------------------------------------------------------------------------------- /src/ga4-to-ga3-query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locomotive-agency/GA3toGA4/HEAD/src/ga4-to-ga3-query.sql -------------------------------------------------------------------------------- /src/process_ga3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locomotive-agency/GA3toGA4/HEAD/src/process_ga3.py -------------------------------------------------------------------------------- /src/ua.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/locomotive-agency/GA3toGA4/HEAD/src/ua.py --------------------------------------------------------------------------------