Skip to content

upcoming: [UIE-9670] - Add Pendo IDs for Marketplace Filter Options and Product Cards#13393

Merged
pmakode-akamai merged 6 commits into
linode:developfrom
pmakode-akamai:UIE-9670-additional-pendo-ids-to-marketplace-filters-and-product-card
Feb 16, 2026
Merged

upcoming: [UIE-9670] - Add Pendo IDs for Marketplace Filter Options and Product Cards#13393
pmakode-akamai merged 6 commits into
linode:developfrom
pmakode-akamai:UIE-9670-additional-pendo-ids-to-marketplace-filters-and-product-card

Conversation

@pmakode-akamai
Copy link
Copy Markdown
Contributor

@pmakode-akamai pmakode-akamai commented Feb 12, 2026

Description 📝

Add Pendo IDs for Marketplace Filter Options and Product Cards

Changes 🔄

  • Added Pendo IDs for Marketplace Filter Options and Product Cards
  • Added a new optional data-pendo-id prop to the SelectionCard component to support analytics tracking

Scope 🚢

Upon production release, changes in this PR will be visible to:

  • All customers
  • Some customers (e.g. in Beta or Limited Availability)
  • No customers / Not applicable

Target release date 🗓️

Feb release

How to test 🧪

Verification steps

  • Inspect the elements and ensure data-pendo-id is added appropriately to the Autocomplete options and Product Cards
    • To inspect the Autocomplete options, remove the focusout event listener in Browser DevTools -> Elements
      Screenshot 2026-02-12 at 6 32 29 PM
Author Checklists

As an Author, to speed up the review process, I considered 🤔

👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support

  • I have read and considered all applicable items listed above.

As an Author, before moving this PR from Draft to Open, I confirmed ✅

  • All tests and CI checks are passing
  • TypeScript compilation succeeded without errors
  • Code passes all linting rules

@pmakode-akamai pmakode-akamai marked this pull request as ready for review February 12, 2026 13:42
@pmakode-akamai pmakode-akamai requested a review from a team as a code owner February 12, 2026 13:42
@pmakode-akamai pmakode-akamai added the Analytics Relating to Pendo or Adobe Analytics label Feb 12, 2026
Copy link
Copy Markdown
Contributor

@dwiley-akamai dwiley-akamai left a comment

Choose a reason for hiding this comment

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

Verification steps ✅
Code review ✅

@tvijay-akamai
Copy link
Copy Markdown
Contributor

Currently, when a category or type is selected, the Pendo ID remains static (for example, data-pendo-id="Cloud Marketplace Catalog-Category" or data-pendo-id="Cloud Marketplace Catalog-Type").
Could you check with Susana and Davyd whether this should be made dynamic based on the user’s selected category or type?
Also, let's confirm whether assigning Pendo IDs to individual dropdown options is required, or if it is sufficient to reflect the selected category or type in the Pendo ID of the select field itself.
@davyd-akamai

@pmakode-akamai
Copy link
Copy Markdown
Contributor Author

Currently, when a category or type is selected, the Pendo ID remains static (for example, data-pendo-id="Cloud Marketplace Catalog-Category" or data-pendo-id="Cloud Marketplace Catalog-Type"). Could you check with Susana and Davyd whether this should be made dynamic based on the user’s selected category or type? Also, let's confirm whether assigning Pendo IDs to individual dropdown options is required, or if it is sufficient to reflect the selected category or type in the Pendo ID of the select field itself. @davyd-akamai

If we made the input's data-pendo-id dynamic based on the selected option, Pendo would treat the input as a new element every time the selection changes. This could break historical tracking and make input-level analytics confusing.

I think It's better to keep the input ID Cloud Marketplace Catalog-Category static, and track the selected option separately using the dynamic Pendo IDs on each option, like the same pattern we follow in CM, for example in MaintenancePolicySelect at L63 & L79

@pmakode-akamai pmakode-akamai added Add'tl Approval Needed Waiting on another approval! and removed Ready for Review labels Feb 16, 2026
@tvijay-akamai
Copy link
Copy Markdown
Contributor

Currently, when a category or type is selected, the Pendo ID remains static (for example, data-pendo-id="Cloud Marketplace Catalog-Category" or data-pendo-id="Cloud Marketplace Catalog-Type"). Could you check with Susana and Davyd whether this should be made dynamic based on the user’s selected category or type? Also, let's confirm whether assigning Pendo IDs to individual dropdown options is required, or if it is sufficient to reflect the selected category or type in the Pendo ID of the select field itself. @davyd-akamai

If we made the input's data-pendo-id dynamic based on the selected option, Pendo would treat the input as a new element every time the selection changes. This could break historical tracking and make input-level analytics confusing.

I think It's better to keep the input ID Cloud Marketplace Catalog-Category static, and track the selected option separately using the dynamic Pendo IDs on each option, like the same pattern we follow in CM, for example in MaintenancePolicySelect at L63 & L79

Makes sense. Thanks.

@github-project-automation github-project-automation Bot moved this from Review to Approved in Cloud Manager Feb 16, 2026
@tvijay-akamai tvijay-akamai removed the Add'tl Approval Needed Waiting on another approval! label Feb 16, 2026
@pmakode-akamai pmakode-akamai added the Approved Multiple approvals and ready to merge! label Feb 16, 2026
@linode-gh-bot
Copy link
Copy Markdown

Cloud Manager UI test results

🎉 866 passing tests on test run #6 ↗︎

❌ Failing✅ Passing↪️ Skipped🕐 Duration
0 Failing866 Passing11 Skipped38m 1s

@pmakode-akamai pmakode-akamai merged commit bffcecc into linode:develop Feb 16, 2026
35 checks passed
@github-project-automation github-project-automation Bot moved this from Approved to Merged in Cloud Manager Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Analytics Relating to Pendo or Adobe Analytics Approved Multiple approvals and ready to merge! Marketplace

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

5 participants