Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/connections/destinations/catalog/stonly/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ id: 5f354f1a928763feb8caf724

This destination is maintained by Stonly. For any issues with the destination, [contact their support team](mailto:support@stonly.com).

> "Note:"
> info ""
> 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:support@stonly.com)!

## Getting Started
Expand Down Expand Up @@ -61,8 +61,6 @@ Segment sends Track calls to Stonly as a `track` event.

If one of your properties is of the date property type, it should be sent as an ISO string.

---

## Troubleshooting

### Nested Objects and Arrays
Expand Down
12 changes: 6 additions & 6 deletions src/connections/destinations/catalog/tag-injector/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ _**NOTE:** Tag Injector is only available for select customers at this time._

1. Once you have access, with the link provided confirm the Source you'd like to connect to.
2. You have the following configuration options which will manipulate the page at runtime:
- **URL**: A URL to the JavaScript code to load on the page as the `src` attribute of the `<script>` tag.
- **Merge Variable**: A global variable that can be modified or created at runtime.
- **URL**: A URL to the JavaScript code to load on the page as the `src` attribute of the `<script>` tag.
- **Merge Variable**: A global variable that can be modified or created at runtime.
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:
- Variable Name indicates what global variable to operate on.
- Tag Value specifies what values should be merged into the global variable.
- Variable Name indicates what global variable to operate on.
- Tag Value specifies what values should be merged into the global variable.
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_.
- If the global variable to modify does not yet exist, it is created and initialized to the value described in Tag Value.
- 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.
- If the global variable to modify does not yet exist, it is created and initialized to the value described in Tag Value.
- 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.


## Best Practices
Expand Down
4 changes: 0 additions & 4 deletions src/connections/destinations/catalog/totango/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ For our client-side Javascript library (Analytics.js) that means you need to cal

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.

- - -

## Group

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:
Expand Down Expand Up @@ -104,8 +102,6 @@ To learn more about how [`track`](/docs/connections/spec/track/) works check out

**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.

- - -


## Troubleshooting

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,3 @@ The following `track` calls will be sent to TrafficGuard as events.

All other calls will be recorded as `pageview` events until TrafficGuard supports ad hoc event types.

---
Loading