Description
This pull request introduces changes to implement conversion tracking for specific checkout actions. It adds the ability to track two key events
- Create Account upon successful user registration.
- Fill Billing Address
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
How Has This Been Tested?
-
Verifying the integration of Google Ads tracking snippets.
-
Simulating user flows to confirm that:
The Create Account conversion event triggers correctly.
The Fill of the billing address event triggers correctly. -
Inspecting network requests in the browser to ensure proper gtag event payloads.
Additional Notes
Ensure environment variables (REACT_APP_SEND_TO) are properly configured in all environments