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

Hi, Are there currently any plans to add support for Braze/Appboy web sdk v3.3.0. This version includes an important feature `SDK Authorization` which covers a security issue which can allow...

It would be great if we could pass through all the options supported by pendo as option for the integration: https://developers.pendo.io/docs/?bash#options

When we send events using `analytics.track` it would be nice if those events we sent to pendo using their event tracking API. Similarly for `page` events. https://developers.pendo.io/docs/?bash#track-events

Adds a protocol configuration for segment.io's integration for local dev testing. Tested using the local compiler and example settings object to configure the protocol.

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

_Migrated from [#25](https://github.com/segment-integrations/analytics.js-integration-intercom/issues/25) by @mbaileys_ There are two Intercom settings, app_id and language_override. The latter is missing in this integration. [https://docs.intercom.com/configure-intercom-for-your-product-or-site/customize-the-intercom-messenger/localize-intercom-to-work-with-multiple-languages](https://docs.intercom.com/configure-intercom-for-your-product-or-site/customize-the-intercom-messenger/localize-intercom-to-work-with-multiple-languages)

**What does this PR do?** This PR changes the default used web-sdk from the legacy one to the new one that was released to production couple of months ago and...

**What does this PR do?** Add Retentive integration for Analytics.js **Are there breaking changes in this PR?** No, this is an initial commit, nothing to break **Testing** Via Karma/Mocha unit...

Why this options isn't working for hubspot. I have this option on each page where I call `analytics.page("", "", {}, {"integrations": {"HubSpot": false}})` but the data is still sent. As...

Is there an example of how to add integrations using analytics next?