analytics.js-integrations
analytics.js-integrations copied to clipboard
Monorepo housing Segment's analytics.js integrations
Add try catch around UET type error. Bump version
Closes https://github.com/segmentio/analytics.js-integrations/issues/342 **What does this PR do?** Catches a `TypeError` when initializing the Bing Ads integration on some browsers **Are there breaking changes in this PR?** No **Any background context...
Since enabling the VWO Segment integration, many days before creating any VWO experiments, I have noticed this error appear in Bugsnag for several users: > TypeError Cannot read property 'getItem'...
**What does this PR do?** Updates some of our variable names and comments to use inclusive language. I also had to fix a few linting errors in some integrations that...
Closes #342 Hi @gpsamson , sorry for reaching out to you directly, but we are getting this error reported in Sentry over 20 times a day. Could we please have...
**What does this PR do?** Adds support for passing Heap's `secureCookie` option to `window.heap.load`. **Are there breaking changes in this PR?** I don't believe so, but I'm not super-familiar with...
https://github.com/segmentio/analytics.js-integrations/blob/master/integrations/google-analytics/lib/index.js#L703 Support is guaranteed for IE >= 9: https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/#internet-explorer-support This is not compatible with IE: https://caniuse.com/#feat=array-includes
Map from "Product Viewed" to "PageVisit"
**Summary** Hackday project (https://docs.google.com/document/d/1vOFa_LbbE6TfWBCPqfJbhzM30iQQs7lUkzmgyeGxWag/edit) to fix implementation and map "Product Viewed" to the Pinterest's "PageVisit" event type which accepts product data: https://developers.pinterest.com/docs/ad-tools/conversion-tag/ **What does this PR do?** Maps "Product Viewed"...
feat (Optimizely): Support passing a specific clientInstance to track
**What does this PR do?** Adds an additional parameter to users of this integration, enabling them to specify which instance the JS SDK to use as part of a track...
**What does this PR do?** Updates the kissmetrics domain and increments the kissmetrics integration version **Are there breaking changes in this PR?** While the interfaces are the same, at some...
Promise.prototype.finally not defined in MS Edge due to replacement in @segment/tracktor module
Something in the [@segment/tracktor](https://www.npmjs.com/package/@segment/tracktor) module has a dependency on an old version of `core-js` where `Promise.prototype.finally` is not defined. In Microsoft Edge, the native Promise object gets replaced by the...