analytics.js-integrations icon indicating copy to clipboard operation
analytics.js-integrations copied to clipboard

Monorepo housing Segment's analytics.js integrations

Results 141 analytics.js-integrations issues
Sort by recently updated
recently updated
newest added

Add try catch around UET type error. Bump version

[{"_id":"635a27a8cecf4e081a211792","body":"<img width=\"419\" alt=\"Screen Shot 2020-07-06 at 6 27 02 PM\" src=\"https:\/\/user-images.githubusercontent.com\/6775347\/86657526-4d4bfc80-bfb6-11ea-9e29-38b3d361b384.png\">\r\n\r\nTests run locally. Sorry to ping @CarlosMecha ","issue_id":1660947498692,"origin_id":654496498,"user_origin_id":6775347,"create_time":1594074606,"update_time":1594074606,"id":1666852776818,"updated_at":"2022-10-27T06:39:36.818000Z","created_at":"2022-10-27T06:39:36.818000Z"},{"_id":"635a27a8cecf4e081a211793","body":"Hi @constmontague , I did the same exact thing before you, here https:\/\/github.com\/segmentio\/analytics.js-integrations\/pull\/490\/files \ud83d\ude1b \r\nI'm happy that you've opened another PR tho as it increased the chances of this being fixed, but apparently that's not what happened hahah.\r\n@gpsamson pretty please? :)","issue_id":1660947498692,"origin_id":667900571,"user_origin_id":23037261,"create_time":1596445131,"update_time":1596445131,"id":1666852776837,"updated_at":"2022-10-27T06:39:36.836000Z","created_at":"2022-10-27T06:39:36.836000Z"}] comment

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"

[{"_id":"635a2188cecf4e081a2112f9","body":"Thanks for the PR @humbertoroliveira! I passed this along to the integrations-platform PM for prioritization for review & deployment. Thanks again \ud83d\ude04 ","issue_id":1660947498728,"origin_id":631650103,"user_origin_id":31782219,"create_time":1589999664,"update_time":1589999664,"id":1666851208789,"updated_at":"2022-10-27T06:13:28.789000Z","created_at":"2022-10-27T06:13:28.789000Z"}] comment

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

[{"_id":"635a21ceea01ec786e7c547a","body":"@jamesopti only thing I might change is adding something to clarify that the option is specific to the Full Stack client instance in the name. We're not introducing it here, but generally the ambiguity between web and full stack functionality is already tough to parse and keep track of. i.e. FSclientInstance potentially?","issue_id":1660947498735,"origin_id":635728676,"user_origin_id":12902758,"create_time":1590721191,"update_time":1590721191,"id":1666851278461,"updated_at":"2022-10-27T06:14:38.461000Z","created_at":"2022-10-27T06:14:38.461000Z"},{"_id":"635a21ceea01ec786e7c547b","body":"> @jamesopti only thing I might change is adding something to clarify that the option is specific to the Full Stack client instance in the name. We're not introducing it here, but generally the ambiguity between web and full stack functionality is already tough to parse and keep track of. i.e. FSclientInstance potentially?\r\n\r\nI think thats good feedback. Updated!","issue_id":1660947498735,"origin_id":636112612,"user_origin_id":3718812,"create_time":1590775952,"update_time":1590775952,"id":1666851278466,"updated_at":"2022-10-27T06:14:38.466000Z","created_at":"2022-10-27T06:14:38.466000Z"},{"_id":"635a21ceea01ec786e7c547c","body":"This looks good form my end. Thanks, @jamesopti!","issue_id":1660947498735,"origin_id":636991383,"user_origin_id":7128855,"create_time":1591031308,"update_time":1591031308,"id":1666851278470,"updated_at":"2022-10-27T06:14:38.470000Z","created_at":"2022-10-27T06:14:38.470000Z"}] comment

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

[{"_id":"635a23ca3056137e265ecbb9","body":"Just as an extra note, this isn't an issue with the release of the Chromium backed version of MS Edge","issue_id":1660947498745,"origin_id":642908343,"user_origin_id":79218,"create_time":1591907026,"update_time":1591907026,"id":1666851786476,"updated_at":"2022-10-27T06:23:06.475000Z","created_at":"2022-10-27T06:23:06.475000Z"}] comment

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