├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── ga4.js ├── ga4_tag_config.png ├── index.html ├── main.js ├── md ├── measurement_protocol.js ├── schema_id.js ├── schema_recommend.js ├── ua_legacy_config.png └── ua_with_ga4_config.png /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googleanalytics/ecommerce-migration-helper/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googleanalytics/ecommerce-migration-helper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googleanalytics/ecommerce-migration-helper/HEAD/README.md -------------------------------------------------------------------------------- /ga4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googleanalytics/ecommerce-migration-helper/HEAD/ga4.js -------------------------------------------------------------------------------- /ga4_tag_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googleanalytics/ecommerce-migration-helper/HEAD/ga4_tag_config.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googleanalytics/ecommerce-migration-helper/HEAD/index.html -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googleanalytics/ecommerce-migration-helper/HEAD/main.js -------------------------------------------------------------------------------- /md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /measurement_protocol.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googleanalytics/ecommerce-migration-helper/HEAD/measurement_protocol.js -------------------------------------------------------------------------------- /schema_id.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googleanalytics/ecommerce-migration-helper/HEAD/schema_id.js -------------------------------------------------------------------------------- /schema_recommend.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googleanalytics/ecommerce-migration-helper/HEAD/schema_recommend.js -------------------------------------------------------------------------------- /ua_legacy_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googleanalytics/ecommerce-migration-helper/HEAD/ua_legacy_config.png -------------------------------------------------------------------------------- /ua_with_ga4_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googleanalytics/ecommerce-migration-helper/HEAD/ua_with_ga4_config.png --------------------------------------------------------------------------------