docs: update contact links with CTA placement - #4454
Merged
Conversation
Brendan O'Leary (olearycrew)
requested a review
from Sushmitha Mallesh (Sushmithamallesh)
as a code owner
September 11, 2026 17:54
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryUpdates four documentation contact links to route through the Composio contact form while preserving source attribution and adding page-specific CTA placement tracking.
Confidence Score: 5/5The documentation-only URL changes appear safe to merge. All four contact links consistently preserve docs source tracking and add context-specific CTA placement values; no actionable regression or outstanding finding remains.
|
| Filename | Overview |
|---|---|
| docs/content/docs/security/data-retention.mdx | Adds source and data-retention CTA attribution to the sales contact link. |
| docs/content/reference/rate-limits.mdx | Replaces the enterprise Calendly link with the tracked Composio contact form. |
| docs/content/reference/v3/rate-limits.mdx | Applies the tracked contact-form destination to the v3 rate-limit page. |
| docs/content/toolkits/pro-tools.mdx | Replaces the billing email link with a source- and page-attributed contact-form URL. |
Reviews (2): Last reviewed commit: "docs: preserve source tracking on contac..." | Re-trigger Greptile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Route documentation contact links to the Composio contact form with both
utm_source=docsand page-specific CTA placement tracking.Changes
https://composio.dev/contact?utm_source=docs&cta_placement=docs-rate-limits.utm_source=docs&cta_placement=docs-data-retention.utm_source=docs&cta_placement=docs-pro-tools.Type of change
How Has This Been Tested?
Verified that all four Markdown contact links contain the expected source and page-specific placement parameters with Python URL parsing assertions.
git diff --checkpassed. The docs build and test suite were not run; docs dependencies are not installed in this checkout.Checklist
No new tests or changeset are needed for these four documentation URL replacements.