Skip to content

RDKEAPPRT-798 Add support for the remaining utm_content parameters.#200

Merged
suryag23 merged 3 commits into
support/rdk7-mainfrom
544
Jun 1, 2026
Merged

RDKEAPPRT-798 Add support for the remaining utm_content parameters.#200
suryag23 merged 3 commits into
support/rdk7-mainfrom
544

Conversation

@suryag23
Copy link
Copy Markdown
Contributor

@suryag23 suryag23 commented Jun 1, 2026

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds additional utm_content mappings for YouTube URL launches so more launch locations are encoded into the deeplink query parameters.

Changes:

  • Extend utmContentMap to include voice, dial, and launcher launch locations (mapped to short codes).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

url += "launch=" + launchLocation
}
const utmContentMap = { "menu": "m", "guide": "g", "remote": "r" }
const utmContentMap = { "menu": "m", "guide": "g", "remote": "r","voice": "v", "dial": "d", "launcher": "l" }
@suryag23 suryag23 merged commit 16973bd into support/rdk7-main Jun 1, 2026
5 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 1, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants