Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Add Google Analytic 4 tracking on v3 forms (#66)
* Feature: record page views on load with ga4 * feature: hook into v3 enqueuescript * feature: check if sscript should be included * doc: add unreleased tags * feature:encode tracking id * refactor: wip include begin_checkout + view_item events * feature: add remaining items * refactor: update selectors * doc: update tag description * fix: add page title to config * chore: remove comment and quotations * fix: remove extra categories test * feature: enable debug mode: * refactor: replace submit event listener with form submission event * refactor: remove original script addition * feature: add analytics as a field * refactor: return early, extract gtags * chore: remove test innerhtml * refactor: initialize variable first * refactor: include visual components for the block editor * fix: remove build dir. Include build in .gitignore. * refactor: remove all logic related to block and form builder * feature: directly add field without the use of a block. * refactor: handling of whether to continue to include script has been moved out js and included while determining to add the field to the form. * feature: hook into givewp_donation_form_schema. * fix: doc tags, canPrintscripts
- Loading branch information