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
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/stonly/index.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ id: 5f354f1a928763feb8caf724
7
7
8
8
This destination is maintained by Stonly. For any issues with the destination, [contact their support team](mailto:[email protected]).
9
9
10
-
> "Note:"
10
+
> info ""
11
11
> Stonly Destination is currently in beta, which means that they are still actively developing the destination. To join their beta program, or if you have any feedback to help improve Stonly Destination and its documentation, [contact Stonly support team](mailto:[email protected])!
12
12
13
13
## Getting Started
@@ -61,8 +61,6 @@ Segment sends Track calls to Stonly as a `track` event.
61
61
62
62
If one of your properties is of the date property type, it should be sent as an ISO string.
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/tag-injector/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,14 @@ _**NOTE:** Tag Injector is only available for select customers at this time._
15
15
16
16
1. Once you have access, with the link provided confirm the Source you'd like to connect to.
17
17
2. You have the following configuration options which will manipulate the page at runtime:
18
-
-**URL**: A URL to the JavaScript code to load on the page as the `src` attribute of the `<script>` tag.
19
-
-**Merge Variable**: A global variable that can be modified or created at runtime.
18
+
-**URL**: A URL to the JavaScript code to load on the page as the `src` attribute of the `<script>` tag.
19
+
-**Merge Variable**: A global variable that can be modified or created at runtime.
20
20
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:
21
-
- Variable Name indicates what global variable to operate on.
22
-
- Tag Value specifies what values should be merged into the global variable.
21
+
- Variable Name indicates what global variable to operate on.
22
+
- Tag Value specifies what values should be merged into the global variable.
23
23
4. For each Merge Variable tag, the Tag Injector will inject code which will have the behavior as follows. For this example, let us call the global variable with the name specified in Variable Name _the global variable to modify_.
24
-
- If the global variable to modify does not yet exist, it is created and initialized to the value described in Tag Value.
25
-
- If the global variable to modify already exists, its value is merged with the value described in Tag Value. This merging process will be implemented using a custom function.
24
+
- If the global variable to modify does not yet exist, it is created and initialized to the value described in Tag Value.
25
+
- If the global variable to modify already exists, its value is merged with the value described in Tag Value. This merging process will be implemented using a custom function.
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/totango/index.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@ For our client-side Javascript library (Analytics.js) that means you need to cal
16
16
17
17
For server-side and mobile libraries you must include `context.groupId` in every call you want to be sent through to Totango so they can connect the dots between a call made to Segment and an account in their system.
18
18
19
-
- - -
20
-
21
19
## Group
22
20
23
21
Totango also needs to know what "account" the user belongs to. To record this, you'd use our [`group`](/docs/connections/spec/group/) method. Group also takes a unique ID (for the group this time!) and a dictionary of properties about the group. It looks like this:
@@ -104,8 +102,6 @@ To learn more about how [`track`](/docs/connections/spec/track/) works check out
104
102
105
103
**If you're sending data using the server-side or mobile libraries**, you'll need to include `context.groupId`. Check out the [troubleshooting](#troubleshooting) section to see how.
0 commit comments