-
Notifications
You must be signed in to change notification settings - Fork 395
Closed
Labels
contentWhen the bug is about content that needs to get fixedWhen the bug is about content that needs to get fixedtriage
Description
What article on segment.com/docs is affected?
https://segment.com/docs/connections/destinations/catalog/factorsai/
What part(s) of the article would you like to see updated?
Need to remove the connection modes table, and the "Components" section.
FactorsAI is cloud mode across all sources, there is no device mode integration. The root issue here is that the database entry for FactorsAI has a generic value set for browser_component that should be null but is not.
All direct_v2_destination dests work the same, so the docs heading should look like other direct_v2_destination (e.g. Spideo
select name, type, browser_component from destination_definition where slug = 'factorsai' \G
*************************** 1. row ***************************
name: FactorsAI
type: direct_v2_destination
browser_component: {"type":"browser","code":"https://your-plugin-code.com/"}
Additional information
No response
Metadata
Metadata
Assignees
Labels
contentWhen the bug is about content that needs to get fixedWhen the bug is about content that needs to get fixedtriage
