analytics.js-integration-google-analytics icon indicating copy to clipboard operation
analytics.js-integration-google-analytics copied to clipboard

The Google Analytics analytics.js integration.

Results 8 analytics.js-integration-google-analytics issues
Sort by recently updated
recently updated
newest added

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...

migrated

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...

migrated

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.

migrated

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?

migrated

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' });...

migrated

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...

migrated

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...

migrated

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.

migrated