Skip to content

Conversation

@dblandin
Copy link
Member

@dblandin dblandin commented Dec 9, 2025

The type of this PR is: Feature

Description

Tracks nesting depth for mobile drilldown navigation.

Updated example:

  {
    action: "navigationDropdownViewed",
    context_module: "header",
    navigation_item: "Blue-Chip Artists",
    level: 1,
    interaction_type: "drilldown"
  }

Desktop always uses level: 0

cc/ @dorotamierzwa – follow-up to #668 as discussed!

PR Checklist (tick all before merging)

  • If I've added a new file to the tree I've exported it from the common index.ts
  • I've added comments with examples for any new interfaces and ensured that they're in the docs
  • No platform-specific terminology has been used outside of click and tap (platform is inferred by the DB storing events)

@dblandin dblandin self-assigned this Dec 9, 2025
@artsy-peril artsy-peril bot added the Jira Synced Indicates that Peril has connected this PR to Jira label Dec 9, 2025
@dblandin dblandin changed the title Add level property to navigationDropdownViewed event feat: add level property to navigationDropdownViewed event Dec 9, 2025
@artsyit artsyit added the Version: Minor A deploy for new features label Dec 9, 2025
Tracks nesting depth for mobile drilldown navigation.

Updated example:
  {
    action: "navigationDropdownViewed",
    context_module: "header",
    navigation_item: "Blue-Chip Artists",
    level: 1,
    interaction_type: "drilldown"
  }

Desktop always uses level: 0
@dblandin dblandin force-pushed the dblandin/navigation-dropdown-viewed-level branch from 9df8891 to f573f6a Compare December 9, 2025 17:14
@dblandin dblandin merged commit baa221b into main Dec 9, 2025
9 checks passed
@dblandin dblandin deleted the dblandin/navigation-dropdown-viewed-level branch December 9, 2025 17:17
@artsyit
Copy link
Collaborator

artsyit commented Dec 9, 2025

🚀 PR was released in v4.332.0 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Jira Synced Indicates that Peril has connected this PR to Jira released Version: Minor A deploy for new features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants