David Wells
David Wells
Oh interesting. What is `Address` used for? Yeah the object goes into the User.UserAttributes right now here https://github.com/DavidWells/analytics/blob/master/packages/analytics-plugin-aws-pinpoint/src/browser.js#L301
GTM only adds one script tag here https://github.com/DavidWells/analytics/blob/master/packages/analytics-plugin-google-tag-manager/src/browser.js#L66 It sounds like your google tag script is added the additional script. Check your container ID and verify what it's loading
Are your instances running serverside in a long running mode process (like express or something)? we might be able to just disable this functionality on the serverside. It’s meant for...
Thanks for the issue and repro! Very detailed! Which part of the repro is inconsistent? 😅 Having trouble parsing that out of the console.logs of example
This is interesting one. Changing `event` isn't setup right now. Would be a good future improvement tho Right now you can send provider specific events like this: ```js /* Send...
I like this idea @dobesv https://github.com/DavidWells/analytics/issues/346#issuecomment-1331674180 I need to implement some additional GDPR features coming up in the new year... It will likely be in the form of a plugin....
Yeah looks like ga4 and ga3 plugin don't have a `reset` defined like so https://github.com/DavidWells/analytics/blob/0fb5860bf2b7e2c180dbc0462c66c6bd36331fde/packages/analytics-plugin-original-source/src/index.js#L40-L43 so there isn't any cleanup action happening in them. Only the libs values are getting...
Interesting idea. I like that segment spec for ecommerce events. Very clean. It looks like the tracking events are ran via the `track` call with segment. https://segment.com/docs/connections/spec/ecommerce/v2/#product-list-viewed Are they mapping...
People have requested this in the past. https://twitter.com/larsbuur/status/1516788082967822349 I'd love to see if this would work or not. Have at it!
Hello there. Can you make upstream PRs to types project for this? Alternatively you might need to define your own types. Alternatively, Alternatively, submit a PR with a types.d.ts for...