Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrations object should be respected, aka Selecting Destinations #52

Open
WesleyDRobinson opened this issue Dec 14, 2020 · 0 comments

Comments

@WesleyDRobinson
Copy link

WesleyDRobinson commented Dec 14, 2020

Selecting Destinations (in analytics.js docs, it was recently renamed to: managing-data-flow-with-the-integrations-object 🙄 in analytics.js)

Referenced in common but not really used:

setAttribute(res, "integrations", d.integrations)

I would like to send events like so:

Segment.track({ 
  // userId, event, properties,
  integrations: { Salesforce: true },
})

Currently, we have to set "Always Enabled" in those specific Destination Settings, and that is a bit precarious!
https://segment.com/docs/connections/destinations/catalog/salesforce/#always-enabled

@WesleyDRobinson WesleyDRobinson changed the title Integrations object should be respected Integrations object should be respected, aka Selecting Destinations Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant