Jack Grzechowiak
Results
2
comments of
Jack Grzechowiak
In case anyone was still hitting this issue, a workaround I used for this issue was to use a function in the filename generator instead of the `[path]` placeholder (definitely...
Using the [conversion guide](https://developers.google.com/analytics/devguides/migration/ecommerce/analyticsjs-standard-ga4-to-ua) you should be able to use the `gtag` function: ```js import ReactGA from 'react-ga4' // ... ReactGA.gtag('event', 'purchase', { transaction_id: id, value: revenue, items: [ {...