Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgarc <jgarcia@gitlab.com>2021-11-10 23:56:15 +0300
committerjgarc <jgarcia@gitlab.com>2021-11-15 21:25:22 +0300
commit4b4d321cea63276d47902b06bf06107b5767ac43 (patch)
treefacb4f07d083982d2822b0630a3328f4fd589d85 /doc/development.md
parent3d05e4d9df2abd8db7a8a6e44bbfdac88d0f66f3 (diff)
Add query string to badges linking to pricing page
Diffstat (limited to 'doc/development.md')
-rw-r--r--doc/development.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/development.md b/doc/development.md
index 28327c85..066e9192 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -91,3 +91,14 @@ The links pointing to the files should be similar to:
Nanoc then builds and renders those links correctly according with what's
defined in [`Rules`](https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/Rules).
+
+## Adding query strings to CTAs headed to about.gitlab.com/pricing
+We've created [a Sisense dashboard that can only be seen by full-time team members](https://app.periscopedata.com/app/gitlab/950797/GitLab.com-SaaS-trials---no-SAFE-data) to track the number of SaaS free trials that start from docs.
+
+If you would like to track that information, add the following parameters to the URL:
+1. `glm_source` is `docs.gitlab.com`
+1. `glm_content` set to anything that ends with `-docs`
+
+### Example:
+
+`https://about.gitlab.com/pricing?=glm_source=docs.gitlab.com&glm_content=name-of-item-docs`