Skip to content

feat: add UTM tracking to outbound watsonx Orchestrate links#12888

Merged
jordanrfrazier merged 5 commits into
release-1.10.0from
add-utm-to-wxo-links
May 14, 2026
Merged

feat: add UTM tracking to outbound watsonx Orchestrate links#12888
jordanrfrazier merged 5 commits into
release-1.10.0from
add-utm-to-wxo-links

Conversation

@jordanrfrazier
Copy link
Copy Markdown
Collaborator

Introduces a decorateWxoUrl utility that appends utm_source, utm_medium, utm_campaign, and a per-link utm_content to IBM-hosted URLs using the URL API. The utm_source is configurable via LANGFLOW_WXO_UTM_SOURCE with a "langflow" default. Applied to the Sign-up and Find-your-credentials links in step-provider and add-provider-modal.

Introduces a decorateWxoUrl utility that appends utm_source, utm_medium,
utm_campaign, and a per-link utm_content to IBM-hosted URLs using the URL
API. The utm_source is configurable via LANGFLOW_WXO_UTM_SOURCE with a
"langflow" default. Applied to the Sign-up and Find-your-credentials links
in step-provider and add-provider-modal.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 26, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: ccd2d1d7-2a13-4a6a-8e4b-7820bcf374fa

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch add-utm-to-wxo-links

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.76%. Comparing base (e21f588) to head (137e189).
⚠️ Report is 1 commits behind head on release-1.10.0.

❌ Your project check has failed because the head coverage (49.30%) is below the target coverage (60.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##           release-1.10.0   #12888      +/-   ##
==================================================
+ Coverage           54.71%   54.76%   +0.05%     
==================================================
  Files                2145     2146       +1     
  Lines              200199   200251      +52     
  Branches            30199    28569    -1630     
==================================================
+ Hits               109537   109666     +129     
+ Misses              89481    89402      -79     
- Partials             1181     1183       +2     
Flag Coverage Δ
backend 60.23% <ø> (+0.28%) ⬆️
frontend 54.73% <100.00%> (+<0.01%) ⬆️
lfx 49.30% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
.../deploymentsPage/components/add-provider-modal.tsx 97.60% <100.00%> (+0.10%) ⬆️
...pages/deploymentsPage/components/step-provider.tsx 97.76% <100.00%> (+0.07%) ⬆️
src/frontend/src/utils/decorate-wxo-url.ts 100.00% <100.00%> (ø)

... and 47 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jordanrfrazier jordanrfrazier changed the base branch from release-1.9.2 to release-1.10.0 May 4, 2026 14:16
@jordanrfrazier
Copy link
Copy Markdown
Collaborator Author

Awaiting confirming with wxo analytics team

@jordanrfrazier jordanrfrazier changed the title Add UTM tracking to outbound watsonx Orchestrate links feat: add UTM tracking to outbound watsonx Orchestrate links May 12, 2026
@github-actions github-actions Bot added the enhancement New feature or request label May 12, 2026
Copy link
Copy Markdown
Collaborator

@viktoravelino viktoravelino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@github-actions github-actions Bot added the lgtm This PR has been approved by a maintainer label May 13, 2026
@jordanrfrazier jordanrfrazier enabled auto-merge May 13, 2026 13:55
@github-actions github-actions Bot added enhancement New feature or request and removed enhancement New feature or request labels May 13, 2026
@github-actions github-actions Bot added enhancement New feature or request and removed enhancement New feature or request labels May 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 13, 2026

Frontend Unit Test Coverage Report

Coverage Summary

Lines Statements Branches Functions
Coverage: 38%
38.42% (47921/124709) 67.92% (6551/9645) 38.35% (1103/2876)

Unit Test Results

Tests Skipped Failures Errors Time
4312 0 💤 0 ❌ 0 🔥 10m 22s ⏱️

@github-actions github-actions Bot added enhancement New feature or request and removed enhancement New feature or request labels May 13, 2026
@github-actions github-actions Bot added enhancement New feature or request and removed enhancement New feature or request labels May 14, 2026
@jordanrfrazier jordanrfrazier added this pull request to the merge queue May 14, 2026
Merged via the queue into release-1.10.0 with commit e067f18 May 14, 2026
112 of 113 checks passed
@jordanrfrazier jordanrfrazier deleted the add-utm-to-wxo-links branch May 14, 2026 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request lgtm This PR has been approved by a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants