analytics.js-integration-google-analytics
                                
                                 analytics.js-integration-google-analytics copied to clipboard
                                
                                    analytics.js-integration-google-analytics copied to clipboard
                            
                            
                            
                        The Google Analytics analytics.js integration.
currently the ga creation with useGoogleAmpClientId set to true looks like this: _Running command: ga("create", "UA-81924801-3", {cookieDomain: "none", siteSpeedSampleRate: 1, sampleRate: 100, allowLinker: true, useGoogleAmpClientId: true})_ GA debugger chrome tool...
I am porting some ga code to use segment. There are the ga('set', .... ) calls for which I dont see a corresponding version in analytics. It is not possible...
Is there a way to send custom metrics like [user timings](https://developers.google.com/analytics/devguides/collection/analyticsjs/user-timings) through segment ? This is supported by google analytics.
Today it's impossible to have custom dimensions for products. https://community.segment.com/t/636nry/google-analytics-integration Is there any way of doing this?
Google Analytics Integration extractCheckoutOptions bug, Impact Checkout Step Viewed and Completed
Base on the documentation: https://segment.com/docs/spec/ecommerce/v2/#checkout-step-viewed https://segment.com/docs/spec/ecommerce/v2/#checkout-step-completed The checkout options are to be returned in this format: ``` analytics.track('Checkout Step Completed', { checkout_id: '50314b8e9bcf000000000000', step: 2, shipping_method: 'Fedex', payment_method: 'Visa' });...
Cannot find any ecommerce tracking in index.js that as code for https://segment.com/docs/spec/ecommerce/v2/#product-shared For GA this need to map to https://developers.google.com/analytics/devguides/collection/analyticsjs/social-interactions Was this left out on purpose if yes why? Thanks...
Hey. We are using Webpack to bundle our JS files in our React project. For that reason i am using analytics.js directly from npm, and would like to install each...
https://github.com/segment-integrations/analytics.js-integration-google-analytics/blob/master/lib/index.js#L74-L85 The docs explain how to trigger add/remove product to cart and Completed Order events, but not all of the ones in this integration.