Skip to content

Commit 14e651b

Browse files
Merge pull request #7989 from lopenchi/develop
Update segment-vs-tag-managers.md
2 parents 56a9a8a + 0dc98cc commit 14e651b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guides/segment-vs-tag-managers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Rather than "firing and forgetting," Segment takes a data-centric, deliberate ap
1313

1414
<table><tbody>
1515
<tr><td></td><td><strong>Segment</strong></td><td><strong>Tag Managers</strong></td></tr>
16-
<tr><td><strong>Core Competency</strong></td><td>Integrates complex tools with minimal effort, stores a complete copy of clickstream data, exports data to SQL databases</td><td>Loads JavaScript into webpages, inserts advertising pixels based on rule settings</td></tr><tr><td><strong>Data Storage</strong></td><td>Stores clickstream data in one comprehensive set; replays historical data into new tools; exports data into SQL databases and internal systems</td><td>Does not store data; cannot load historical data into new tools; cannot translate and load historical data into SQL databases</td></tr><tr><td><strong>Device Compatibility</strong></td><td>Tracks user events in mobile, web, and server environments. Server libraries include Python, Node, Ruby, PHP, .NET, Java, Clojure, Go, Rust and Xamarin</td><td>Operates on web; limited functionality on mobile; does not support server destinations</td>
17-
</tr>
16+
<tr><td><strong>Core Competency</strong></td><td>Integrates complex tools with minimal effort, stores a complete copy of clickstream data, exports data to SQL databases</td><td>Loads JavaScript into webpages, inserts advertising pixels based on rule settings</td></tr><tr><td><strong>Data Storage</strong></td><td>Stores clickstream data in one comprehensive set; replays historical data into new tools; exports data into SQL databases and internal systems</td><td>Does not store data; cannot load historical data into new tools; cannot translate and load historical data into SQL databases</td></tr><tr><td><strong>Device Compatibility</strong></td><td>Tracks user events in mobile, web, and server environments. Server libraries include Python, Node, Ruby, PHP, .NET, Java, Clojure, Go, Rust and Xamarin</td><td>Operates on web; limited functionality on mobile; does not support server destinations</td></tr>
1817
<tr><td><strong>User Interface</strong></td><td>Delivers sleek user experience; automatically translate data for new tools when you enable a destination</td><td>Requires that you configure settings and rules for each pixel to fire</td></tr>
19-
<tr><td><strong>Tool Integrations</strong></td><td>Fully integrates analytics, advertising, email, customer support, marketing automation, usability tracking, error testing, and CRM tools with the flick of a switch</td><td>Manages ad pixels; requires custom engineering work to integrate any other complex tool</td></tr></tbody></table>
18+
<tr><td><strong>Tool Integrations</strong></td><td>Fully integrates analytics, advertising, email, customer support, marketing automation, usability tracking, error testing, and CRM tools with the flick of a switch</td><td>Manages ad pixels; requires custom engineering work to integrate any other complex tool</td></tr>
19+
</tbody></table>
2020

2121
Every organization's data stack and business requirements are unique. Segment also works well in tandem with a tag manager. For example, Segment sends data directly to the [Google Tag Manager (GTM) destination](/docs/connections/destinations/catalog/google-tag-manager/).
2222

0 commit comments

Comments
 (0)