Skip to content

Commit 2514d1b

Browse files
authored
Update Cloud UTM parameters (#2737)
Updates the UTM parameters used to track Cloud trial signups from the docs. Per Marketing, the old parameter keys (`baymax`, `elektra`) are outdated: https://elastic.slack.com/archives/C01AA2TLEUX/p1691580994671689
1 parent 6ea09d9 commit 2514d1b

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

resources/web/template.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,19 @@
100100
<p class="aside-heading">Most Popular</p>
101101
<div class="pb-2">
102102
<p class="media-type">Video</p>
103-
<a href="https://www.elastic.co/webinars/getting-started-elasticsearch?baymax=default&elektra=docs&storm=top-video">
103+
<a href="https://www.elastic.co/webinars/getting-started-elasticsearch?page=docs&placement=top-video">
104104
<p class="mb-0">Get Started with Elasticsearch</p>
105105
</a>
106106
</div>
107107
<div class="pb-2">
108108
<p class="media-type">Video</p>
109-
<a href="https://www.elastic.co/webinars/getting-started-kibana?baymax=default&elektra=docs&storm=top-video">
109+
<a href="https://www.elastic.co/webinars/getting-started-kibana?page=docs&placement=top-video">
110110
<p class="mb-0">Intro to Kibana</p>
111111
</a>
112112
</div>
113113
<div class="pb-2">
114114
<p class="media-type">Video</p>
115-
<a href="https://www.elastic.co/webinars/introduction-elk-stack?baymax=default&elektra=docs&storm=top-video">
115+
<a href="https://www.elastic.co/webinars/introduction-elk-stack?page=docs&placement=top-video">
116116
<p class="mb-0">ELK for Logs & Metrics</p>
117117
</a>
118118
</div>

shared/attributes.asciidoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,13 @@ Elastic Cloud
179179
:serverless-short: Serverless
180180
:serverless-docs: https://docs.elastic.co/serverless
181181
:cloud: https://www.elastic.co/guide/en/cloud/current
182-
:ess-trial: https://www.elastic.co/cloud/elasticsearch-service/signup?baymax=docs-body&elektra=docs
183-
:ess-product: https://www.elastic.co/cloud/elasticsearch-service?baymax=docs-body&elektra=docs
184-
:ess-console: https://cloud.elastic.co?baymax=docs-body&elektra=docs
182+
:ess-utm-params: ?page=docs&placement=docs-body
183+
:ess-baymax: {ess-utm-params}
184+
:ess-trial: https://www.elastic.co/cloud/elasticsearch-service/signup{ess-utm-params}
185+
:ess-product: https://www.elastic.co/cloud/elasticsearch-service{ess-utm-params}
186+
:ess-console: https://cloud.elastic.co{ess-utm-params}
185187
:ess-console-name: {ess} Console
186-
:ess-deployments: https://cloud.elastic.co/deployments?baymax=docs-body&elektra=docs
187-
:ess-baymax: ?baymax=docs-body&elektra=docs
188+
:ess-deployments: https://cloud.elastic.co/deployments{ess-utm-params}
188189
:ece-ref: https://www.elastic.co/guide/en/cloud-enterprise/current
189190
:eck-ref: https://www.elastic.co/guide/en/cloud-on-k8s/current
190191
:ess-leadin: You can run Elasticsearch on your own hardware or use our hosted Elasticsearch Service that is available on AWS, GCP, and Azure. {ess-trial}[Try the Elasticsearch Service for free].

shared/cloud/cloud-login.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// tag::ess[]
2-
. Log in to the link:https://cloud.elastic.co/?baymax=docs-body&elektra=docs[Elasticsearch Service Console].
2+
. Log in to the link:https://cloud.elastic.co/{ess-utm-params}[Elasticsearch Service Console].
33
. Select your deployment on the home page in the {ess} card or go to the deployments page.
44
+
55
Narrow your deployments by name, ID, or choose from several other filters. To customize your view, use a combination of filters, or change the format from a grid to a list.

0 commit comments

Comments
 (0)