diff --git a/src/_sass/vendors/_premonition.scss b/src/_sass/vendors/_premonition.scss index 6f99cb02a2..7a99092854 100644 --- a/src/_sass/vendors/_premonition.scss +++ b/src/_sass/vendors/_premonition.scss @@ -103,9 +103,9 @@ margin-top: 0px; } - & > *:not(.header, ul) + * { - margin-top: 25px; - } + // & > *:not(.header, ul) + * { + // margin-top: 25px; + // } & > * + * { margin-top: 5px; diff --git a/src/connections/sources/index.md b/src/connections/sources/index.md index c316dfb639..58772f5d7f 100644 --- a/src/connections/sources/index.md +++ b/src/connections/sources/index.md @@ -174,5 +174,7 @@ We'd love to know what other sources of data you'd like to analyze. [Contact the --- ## Visual Tagger (Beta) +> warning "Visual Tagger entering maintenance mode" +> For more information, see the [Visual Tagger documentation](/docs/connections/sources/visual-tagger). [Getting started with Segment Visual Tagger](/docs/connections/sources/visual-tagger) diff --git a/src/connections/sources/visual-tagger.md b/src/connections/sources/visual-tagger.md index b42cc269c7..931c165251 100644 --- a/src/connections/sources/visual-tagger.md +++ b/src/connections/sources/visual-tagger.md @@ -1,6 +1,21 @@ --- title: Visual Tagger --- +> warning "Visual Tagger entering maintenance mode" +> Visual Tagger is entering maintenance mode on **April 5th, 2021**. +> +> 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. +> +> 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). +> +> Going forward, support for the feature will include: +> - Free, Team, and Startup customers will receive support with issues that impact multiple customers, but will not receive CSS-selector related troubleshooting +> - Business customers will continue to receive full support +> +> +> The following best practices can make your website more compatible with the feature and eliminate common issues: +> - Assign unique IDs to all elements you intend to tag with Visual Tagger +> - Adhere to HTML standards, such as forms inclosed in a `
` tag, and submitted with an `` button. 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.