Skip to content

Commit 004c444

Browse files
Update filtering-data.md (#1538)
* Update filtering-data.md Add reference to multi-instance destinations to let customers know that the integrations object does not support it. * Update src/guides/filtering-data.md Co-authored-by: LRubin <[email protected]>
1 parent 935dcb5 commit 004c444

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/guides/filtering-data.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ You can use the `integrations` JSON object as part of your Segment payloads to c
3737

3838
By *default*, the `integrations` object is set to `'All':``true`. You do not need to include this flag in the object to use this behavior, but if you'll be using the integrations object frequently to control destination filtering, you might want to do this to make it explicit for later readers. You can also change this to `'All': false` to prevent destinations from receiving any data by default. You can also add destinations to the object by key, and provide a `true` or `false` value to allow or disallow data to flow to them. The `All` flag is superseded by any destination specific options.
3939

40+
If you are using [multiple instances of a destination](/docs/connections/destinations/add-destination/#connecting-one-source-to-multiple-instances-of-a-destination), any settings you set in the integrations object are applied to all instances of the destination. You cannot specify an instance of a destination to apply Integrations object settings to. 
41+
4042
Note that destination flags are **case sensitive** and match the destination's name in the docs (for example, "AdLearn Open Platform", "awe.sm", "MailChimp", etc.).
4143

4244
Your data is sent to your warehouse (if you have one) and into the Segment backend systems regardless of what is in the integrations object.

0 commit comments

Comments
 (0)