Daniel Kowalczyk

Results 1 comments of Daniel Kowalczyk

+1 In order to enable Google Optimize with gtag you need to: ``` gtag('config', 'GA_TRACKING_ID', { 'optimize_id': 'OPT_CONTAINER_ID'}); ``` Reference: https://support.google.com/optimize/answer/9183119?authuser=1 Would it be possible to incorporate `optimizeId` into `react-gtm`?