You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs mentioned this destination supported a "raw" option, but it actually does not. We will not be fixing this per this jira: https://segment.atlassian.net/browse/DEST-2424
Adding a request to remove this option from the docs
Co-authored-by: LRubin <[email protected]>
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/tag-injector/index.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ _**NOTE:** Tag Injector is only available for select customers at this time._
14
14
1. Once you have access, with the link provided confirm the Source you'd like to connect to.
15
15
2. You have the following configuration options which will manipulate the page at runtime:
16
16
-**URL**: A URL to the Javascript code to load on the page as the `src` attribute of the `<script>` tag.
17
-
-**Raw**: Raw Javascript code to load onto the page within a `<script>` tag.
18
17
-**Merge Variable**: A global variable that can be modified or created at runtime.
19
18
3. You can also configure global variables, which the Tag Injector can manipulate in a user-specified way using Merge Variable tags. These Merge Variable tags support two fields:
20
19
- Variable Name indicates what global variable to operate on.
0 commit comments