Skip to content

Commit ced2485

Browse files
authored
add note on middleware support (#1056)
reviewed and approved by: Irina
1 parent 9318720 commit ced2485

File tree

1 file changed

+3
-0
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+3
-0
lines changed

src/connections/sources/catalog/libraries/website/javascript/middleware.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ var DMW1 = function({ payload, integration, next }) {
5353
};
5454
```
5555

56+
> note ""
57+
> Currently only Device-mode Destinations are supported by Destination Middlewares
58+
5659
## Adding middlewares to Analytics.js
5760

5861
The above defined Source & Destination Middleware can be added to the Analytics.js execution chain as:

0 commit comments

Comments
 (0)