Skip to content

Commit 1366b01

Browse files
anandgupta42claude
andcommitted
chore: add UTM parameters to altimate.ai website links
Tags the 6 user-facing marketing-website links (utm_source=altimate-code, utm_medium=github|docs|marketplace) so npm/GitHub/docs-driven traffic is attributable in analytics. Deliberately untouched: provider HTTP-Referer headers, $schema/config.json URLs, github/index.ts API base URL, CHANGELOG, and other Altimate properties (help.altimate.ai, altimate.sh, altimate.studio). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 28caf71 commit 1366b01

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ This project uses [vouch](https://github.com/mitchellh/vouch) to manage contribu
302302
### How it works
303303

304304
- **Vouched users** are explicitly trusted contributors.
305-
- **Denounced users** are explicitly blocked. Issues and pull requests from denounced users are automatically closed. If you have been denounced, you can request to be unvouched by reaching out to a maintainer on [Discord](https://altimate.ai/discord)
305+
- **Denounced users** are explicitly blocked. Issues and pull requests from denounced users are automatically closed. If you have been denounced, you can request to be unvouched by reaching out to a maintainer on [Discord](https://altimate.ai/discord?utm_source=altimate-code&utm_medium=github)
306306
- **Everyone else** can participate normally — you don't need to be vouched to open issues or PRs.
307307

308308
### For maintainers

docs/docs/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Altimate Code goes the other direction. It connects to your **entire** stack and
171171
| **Column-Level Lineage** | 100% edge match across 500 queries with complex joins, CTEs, and subqueries. |
172172
| **Snowflake Query Optimization (TPC-H)** | 16.8% average execution speedup (3.6x vs baseline). |
173173

174-
<p class="section-sub" markdown>[:octicons-arrow-right-24: Full benchmark details](https://altimate.ai/benchmarks/)</p>
174+
<p class="section-sub" markdown>[:octicons-arrow-right-24: Full benchmark details](https://altimate.ai/benchmarks/?utm_source=altimate-code&utm_medium=docs)</p>
175175

176176
---
177177

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ extra:
4848
- icon: fontawesome/brands/github
4949
link: https://github.com/AltimateAI/altimate-code
5050
- icon: fontawesome/brands/discord
51-
link: https://altimate.ai/discord
51+
link: https://altimate.ai/discord?utm_source=altimate-code&utm_medium=docs
5252
- icon: fontawesome/brands/python
5353
link: https://pypi.org/project/altimate-engine/
5454
analytics:

github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# altimate-code GitHub Action
22

3-
A GitHub Action that integrates [altimate-code](https://altimate.ai) directly into your GitHub workflow.
3+
A GitHub Action that integrates [altimate-code](https://altimate.ai?utm_source=altimate-code&utm_medium=github) directly into your GitHub workflow.
44

55
Mention `/altimate-code` in your comment, and altimate-code will execute tasks within your GitHub Actions runner.
66

sdks/vscode/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# altimate-code VS Code Extension
22

3-
A Visual Studio Code extension that integrates [altimate-code](https://altimate.ai) directly into your development workflow.
3+
A Visual Studio Code extension that integrates [altimate-code](https://altimate.ai?utm_source=altimate-code&utm_medium=marketplace) directly into your development workflow.
44

55
## Prerequisites
66

7-
This extension requires the [altimate-code CLI](https://altimate.ai) to be installed on your system. Visit [altimate.ai](https://altimate.ai) for installation instructions.
7+
This extension requires the [altimate-code CLI](https://altimate.ai?utm_source=altimate-code&utm_medium=marketplace) to be installed on your system. Visit [altimate.ai](https://altimate.ai?utm_source=altimate-code&utm_medium=marketplace) for installation instructions.
88

99
## Features
1010

0 commit comments

Comments
 (0)