Skip to content

Commit 5a7b8b0

Browse files
author
markzegarelli
authored
Merge pull request #1437 from segmentio/DOC_137-vt-update
DOC-137 VT Maintenance Mode
2 parents ae5568c + 186adcb commit 5a7b8b0

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

src/_sass/vendors/_premonition.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
margin-top: 0px;
104104
}
105105

106-
& > *:not(.header, ul) + * {
107-
margin-top: 25px;
108-
}
106+
// & > *:not(.header, ul) + * {
107+
// margin-top: 25px;
108+
// }
109109

110110
& > * + * {
111111
margin-top: 5px;

src/connections/sources/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,7 @@ We'd love to know what other sources of data you'd like to analyze. [Contact the
174174
---
175175

176176
## Visual Tagger (Beta)
177+
> warning "Visual Tagger entering maintenance mode"
178+
> For more information, see the [Visual Tagger documentation](/docs/connections/sources/visual-tagger).
177179
178180
[Getting started with Segment Visual Tagger](/docs/connections/sources/visual-tagger)

src/connections/sources/visual-tagger.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
---
22
title: Visual Tagger
33
---
4+
> warning "Visual Tagger entering maintenance mode"
5+
> Visual Tagger is entering maintenance mode on **April 5th, 2021**.
6+
>
7+
> You can continue to use Visual Tagger with sources on which it's already enabled. However, the feature will no longer be available to new Segment customers and existing customers will not be able to add new Visual Tagger sources.
8+
>
9+
> Segment is committed to enabling customers to collect and deliver high quality customer data to the tools they need to run their businesses. As a CSS-based event tracking method, Visual Tagger has limitations that can prevent detailed data from being consistently collected. For code-based collection best practices, see the [Segment Spec](/docs/connections/spec).
10+
>
11+
> Going forward, support for the feature will include:
12+
> - Free, Team, and Startup customers will receive support with issues that impact multiple customers, but will not receive CSS-selector related troubleshooting
13+
> - Business customers will continue to receive full support
14+
>
15+
>
16+
> The following best practices can make your website more compatible with the feature and eliminate common issues:
17+
> - Assign unique IDs to all elements you intend to tag with Visual Tagger
18+
> - Adhere to HTML standards, such as forms inclosed in a `<form>` tag, and submitted with an `<input type="submit">` button.
419
520
Visual Tagger is a tool that enables you to collect data about what your customers are doing on your websites without having to write any code. Specifically, it helps you implement `track` events by pointing and clicking on parts of your website.
621

0 commit comments

Comments
 (0)